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.16.0 to 2.16.1
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.16.0 to 2.16.1

---
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] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 30, 2024
1 parent ef16de5 commit a1d4c48
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 @@ -51,7 +51,7 @@ ext {
httpclientVersion = '4.5.14'
httpcoreVersion = '4.4.16'
jacksonVersion = '2.15.0'
jacksonDatabindVersion = '2.16.0'
jacksonDatabindVersion = '2.16.1'
jacksonaslVersion = '1.9.14-atlassian-6'
jakartaannotationVersion = '2.1.1'
jakartapersistenceVersion = '3.1.0'
Expand Down Expand Up @@ -111,7 +111,7 @@ ext {
protobufVersion = '3.25.1'
osgiVersion = '8.0.0'
log4jVersion = '2.22.0'
jacksonjdk8Version = '2.16.0'
jacksonjdk8Version = '2.16.1'
reactivestreamsVersion = '1.0.4'
springdocStarterVersion = '2.2.0'
jacocoVersion = '0.8.8'
Expand Down

0 comments on commit a1d4c48

Please sign in to comment.