Explorar o código

Bump lombok from 1.18.6 to 1.18.8

Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.6 to 1.18.8.
- [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.6...v1.18.8)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
dependabot[bot] %!s(int64=6) %!d(string=hai) anos
pai
achega
96470a38f5
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      build.gradle

+ 2 - 2
build.gradle

@@ -296,8 +296,8 @@ dependencies {
     annotationProcessor 'com.google.dagger:dagger-compiler:2.22.1'
     annotationProcessor 'com.google.dagger:dagger-android-processor:2.22.1'
 
-    compileOnly "org.projectlombok:lombok:1.18.6"
-    annotationProcessor "org.projectlombok:lombok:1.18.6"
+    compileOnly "org.projectlombok:lombok:1.18.8"
+    annotationProcessor "org.projectlombok:lombok:1.18.8"
 
     // dependencies for local unit tests
     testImplementation 'junit:junit:4.12'