Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Bump com.fasterxml.jackson.core:jackson-databind from 2.16.1 to 2.17.0 (
Browse files Browse the repository at this point in the history
#98)

Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.16.1 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 14, 2024
1 parent 84a3021 commit 5311720
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 @@ -43,7 +43,7 @@ dependencies {
implementation(platform("org.springframework:spring-framework-bom:5.3.31"))
implementation("org.apache.tomcat.embed:tomcat-embed-jasper:9.0.84")
implementation("org.springframework:spring-webmvc")
implementation("com.fasterxml.jackson.core:jackson-databind:2.16.1")
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.0")
implementation("com.google.code.findbugs:jsr305:3.0.2")

implementation(libs.jaeger.core)
Expand Down

0 comments on commit 5311720

Please sign in to comment.