Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 26d1a55

Browse files
authoredMar 11, 2024··
Bump com.fasterxml.jackson.core:jackson-databind from 2.16.1 to 2.16.2
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.16.1 to 2.16.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] <support@github.com>
1 parent 043a4e8 commit 26d1a55

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-core', version: '4.0.5'
2020
classpath group: 'com.sun.xml.bind', name: 'jaxb-impl', version: '4.0.4'
2121
classpath group: 'javax.activation', name: 'activation', version: '1.1.1'
22-
classpath group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.16.1'
22+
classpath group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.16.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.16.1'
80+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.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)
Please sign in to comment.