Răsfoiți Sursa

Update to EhCache 2.10.9.2

Josh Cummings 1 an în urmă
părinte
comite
9ee85f0d93

+ 1 - 1
servlet/xml/java/contacts/build.gradle

@@ -35,7 +35,7 @@ dependencies {
 	providedCompile "jakarta.servlet:jakarta.servlet-api:6.1.0"
 	providedCompile "org.glassfish.web:jakarta.servlet.jsp.jstl:2.0.0"
 
-	runtimeOnly 'net.sf.ehcache:ehcache:2.10.5'
+	runtimeOnly 'net.sf.ehcache:ehcache:2.10.9.2'
 	runtimeOnly 'org.hsqldb:hsqldb:2.7.3'
 	runtimeOnly 'org.springframework:spring-context-support'
 

+ 1 - 1
servlet/xml/java/dms/build.gradle

@@ -26,7 +26,7 @@ dependencies {
 	providedCompile "jakarta.servlet:jakarta.servlet-api:6.1.0"
 	providedCompile "org.glassfish.web:jakarta.servlet.jsp.jstl:2.0.0"
 
-	runtimeOnly 'net.sf.ehcache:ehcache:2.10.5'
+	runtimeOnly 'net.sf.ehcache:ehcache:2.10.9.2'
 	runtimeOnly 'org.hsqldb:hsqldb:2.7.3'
 	runtimeOnly 'org.springframework:spring-context-support'