Skip to content

Commit 6b8434e

Browse files
Update dependency org.postgresql:postgresql to v42.7.7 (#258)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jendrik Johannes <[email protected]>
1 parent 9c58921 commit 6b8434e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

samples/sample-all-deactivated/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ dependencies {
244244
implementation("org.jzy3d:jzy3d-jGL-awt:2.2.1")
245245
implementation("org.lz4:lz4-java:1.8.0")
246246
implementation("org.ow2.asm:asm:9.8")
247-
implementation("org.postgresql:postgresql:42.7.6")
247+
implementation("org.postgresql:postgresql:42.7.7")
248248
implementation("org.slf4j:jcl-over-slf4j:2.0.17")
249249
implementation("org.slf4j:jul-to-slf4j:2.0.17")
250250
implementation("org.slf4j:log4j-over-slf4j:2.0.17")

samples/sample-all-deactivated/build.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ compileClasspath - Compile classpath for source set 'main'.
252252
+--- org.jzy3d:jzy3d-jGL-awt:2.2.1 FAILED
253253
+--- org.lz4:lz4-java:1.8.0 FAILED
254254
+--- org.ow2.asm:asm:9.8 FAILED
255-
+--- org.postgresql:postgresql:42.7.6 FAILED
255+
+--- org.postgresql:postgresql:42.7.7 FAILED
256256
+--- org.slf4j:jcl-over-slf4j:2.0.17 FAILED
257257
+--- org.slf4j:jul-to-slf4j:2.0.17 FAILED
258258
+--- org.slf4j:log4j-over-slf4j:2.0.17 FAILED

samples/sample-all/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ dependencies {
247247
implementation("org.jzy3d:jzy3d-jGL-awt:2.2.1")
248248
implementation("org.lz4:lz4-java:1.8.0")
249249
implementation("org.ow2.asm:asm:9.8")
250-
implementation("org.postgresql:postgresql:42.7.6")
250+
implementation("org.postgresql:postgresql:42.7.7")
251251
implementation("org.slf4j:jcl-over-slf4j:2.0.17")
252252
implementation("org.slf4j:jul-to-slf4j:2.0.17")
253253
implementation("org.slf4j:log4j-over-slf4j:2.0.17")

samples/sample-all/build.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ compileClasspath - Compile classpath for source set 'main'.
347347
+--- org.jzy3d:jzy3d-jGL-awt:2.2.1 -> org.jzy3d:jGL:2.5
348348
+--- org.lz4:lz4-java:1.8.0
349349
+--- org.ow2.asm:asm:9.8 (*)
350-
+--- org.postgresql:postgresql:42.7.6
350+
+--- org.postgresql:postgresql:42.7.7
351351
+--- org.slf4j:jcl-over-slf4j:2.0.17 (*)
352352
+--- org.slf4j:jul-to-slf4j:2.0.17 (*)
353353
+--- org.slf4j:log4j-over-slf4j:2.0.17 (*)
@@ -358,7 +358,7 @@ compileClasspath - Compile classpath for source set 'main'.
358358
+--- org.slf4j:slf4j-simple:2.0.17 (*)
359359
+--- org.springframework:spring-aop:6.2.7 (*)
360360
+--- org.springframework:spring-jcl:6.2.7 -> org.slf4j:jcl-over-slf4j:2.0.17 (*)
361-
+--- postgresql:postgresql:9.1-901-1.jdbc4 -> org.postgresql:postgresql:42.7.6
361+
+--- postgresql:postgresql:9.1-901-1.jdbc4 -> org.postgresql:postgresql:42.7.7
362362
+--- servletapi:servletapi:2.4-20040521 -> javax.servlet:javax.servlet-api:4.0.1
363363
+--- stax:stax-api:1.0.1
364364
+--- velocity:velocity:1.5 -> org.apache.velocity:velocity-engine-core:2.4.1 (*)

0 commit comments

Comments
 (0)