Skip to content

Commit 44b6370

Browse files
Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 (#1315)
Bumps com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.19.2 to 2.20.0. --- updated-dependencies: - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ORybak5 <[email protected]>
1 parent 2c7f4f6 commit 44b6370

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
@@ -19,7 +19,7 @@ dependencies {
1919
testImplementation(platform('org.junit:junit-bom:5.13.4'))
2020
testImplementation 'org.junit.jupiter:junit-jupiter'
2121
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.19.2'
22-
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.2'
22+
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0'
2323
testImplementation 'commons-io:commons-io:2.20.0'
2424
testImplementation 'org.awaitility:awaitility:4.3.0'
2525
testImplementation "org.assertj:assertj-core:3.27.4"

0 commit comments

Comments
 (0)