Skip to content

Commit 69184d5

Browse files
Update jackson monorepo to v2.22.0
1 parent 7c95d33 commit 69184d5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

lib/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ repositories {
4242
dependencies {
4343
compileOnly 'org.projectlombok:lombok:1.18.38'
4444
annotationProcessor 'org.projectlombok:lombok:1.18.38'
45-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.4'
46-
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.21.4'
45+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.22.0'
46+
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.22.0'
4747
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
4848
testCompile "org.mockito:mockito-core:5.23.0"
4949
testCompileOnly 'org.projectlombok:lombok:1.18.38'
5050
testAnnotationProcessor 'org.projectlombok:lombok:1.18.38'
5151
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
52-
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.21.4'
53-
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.21.4'
52+
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.22.0'
53+
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.22.0'
5454

5555
}
5656

0 commit comments

Comments
 (0)