We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8435f5a commit 3acbc0aCopy full SHA for 3acbc0a
gradle/libs.versions.toml
@@ -8,7 +8,7 @@ doma-processor = { module = "org.seasar.doma:doma-processor", version.ref = "dom
8
doma-slf4j = { module = "org.seasar.doma:doma-slf4j", version.ref = "doma" }
9
10
jdbc-h2 = { module = "com.h2database:h2", version = "2.3.232" }
11
-jdbc-postgresql = { module = "org.postgresql:postgresql", version = "42.7.5" }
+jdbc-postgresql = { module = "org.postgresql:postgresql", version = "42.7.6" }
12
13
logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.18" }
14
0 commit comments