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 fcb9d1c commit d673126Copy full SHA for d673126
by-language/java-jooq/build.gradle
@@ -21,8 +21,8 @@ repositories {
21
}
22
23
dependencies {
24
- implementation 'org.jooq:jooq:3.19.7'
25
- implementation 'org.jooq:jooq-meta:3.19.7'
+ implementation 'org.jooq:jooq:3.19.8'
+ implementation 'org.jooq:jooq-meta:3.19.8'
26
implementation 'org.postgresql:postgresql:42.7.3'
27
implementation 'org.slf4j:slf4j-api:2.0.13'
28
implementation 'org.slf4j:slf4j-simple:2.0.13'
0 commit comments