Skip to content

Commit

Permalink
fix(deps): update jackson monorepo to v2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 3e98ceb commit fef767b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ snappy_java_version=1.1.10.7
retrofitVersion=2.11.0

auth0_version=4.4.0
jacksonDatabindVersion=2.17.0
jacksonVersion=2.17.0
jacksonDatabindVersion=2.18.0
jacksonVersion=2.18.0

postgresDriverVersion=42.7.4

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.0"

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

Expand Down

0 comments on commit fef767b

Please sign in to comment.