Skip to content

Commit

Permalink
Update dependency org.projectlombok:lombok to v1.18.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 19, 2021
1 parent 84de172 commit 41f93bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ dependencies {
implementation 'com.pavelsikun:material-seekbar-preference:2.3.0'
implementation 'org.apache.commons:commons-collections4:4.4'

compileOnly 'org.projectlombok:lombok:1.18.10'
annotationProcessor 'org.projectlombok:lombok:1.18.10'
compileOnly 'org.projectlombok:lombok:1.18.22'
annotationProcessor 'org.projectlombok:lombok:1.18.22'

androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
Expand Down

0 comments on commit 41f93bb

Please sign in to comment.