We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f23f2c + e5269f3 commit 8b82061Copy full SHA for 8b82061
contentgrid-appserver-query-engine-impl-jooq/build.gradle
@@ -14,8 +14,8 @@ dependencies {
14
api 'com.contentgrid.thunx:thunx-model'
15
implementation 'com.fasterxml.uuid:java-uuid-generator'
16
17
- annotationProcessor "org.jooq:jooq-checker:3.20.8"
18
- testAnnotationProcessor "org.jooq:jooq-checker:3.20.8"
+ annotationProcessor "org.jooq:jooq-checker:3.20.9"
+ testAnnotationProcessor "org.jooq:jooq-checker:3.20.9"
19
20
testImplementation 'org.springframework.boot:spring-boot-starter-test'
21
testImplementation 'org.springframework.boot:spring-boot-starter-jooq'
0 commit comments