Skip to content

Commit 1b33add

Browse files
Bump com.fasterxml.jackson.core:jackson-databind from 2.18.1 to 2.18.2 (#68)
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.18.1 to 2.18.2. - [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 6f94455 commit 1b33add

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ buildscript {
1919
classpath group: 'com.sun.xml.bind', name: 'jaxb-impl', version: '4.0.5'
2020
classpath group: 'com.sun.xml.bind', name: 'jaxb-core', version: '4.0.5'
2121
classpath group: 'javax.activation', name: 'activation', version: '1.1.1'
22-
classpath group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.1'
22+
classpath group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.2'
2323
}
2424
}
2525

@@ -77,7 +77,7 @@ dependencies {
7777
implementation "io.prometheus:simpleclient:${versions.prometheus}"
7878
implementation "io.prometheus:simpleclient_common:${versions.prometheus}"
7979
implementation "io.prometheus:simpleclient_hotspot:${versions.prometheus}"
80-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.1'
80+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
8181
yamlRestTestRuntimeOnly "org.apache.logging.log4j:log4j-core:${versions.log4j}"
8282
testImplementation (group: 'junit', name: 'junit', version: "${versions.junit}") {
8383
exclude group:'org.hamcrest' //also included in ES test framework

0 commit comments

Comments
 (0)