Răsfoiți Sursa

Bump lombok from 1.18.4 to 1.18.6

Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.4 to 1.18.6.
- [Release notes](https://github.com/rzwitserloot/lombok/releases)
- [Changelog](https://github.com/rzwitserloot/lombok/blob/master/doc/changelog.markdown)
- [Commits](https://github.com/rzwitserloot/lombok/compare/v1.18.4...v1.18.6)

Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot[bot] 6 ani în urmă
părinte
comite
485ec04094
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -263,7 +263,7 @@ dependencies {
     //androidTestImplementation "com.android.support:support-annotations:${supportLibraryVersion}"
     implementation 'org.jetbrains:annotations:17.0.0'
 
-    compileOnly "org.projectlombok:lombok:1.18.4"
+    compileOnly "org.projectlombok:lombok:1.18.6"
     annotationProcessor "org.projectlombok:lombok:1.18.4"
 
     androidTestImplementation 'tools.fastlane:screengrab:1.2.0'