Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.core:jackson-core from 2.15.0 to 2.15.1 (#651
Browse files Browse the repository at this point in the history
)

Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.15.0 to 2.15.1.
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Changelog](https://github.com/FasterXML/jackson-core/blob/jackson-core-2.15.1/release.properties)
- [Commits](FasterXML/jackson-core@jackson-core-2.15.0...jackson-core-2.15.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 19, 2023
1 parent 48c04e9 commit 3d6ed71
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 @@ -53,7 +53,7 @@ subprojects {
}

dependencies {
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.15.0'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.15.1'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.15.1'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.15.0'
implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-smile', version: '2.15.0'
Expand Down

0 comments on commit 3d6ed71

Please sign in to comment.