Skip to content

Commit

Permalink
Bump the jackson group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the jackson group with 2 updates: [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) and com.fasterxml.jackson.datatype:jackson-datatype-jdk8.


Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.1 to 2.17.2
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.17.1 to 2.17.2

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jackson
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jackson
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 27, 2024
1 parent 7c65cda commit 37f268e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ext {
hdrhistogramVersion = '2.2.2'
hibernatevalidatorVersion = '8.0.1.Final'
jacksonVersion = '2.15.0'
jacksonDatabindVersion = '2.17.1'
jacksonDatabindVersion = '2.17.2'
jacksonaslVersion = '1.9.14-atlassian-6'
jakartaannotationVersion = '2.1.1'
jakartapersistenceVersion = '3.2.0'
Expand Down Expand Up @@ -107,7 +107,7 @@ ext {
cassandraVersion = '4.1.5'
protobufVersion = '3.25.3'
log4jVersion = '2.23.1'
jacksonjdk8Version = '2.17.1'
jacksonjdk8Version = '2.17.2'
springdocStarterVersion = '2.2.0'
jacocoVersion = '0.8.8'
snakeYamlVersion = '2.2'
Expand Down

0 comments on commit 37f268e

Please sign in to comment.