Skip to content

Commit a35c01a

Browse files
Bump com.fasterxml.jackson.core:jackson-databind in /e2e-tests (#1139)
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.18.2 to 2.18.3. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind 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 5ec0122 commit a35c01a

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.6.1'
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.18.2'
19+
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.3'
2020
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.3'
2121
testImplementation 'commons-io:commons-io:2.18.0'
2222
testImplementation 'org.awaitility:awaitility:4.3.0'

0 commit comments

Comments
 (0)