Skip to content

Commit 6b68b88

Browse files
Update dependency com.fasterxml.jackson.datatype:jackson-datatype-jdk8 to v2.19.2 (#161)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fc5aa88 commit 6b68b88

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
@@ -43,14 +43,14 @@ dependencies {
4343
compileOnly 'org.projectlombok:lombok:1.18.38'
4444
annotationProcessor 'org.projectlombok:lombok:1.18.38'
4545
implementation 'com.fasterxml.jackson.core:jackson-databind:2.19.2'
46-
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.19.1'
46+
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.19.2'
4747
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
4848
testCompile "org.mockito:mockito-core:5.18.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'
5252
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.19.2'
53-
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.19.1'
53+
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.19.2'
5454

5555
}
5656

0 commit comments

Comments
 (0)