Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.core:jackson-databind from 2.15.3 to 2.17.0
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.15.3 to 2.17.0.
- [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] authored Mar 13, 2024
1 parent df83261 commit 887191b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ allprojects {
dependencies {
implementation("org.junit.jupiter:junit-jupiter:5.9.3")
implementation("org.junit.platform:junit-platform-suite-engine:1.8.1")
implementation("com.fasterxml.jackson.core:jackson-databind:2.15.3")
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.0")
implementation("com.squareup.okhttp3:okhttp:4.12.0")
implementation("org.mockito:mockito-core:5.6.0")
implementation("org.awaitility:awaitility:4.2.0")
Expand Down

0 comments on commit 887191b

Please sign in to comment.