Skip to content

Commit e2c4e08

Browse files
authored
Merge branch 'main' into dependabot/gradle/e2e-tests/com.fasterxml.jackson.core-jackson-databind-2.20.1
2 parents 7de0960 + 7056051 commit e2c4e08

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:6.0.0'))
2020
testImplementation 'org.junit.jupiter:junit-jupiter'
2121
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1'
22-
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0'
22+
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.1'
2323
testImplementation 'commons-io:commons-io:2.21.0'
2424
testImplementation 'org.awaitility:awaitility:4.3.0'
2525
testImplementation "org.assertj:assertj-core:3.27.6"

0 commit comments

Comments
 (0)