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.17.2
  • Loading branch information
renovate[bot] committed Jul 5, 2024
1 parent f9f6131 commit e5a8bf0
Showing 1 changed file with 1 addition and 1 deletion.
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.17.2"

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

Expand Down

0 comments on commit e5a8bf0

Please sign in to comment.