Skip to content

Commit 03fd095

Browse files
Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310
Bumps com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.17.2 to 2.18.1. --- updated-dependencies: - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent de100cb commit 03fd095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
implementation "org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1.1"
1818
implementation 'org.mongodb:mongo-java-driver:3.12.14'
1919
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
20-
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.2'
20+
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.1'
2121
testImplementation 'commons-io:commons-io:2.17.0'
2222
testImplementation 'org.awaitility:awaitility:4.2.2'
2323
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'

0 commit comments

Comments
 (0)