Explorar el Código

Update to EhCache 2.10.9.2

Josh Cummings hace 1 año
padre
commit
9ee85f0d93
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      servlet/xml/java/contacts/build.gradle
  2. 1 1
      servlet/xml/java/dms/build.gradle

+ 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'