Skip to content

Commit b949198

Browse files
committed
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.18.0
1 parent babb021 commit b949198

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ repositories {
4242
dependencies {
4343
compileOnly 'org.projectlombok:lombok:1.18.34'
4444
annotationProcessor 'org.projectlombok:lombok:1.18.34'
45-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
45+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.0'
4646
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.0'
4747
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1'
4848
testCompile "org.mockito:mockito-core:5.13.0"
4949
testCompileOnly 'org.projectlombok:lombok:1.18.34'
5050
testAnnotationProcessor 'org.projectlombok:lombok:1.18.34'
5151
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.1'
52-
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
52+
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.0'
5353
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.0'
5454

5555
}

0 commit comments

Comments
 (0)