HHH-12264 - Updated Vibur dependency from 21.2 to 21.3
This commit is contained in:
parent
1b2424c211
commit
85cdbc76e5
|
@ -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",
|
||||
|
||||
|
|
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue