HHH-14100 - Update c3p0 to 0.9.5.5
This commit is contained in:
parent
f1243a3285
commit
61ed4bf88d
|
@ -132,7 +132,7 @@ ext {
|
||||||
// EL required by Hibernate Validator at test runtime
|
// EL required by Hibernate Validator at test runtime
|
||||||
expression_language: "org.glassfish:javax.el:${elVersion}",
|
expression_language: "org.glassfish:javax.el:${elVersion}",
|
||||||
|
|
||||||
c3p0: "com.mchange:c3p0:0.9.5.3",
|
c3p0: "com.mchange:c3p0:0.9.5.5",
|
||||||
ehcache: "net.sf.ehcache:ehcache:2.10.6",
|
ehcache: "net.sf.ehcache:ehcache:2.10.6",
|
||||||
ehcache3: "org.ehcache:ehcache:3.6.1",
|
ehcache3: "org.ehcache:ehcache:3.6.1",
|
||||||
jcache: "javax.cache:cache-api:1.0.0",
|
jcache: "javax.cache:cache-api:1.0.0",
|
||||||
|
|
Loading…
Reference in New Issue