diff options
author | Wojtek Wajerowicz <115081248+wojciech-wajerowicz-sonarsource@users.noreply.github.com> | 2024-02-06 10:23:32 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-02-08 20:02:46 +0000 |
commit | ce54b614acbc8fdd200050a094a3bfd6dbd5a442 (patch) | |
tree | aebdfade07402602a4e2d4b552f086809b4c6ba9 | |
parent | cae781efe148b928b4063c7f07ef2896d44d551f (diff) | |
download | sonarqube-ce54b614acbc8fdd200050a094a3bfd6dbd5a442.tar.gz sonarqube-ce54b614acbc8fdd200050a094a3bfd6dbd5a442.zip |
SONAR-21569 Update io.spring.dependency-management 1.1.3 -> 1.1.4
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
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' } |