Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson.datatype:jackson-datatype-jdk…
Browse files Browse the repository at this point in the history
…8 to v2.16.2
  • Loading branch information
renovate[bot] authored Mar 10, 2024
1 parent 95aaf12 commit 0f12a30
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 @@ -43,14 +43,14 @@ dependencies {
compileOnly 'org.projectlombok:lombok:1.18.30'
annotationProcessor 'org.projectlombok:lombok:1.18.30'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.2'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.16.1'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.16.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testCompile "org.mockito:mockito-core:5.11.0"
testCompileOnly 'org.projectlombok:lombok:1.18.30'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.30'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.16.2'
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.16.1'
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.16.2'

}

Expand Down

0 comments on commit 0f12a30

Please sign in to comment.