From 76670a909ce2ab06a6be026a90e09be8a6396a78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:39:47 +0000 Subject: [PATCH] Update Spring All --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 8a804c008..701dda2d8 100644 --- a/build.gradle +++ b/build.gradle @@ -214,7 +214,7 @@ dependencies { implementation group: 'org.springframework.boot', name: 'spring-boot-starter-validation', version: springBoot.class.package.implementationVersion // https://mvnrepository.com/artifact/org.springframework.retry/spring-retry - implementation group: 'org.springframework.retry', name: 'spring-retry', version: '2.0.9' + implementation group: 'org.springframework.retry', name: 'spring-retry', version: '2.0.10' implementation group: 'me.xdrop', name: 'fuzzywuzzy', version: '1.4.0' implementation group: 'io.rest-assured', name: 'rest-assured', version: '4.5.1' @@ -291,7 +291,7 @@ dependencyManagement { dependency group: 'org.yaml', name: 'snakeyaml', version: '2.0' imports { - mavenBom "org.springframework.cloud:spring-cloud-dependencies:2021.0.8" + mavenBom "org.springframework.cloud:spring-cloud-dependencies:2021.0.9" } // CVE-2023-35116 @@ -302,7 +302,7 @@ dependencyManagement { } // CVE-2023-33202 - dependency group: 'org.springframework.security', name: 'spring-security-rsa', version: '1.1.1' + dependency group: 'org.springframework.security', name: 'spring-security-rsa', version: '1.1.5' //CVE-2023-6378, CVE-2023-6481 dependencySet(group: 'ch.qos.logback', version: '1.2.13') {