Skip to content

Commit

Permalink
fix(deps): update dependency org.projectlombok:lombok to v1.18.28
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 25, 2023
1 parent 0530dd2 commit caaf9d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -289,13 +289,13 @@ dependencies {
// Dependency for our way of command handling
library 'me.lucko:commodore:2.2'

library 'org.projectlombok:lombok:1.18.26'
library 'org.projectlombok:lombok:1.18.28'
library 'com.fasterxml.jackson.core:jackson-annotations:2.15.1'
library 'com.fasterxml.jackson.core:jackson-databind:2.15.1'
// The following is required for the @Command annotation to work, probably...
// I just got errors without it.
library 'io.leangen.geantyref:geantyref:1.3.14'
annotationProcessor('org.projectlombok:lombok:1.18.26')
annotationProcessor('org.projectlombok:lombok:1.18.28')
annotationProcessor('com.fasterxml.jackson.core:jackson-annotations:2.15.1')
library 'com.fasterxml.jackson.dataformat:jackson-dataformat-properties:2.15.1'
library 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.1'
Expand Down

0 comments on commit caaf9d3

Please sign in to comment.