Skip to content

Commit 41a1816

Browse files
update postgresql (#1000)
1 parent 7c34eeb commit 41a1816

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dumper/app/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ org.opentest4j:opentest4j:1.2.0=testRuntimeClasspath
262262
org.ow2.asm:asm-commons:9.6=jacocoAnt
263263
org.ow2.asm:asm-tree:9.6=jacocoAnt
264264
org.ow2.asm:asm:9.6=jacocoAnt
265-
org.postgresql:postgresql:42.7.5=runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
265+
org.postgresql:postgresql:42.7.8=runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
266266
org.slf4j:jcl-over-slf4j:2.0.17=compileClasspath,runtimeClasspath,sources,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
267267
org.slf4j:jul-to-slf4j:1.7.36=testRuntimeClasspath
268268
org.slf4j:log4j-over-slf4j:2.0.16=testRuntimeClasspath

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ junit-jupiter = "5.12.0"
4242
log4j-over-slf4j = "2.0.16"
4343
logback = "1.3.15"
4444
mockito = "4.11.0"
45-
postgresql = "42.7.5"
45+
postgresql = "42.7.8"
4646
protobuf = "3.25.6"
4747
rate-limited-logger = "2.0.2"
4848
re2j = "1.8"

0 commit comments

Comments
 (0)