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 11ee0c3 commit f57e4b6Copy full SHA for f57e4b6
by-language/java-jooq/build.gradle
@@ -23,7 +23,7 @@ repositories {
23
dependencies {
24
implementation 'org.jooq:jooq:3.19.3'
25
implementation 'org.jooq:jooq-meta:3.19.3'
26
- implementation 'org.postgresql:postgresql:42.7.1'
+ implementation 'org.postgresql:postgresql:42.7.2'
27
implementation 'org.slf4j:slf4j-api:2.0.12'
28
implementation 'org.slf4j:slf4j-simple:2.0.12'
29
testImplementation 'junit:junit:4.13.2'
0 commit comments