Эх сурвалжийг харах

Bump annotations from 16.0.3 to 17.0.0

Bumps [annotations](https://github.com/JetBrains/java-annotations) from 16.0.3 to 17.0.0.
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Commits](https://github.com/JetBrains/java-annotations/compare/16.0.3...17.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot[bot] 6 жил өмнө
parent
commit
64a75d821b
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -261,7 +261,7 @@ dependencies {
     // androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'
     // fix conflict in dependencies; see http://g.co/androidstudio/app-test-app-conflict for details
     //androidTestImplementation "com.android.support:support-annotations:${supportLibraryVersion}"
-    implementation 'org.jetbrains:annotations:16.0.3'
+    implementation 'org.jetbrains:annotations:17.0.0'
 
     compileOnly "org.projectlombok:lombok:1.18.4"
     annotationProcessor "org.projectlombok:lombok:1.18.4"