Skip to content

Commit 9e38d33

Browse files
Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 (#1290)
Bumps com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.19.1 to 2.19.2. --- updated-dependencies: - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-version: 2.19.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cc79162 commit 9e38d33

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.19.1'
20-
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.1'
20+
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.2'
2121
testImplementation 'commons-io:commons-io:2.19.0'
2222
testImplementation 'org.awaitility:awaitility:4.3.0'
2323
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'

0 commit comments

Comments
 (0)