Skip to content

Commit b175ca4

Browse files
Update dependency org.postgresql:postgresql to v42.7.8 (#310)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jendrik Johannes <[email protected]>
1 parent 177b8a6 commit b175ca4

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
@@ -246,7 +246,7 @@ dependencies {
246246
implementation("org.jzy3d:jzy3d-jGL-awt:2.2.1")
247247
implementation("org.lz4:lz4-java:1.8.0")
248248
implementation("org.ow2.asm:asm:9.8")
249-
implementation("org.postgresql:postgresql:42.7.7")
249+
implementation("org.postgresql:postgresql:42.7.8")
250250
implementation("org.slf4j:jcl-over-slf4j:2.0.17")
251251
implementation("org.slf4j:jul-to-slf4j:2.0.17")
252252
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
@@ -254,7 +254,7 @@ compileClasspath - Compile classpath for source set 'main'.
254254
+--- org.jzy3d:jzy3d-jGL-awt:2.2.1 FAILED
255255
+--- org.lz4:lz4-java:1.8.0 FAILED
256256
+--- org.ow2.asm:asm:9.8 FAILED
257-
+--- org.postgresql:postgresql:42.7.7 FAILED
257+
+--- org.postgresql:postgresql:42.7.8 FAILED
258258
+--- org.slf4j:jcl-over-slf4j:2.0.17 FAILED
259259
+--- org.slf4j:jul-to-slf4j:2.0.17 FAILED
260260
+--- 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
@@ -249,7 +249,7 @@ dependencies {
249249
implementation("org.jzy3d:jzy3d-jGL-awt:2.2.1")
250250
implementation("org.lz4:lz4-java:1.8.0")
251251
implementation("org.ow2.asm:asm:9.8")
252-
implementation("org.postgresql:postgresql:42.7.7")
252+
implementation("org.postgresql:postgresql:42.7.8")
253253
implementation("org.slf4j:jcl-over-slf4j:2.0.17")
254254
implementation("org.slf4j:jul-to-slf4j:2.0.17")
255255
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
@@ -362,7 +362,7 @@ compileClasspath - Compile classpath for source set 'main'.
362362
+--- org.jzy3d:jzy3d-jGL-awt:2.2.1 -> org.jzy3d:jGL:2.5
363363
+--- org.lz4:lz4-java:1.8.0
364364
+--- org.ow2.asm:asm:9.8 (*)
365-
+--- org.postgresql:postgresql:42.7.7
365+
+--- org.postgresql:postgresql:42.7.8
366366
+--- org.slf4j:jcl-over-slf4j:2.0.17 (*)
367367
+--- org.slf4j:jul-to-slf4j:2.0.17 (*)
368368
+--- org.slf4j:log4j-over-slf4j:2.0.17 (*)
@@ -373,7 +373,7 @@ compileClasspath - Compile classpath for source set 'main'.
373373
+--- org.slf4j:slf4j-simple:2.0.17 (*)
374374
+--- org.springframework:spring-aop:6.2.10 (*)
375375
+--- org.springframework:spring-jcl:6.2.10 -> org.slf4j:jcl-over-slf4j:2.0.17 (*)
376-
+--- postgresql:postgresql:9.1-901-1.jdbc4 -> org.postgresql:postgresql:42.7.7
376+
+--- postgresql:postgresql:9.1-901-1.jdbc4 -> org.postgresql:postgresql:42.7.8
377377
+--- servletapi:servletapi:2.4-20040521 -> javax.servlet:javax.servlet-api:4.0.1
378378
+--- stax:stax-api:1.0.1
379379
+--- velocity:velocity:1.5 -> org.apache.velocity:velocity-engine-core:2.4.1 (*)

0 commit comments

Comments
 (0)