]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-19005 - Upgrade snakeyaml to 2.0
authorAntoine Vinot <antoine.vinot@sonarsource.com>
Wed, 5 Apr 2023 13:51:57 +0000 (15:51 +0200)
committersonartech <sonartech@sonarsource.com>
Thu, 6 Apr 2023 20:03:15 +0000 (20:03 +0000)
build.gradle

index dc06e5d745705034189d2c7c0ce0afaab0f904d2..07525097117be02142e4f98cdac6b995c341a0cf 100644 (file)
@@ -363,7 +363,7 @@ subprojects {
       }
       dependency 'org.springdoc:springdoc-openapi-ui:1.6.14'
       dependency 'org.subethamail:subethasmtp:3.1.7'
-      dependency 'org.yaml:snakeyaml:1.33'
+      dependency 'org.yaml:snakeyaml:2.0'
 
       // please keep this list alphabetically ordered
     }