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

@@ -21,7 +21,7 @@ dependencies {
implementation "org.springframework.security:spring-security-config"
implementation "org.springframework.security:spring-security-web"
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"
testImplementation "org.assertj:assertj-core:3.26.3"