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 2a88328 commit 65c2a92Copy full SHA for 65c2a92
spring-boot-2-demo-app/build.gradle.kts
@@ -33,7 +33,7 @@ dependencies {
33
implementation(project(":db-migrations"))
34
implementation("org.liquibase:liquibase-core")
35
implementation("com.github.blagerweij:liquibase-sessionlock")
36
- implementation("net.ttddyy:datasource-proxy:1.9") {
+ implementation("net.ttddyy:datasource-proxy:1.10.1") {
37
because("https://github.com/jdbc-observations/datasource-proxy/issues/111")
38
}
39
0 commit comments