HHH-13332 Update c3p0 to 0.9.5.3

Update c3p0 dependency to addresses the XXE vulnerability (CVE-2018-20433)
This commit is contained in:
Thomas Bürli 2019-03-20 17:11:33 +01:00 committed by Guillaume Smet
parent 883465f525
commit 926e1da2d5
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ ext {
// EL required by Hibernate Validator at test runtime
expression_language: "org.glassfish:javax.el:${elVersion}",
c3p0: "com.mchange:c3p0:0.9.5.2",
c3p0: "com.mchange:c3p0:0.9.5.3",
ehcache: "net.sf.ehcache:ehcache:2.10.6",
ehcache3: "org.ehcache:ehcache:3.6.1",
jcache: "javax.cache:cache-api:1.0.0",