Skip to content

Commit

Permalink
fix(deps): update dependency com.fasterxml.jackson.core:jackson-datab…
Browse files Browse the repository at this point in the history
…ind to v2.18.2
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent f378b9e commit baad307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ snappy_java_version=1.1.10.7
retrofitVersion=2.11.0

auth0_version=4.4.0
jacksonDatabindVersion=2.17.0
jacksonDatabindVersion=2.18.2
jacksonVersion=2.18.2

postgresDriverVersion=42.7.5
Expand Down
2 changes: 1 addition & 1 deletion publishers/gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {

// Needs to stay at Jackson 2.15.x until Projektor Gradle plugin requires Gradle 8.4 or above
// Ref https://stackoverflow.com/questions/77225378/gradle-clean-fails-with-gradleexception-failed-to-create-jar-file
implementation "com.fasterxml.jackson.core:jackson-databind:2.15.3"
implementation "com.fasterxml.jackson.core:jackson-databind:2.18.2"

implementation "io.github.resilience4j:resilience4j-retry:2.3.0"

Expand Down

0 comments on commit baad307

Please sign in to comment.