Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.core:jackson-databind in /unit-api-jackson
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.17.0 to 2.17.1.
- [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-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 13, 2024
1 parent 9bc3e9b commit 6105728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unit-api-jackson/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ plugins {
}

dependencies {
compileOnly 'com.fasterxml.jackson.core:jackson-databind:2.17.0'
compileOnly 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
api project(":unit-api-core")

testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
}

0 comments on commit 6105728

Please sign in to comment.