Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.1…
Browse files Browse the repository at this point in the history
…8.2 (#178)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 29, 2024
1 parent f883915 commit 07d64c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ project.ext {
oltu_version = "1.0.1"
spring_data_version = "2.7.18"
spring_data_elasticsearch_version = "3.2.12.RELEASE"
jackson_version = "2.18.1"
jackson_version = "2.18.2"
junit_version = "4.13.2"
}

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ lazy val root = (project in file(".")).
"io.github.openfeign.form" % "feign-form" % "3.8.0" % "compile",
"com.fasterxml.jackson.core" % "jackson-core" % "2.18.2" % "compile",
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.18.2" % "compile",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.18.1" % "compile",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.18.2" % "compile",
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.18.1" % "compile",
"org.apache.oltu.oauth2" % "org.apache.oltu.oauth2.client" % "1.0.2" % "compile",
"com.brsanthu" % "migbase64" % "2.2" % "compile",
Expand Down

0 comments on commit 07d64c2

Please sign in to comment.