Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 27, 2024
1 parent babb021 commit b949198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ repositories {
dependencies {
compileOnly 'org.projectlombok:lombok:1.18.34'
annotationProcessor 'org.projectlombok:lombok:1.18.34'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.0'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1'
testCompile "org.mockito:mockito-core:5.13.0"
testCompileOnly 'org.projectlombok:lombok:1.18.34'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.34'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.1'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.0'
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.0'

}
Expand Down

0 comments on commit b949198

Please sign in to comment.