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.17.0 to 2.17.1 (
Browse files Browse the repository at this point in the history
#110)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 15, 2024
1 parent cbf0b27 commit 60c833e
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.17.0")
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.1")
implementation("com.google.code.findbugs:jsr305:3.0.2")

implementation(libs.jaeger.core)
Expand Down

0 comments on commit 60c833e

Please sign in to comment.