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 782c655 commit 3c37d0bCopy full SHA for 3c37d0b
application/build.gradle
@@ -48,7 +48,7 @@ dependencies {
48
implementation 'org.apache.logging.log4j:log4j-core:2.16.0'
49
runtimeOnly 'org.apache.logging.log4j:log4j-slf4j18-impl:2.18.0'
50
51
- implementation 'org.jooq:jooq:3.15.3'
+ implementation 'org.jooq:jooq:3.17.2'
52
53
implementation 'io.mikael:urlbuilder:2.0.9'
54
database/build.gradle
@@ -7,6 +7,6 @@ var sqliteVersion = "3.39.2.0"
7
dependencies {
8
implementation "org.xerial:sqlite-jdbc:${sqliteVersion}"
9
implementation 'org.flywaydb:flyway-core:9.0.4'
10
11
}
12
0 commit comments