Updated Vibur dependency from 21.3 to 22.0

This commit is contained in:
simeonmalchev 2018-02-09 08:39:53 +11:00 committed by Vlad Mihalcea
parent e50371fdd7
commit 7eba71411d
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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 )