]> source.dussan.org Git - sonarqube.git/commitdiff
Dependency upgrade (minor): org.postgresql:postgresql from 42.4.1 to 42.5.0
authorDimitris Kavvathas <dimitris.kavvathas@sonarsource.com>
Tue, 18 Oct 2022 09:21:39 +0000 (11:21 +0200)
committersonartech <sonartech@sonarsource.com>
Thu, 20 Oct 2022 20:03:03 +0000 (20:03 +0000)
build.gradle

index 0947ebe969ce8c52c5ec1ca398e331e4ea5990f3..145e368b0aced871674c670160a958471ff25f3b 100644 (file)
@@ -336,7 +336,7 @@ subprojects {
         entry 'log4j-over-slf4j'
         entry 'slf4j-api'
       }
-      dependency 'org.postgresql:postgresql:42.4.1'
+      dependency 'org.postgresql:postgresql:42.5.0'
       dependency 'org.reflections:reflections:0.10.2'
       dependency 'org.simpleframework:simple:5.1.6'
       dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.37.0.87'