Skip to content

Commit ba07572

Browse files
Bump com.fasterxml.jackson.core:jackson-databind in /e2e-tests (#1251)
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.19.0 to 2.19.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.19.1 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> Co-authored-by: Ole <[email protected]>
1 parent 3b8d921 commit ba07572

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
@@ -16,7 +16,7 @@ dependencies {
1616
implementation 'org.apache.qpid:qpid-jms-client:2.7.0'
1717
implementation "org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1.1"
1818
implementation 'org.mongodb:mongo-java-driver:3.12.14'
19-
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.19.0'
19+
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.19.1'
2020
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.1'
2121
testImplementation 'commons-io:commons-io:2.19.0'
2222
testImplementation 'org.awaitility:awaitility:4.3.0'

0 commit comments

Comments
 (0)