فهرست منبع

Bump org.jetbrains:annotations from 22.0.0 to 24.1.0 (#5989)

Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 22.0.0 to 24.1.0.
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JetBrains/java-annotations/compare/22.0.0...24.1.0)

---
updated-dependencies:
- dependency-name: org.jetbrains:annotations
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 1 سال پیش
والد
کامیت
888a128428
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      mybatis-plus-generator/build.gradle

+ 2 - 2
mybatis-plus-generator/build.gradle

@@ -5,7 +5,7 @@ dependencies {
     implementation "${lib.beetl}"
     implementation "${lib.enjoy}"
 
-    compileOnly "org.jetbrains:annotations:22.0.0"
+    compileOnly "org.jetbrains:annotations:24.1.0"
     testImplementation "${lib.sqlserver}"
     testImplementation "${lib.postgresql}"
     testImplementation lib.oracle as ConfigurableFileTree
@@ -16,5 +16,5 @@ dependencies {
     testImplementation "${lib.firebird}"
     testImplementation "${lib.'swagger-annotations'}"
     testImplementation "${lib.'logback-classic'}"
-    testCompileOnly "org.jetbrains:annotations:22.0.0"
+    testCompileOnly "org.jetbrains:annotations:24.1.0"
 }