diff --git a/gradle/libraries.gradle b/gradle/libraries.gradle index 9440f84697..8caf4c96fd 100644 --- a/gradle/libraries.gradle +++ b/gradle/libraries.gradle @@ -130,7 +130,7 @@ ext { jcache: "javax.cache:cache-api:1.0.0", proxool: "proxool:proxool:0.8.3", hikaricp: "com.zaxxer:HikariCP:2.5.1", - vibur: "org.vibur:vibur-dbcp:21.3", + vibur: "org.vibur:vibur-dbcp:22.0", agroal_api: "io.agroal:agroal-api:0.4-SNAPSHOT", agroal_pool: "io.agroal:agroal-pool:0.4-SNAPSHOT", diff --git a/hibernate-vibur/hibernate-vibur.gradle b/hibernate-vibur/hibernate-vibur.gradle index 3cd7ab3407..aac801256f 100644 --- a/hibernate-vibur/hibernate-vibur.gradle +++ b/hibernate-vibur/hibernate-vibur.gradle @@ -13,7 +13,7 @@ dependencies { compile project( ':hibernate-core' ) compile( libraries.vibur ) - testCompile( 'org.vibur:vibur-dbcp:21.3:tests' ) + testCompile( libraries.vibur + ':tests' ) testCompile( 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2' ) testCompile project( ':hibernate-testing' ) testCompile( libraries.mockito )