HHH-12264 - Updated Vibur dependency from 21.2 to 21.3

This commit is contained in:
simeonmalchev 2018-01-28 22:27:44 +11:00 committed by Vlad Mihalcea
parent 1b2424c211
commit 85cdbc76e5
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.2",
vibur: "org.vibur:vibur-dbcp:21.3",
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.2:tests' )
testCompile( 'org.vibur:vibur-dbcp:21.3:tests' )
testCompile( 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:1.4.2' )
testCompile project( ':hibernate-testing' )
testCompile( libraries.mockito )