Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1 (
Browse files Browse the repository at this point in the history
#58)

Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.0 to 2.17.1.
- [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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 8, 2024
1 parent 93c951d commit cf62772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {
classpath group: 'com.sun.xml.bind', name: 'jaxb-impl', version: '4.0.5'
classpath group: 'com.sun.xml.bind', name: 'jaxb-core', version: '4.0.5'
classpath group: 'javax.activation', name: 'activation', version: '1.1.1'
classpath group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.17.0'
classpath group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.17.1'
}
}

Expand Down Expand Up @@ -77,7 +77,7 @@ dependencies {
implementation "io.prometheus:simpleclient:${versions.prometheus}"
implementation "io.prometheus:simpleclient_common:${versions.prometheus}"
implementation "io.prometheus:simpleclient_hotspot:${versions.prometheus}"
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1'
yamlRestTestRuntimeOnly "org.apache.logging.log4j:log4j-core:${versions.log4j}"
testImplementation (group: 'junit', name: 'junit', version: "${versions.junit}") {
exclude group:'org.hamcrest' //also included in ES test framework
Expand Down

0 comments on commit cf62772

Please sign in to comment.