From ffc82cbd2d0402af924a4ad495e25237d8c20741 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 04:36:04 +0000 Subject: [PATCH] fix(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.17.1 --- publishers/gradle-plugin/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publishers/gradle-plugin/build.gradle b/publishers/gradle-plugin/build.gradle index 0d74edde..59f36ef4 100644 --- a/publishers/gradle-plugin/build.gradle +++ b/publishers/gradle-plugin/build.gradle @@ -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.1" implementation "io.github.resilience4j:resilience4j-retry:2.2.0"