Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.core:jackson-databind from 2.7.9.5 to 2.15.2
Browse files Browse the repository at this point in the history
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.7.9.5 to 2.15.2.
- [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-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 10, 2023
1 parent 786159c commit 8094e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scim2-sdk-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ test {
dependencies {
implementation group: "com.fasterxml.jackson.core", name: "jackson-core", version: "2.7.4"
implementation group: "com.fasterxml.jackson.core", name: "jackson-annotations", version: "2.7.4"
implementation group: "com.fasterxml.jackson.core", name: "jackson-databind", version: "2.7.9.5"
implementation group: "com.fasterxml.jackson.core", name: "jackson-databind", version: "2.15.2"
implementation group: "com.google.guava", name: "guava", version: "20.0"
testImplementation group: "org.testng", name: "testng", version: "6.4"
}

0 comments on commit 8094e89

Please sign in to comment.