Skip to content

Commit

Permalink
Bump jacksonVersion from 2.15.2 to 2.16.0
Browse files Browse the repository at this point in the history
Bumps `jacksonVersion` from 2.15.2 to 2.16.0.

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.15.2 to 2.16.0
- [Commits](https://github.com/FasterXML/jackson/commits)

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

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.15.2 to 2.16.0

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 16, 2023
1 parent 385289e commit 2aff937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ subprojects {
}

ext.reflectionsVersion = '0.10.2'
ext.jacksonVersion = '2.15.2'
ext.jacksonVersion = '2.16.0'


java {
Expand Down

0 comments on commit 2aff937

Please sign in to comment.