Skip to content

Commit e6121d5

Browse files
Bump com.fasterxml.jackson.core:jackson-databind in /e2e-tests
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.20.0 to 2.20.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1d7300a commit e6121d5

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
@@ -18,7 +18,7 @@ dependencies {
1818
implementation 'org.mongodb:mongo-java-driver:3.12.14'
1919
testImplementation(platform('org.junit:junit-bom:6.0.0'))
2020
testImplementation 'org.junit.jupiter:junit-jupiter'
21-
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0'
21+
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.20.1'
2222
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'

0 commit comments

Comments
 (0)