Update to Servlet 6.1.0

This commit is contained in:
Josh Cummings
2024-08-01 09:04:12 -06:00
parent aee6393d15
commit 33d2ce13b6
11 changed files with 11 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ dependencies {
implementation 'org.slf4j:slf4j-api:1.7.30'
implementation 'org.slf4j:slf4j-simple:1.7.30'
providedCompile "jakarta.servlet:jakarta.servlet-api:6.0.0"
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'