HHH-13686 Upgrade to Agroal 1.6
This commit is contained in:
parent
4d0ec22411
commit
97c300a6ad
|
@ -25,6 +25,8 @@ ext {
|
|||
javassistVersion = '3.24.0-GA'
|
||||
byteBuddyVersion = '1.10.2'
|
||||
|
||||
agroalVersion = '1.6'
|
||||
|
||||
geolatteVersion = '1.4.0'
|
||||
|
||||
// Wildfly version targeted by module ZIP; Arquillian/Shrinkwrap versions used for CDI testing and testing the module ZIP
|
||||
|
@ -136,8 +138,8 @@ ext {
|
|||
proxool: "proxool:proxool:0.8.3",
|
||||
hikaricp: "com.zaxxer:HikariCP:3.2.0",
|
||||
vibur: "org.vibur:vibur-dbcp:22.2",
|
||||
agroal_api: "io.agroal:agroal-api:1.4",
|
||||
agroal_pool: "io.agroal:agroal-pool:1.4",
|
||||
agroal_api: "io.agroal:agroal-api:${agroalVersion}",
|
||||
agroal_pool: "io.agroal:agroal-pool:${agroalVersion}",
|
||||
|
||||
atomikos: "com.atomikos:transactions:4.0.6",
|
||||
atomikos_jta: "com.atomikos:transactions-jta:4.0.6",
|
||||
|
|
Loading…
Reference in New Issue