Update to EhCache 2.10.9.2

This commit is contained in:
Josh Cummings
2024-08-01 10:07:36 -06:00
parent 0f17eb2862
commit 9ee85f0d93
2 changed files with 2 additions and 2 deletions

View File

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

View File

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