Skip to content

Commit

Permalink
Bump libraries versions
Browse files Browse the repository at this point in the history
- Bump Lombok version to 1.18.34
  • Loading branch information
unbeproducoes authored Sep 2, 2024
1 parent 322f74c commit b50793c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
compile 'org.ow2.asm:asm-commons:' + asmVersion
compile 'org.ow2.asm:asm-tree:' + asmVersion

def lombok = 'org.projectlombok:lombok:1.18.32'
def lombok = 'org.projectlombok:lombok:1.18.34'
compileOnly lombok
annotationProcessor lombok
testCompileOnly lombok
Expand Down

0 comments on commit b50793c

Please sign in to comment.