From ce54b614acbc8fdd200050a094a3bfd6dbd5a442 Mon Sep 17 00:00:00 2001 From: Wojtek Wajerowicz <115081248+wojciech-wajerowicz-sonarsource@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:23:32 +0100 Subject: [PATCH] SONAR-21569 Update io.spring.dependency-management 1.1.3 -> 1.1.4 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 33e0b393767..fca41e0d47d 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ plugins { id 'com.google.protobuf' version '0.8.19' apply false id 'com.jfrog.artifactory' version '5.1.10' id "de.undercouch.download" version "5.5.0" apply false - id 'io.spring.dependency-management' version '1.1.3' + id 'io.spring.dependency-management' version '1.1.4' id "org.cyclonedx.bom" version "1.7.4" apply false id 'org.sonarqube' version '4.4.1.3373' } -- 2.39.5