Skip to content

Commit

Permalink
fix(deps): update dependency com.fasterxml.jackson.core:jackson-annot…
Browse files Browse the repository at this point in the history
…ations to v2.15.0
  • Loading branch information
renovate[bot] committed Apr 27, 2023
1 parent e98486d commit e12dd11
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 @@ -290,13 +290,13 @@ dependencies {
library 'me.lucko:commodore:2.2'

library 'org.projectlombok:lombok:1.18.26'
library 'com.fasterxml.jackson.core:jackson-annotations:2.14.2'
library 'com.fasterxml.jackson.core:jackson-annotations:2.15.0'
library 'com.fasterxml.jackson.core:jackson-databind:2.14.2'
// 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('com.fasterxml.jackson.core:jackson-annotations:2.14.2')
annotationProcessor('com.fasterxml.jackson.core:jackson-annotations:2.15.0')
library 'com.fasterxml.jackson.dataformat:jackson-dataformat-properties:2.14.2'
library 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.2'
// For handling multi platform configuration, simply amazing
Expand Down

0 comments on commit e12dd11

Please sign in to comment.