Skip to content

Commit

Permalink
Fix JOOQ
Browse files Browse the repository at this point in the history
  • Loading branch information
nk2IsHere committed Aug 21, 2023
1 parent 5cc7122 commit 34583e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kofu-jdbc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ dependencies {
testImplementation("org.springframework.boot:spring-boot-starter-jdbc")
testRuntimeOnly("io.r2dbc:r2dbc-h2")
testRuntimeOnly("io.r2dbc:r2dbc-postgresql:0.8.4.RELEASE")
testRuntimeOnly("org.postgresql:postgresql:42.2.18")
testRuntimeOnly("mysql:mysql-connector-java:8.0.22")
testRuntimeOnly("org.postgresql:postgresql:42.2.27")
testRuntimeOnly("mysql:mysql-connector-java:8.0.28")
}
4 changes: 4 additions & 0 deletions kofu-jooq/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ dependencies {
testImplementation("org.testcontainers:testcontainers")

testImplementation("org.springframework.boot:spring-boot-starter-jooq")
testRuntimeOnly("io.r2dbc:r2dbc-h2")
testRuntimeOnly("io.r2dbc:r2dbc-postgresql:0.8.4.RELEASE")
testRuntimeOnly("org.postgresql:postgresql:42.2.27")
testRuntimeOnly("mysql:mysql-connector-java:8.0.28")
}

0 comments on commit 34583e8

Please sign in to comment.