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

@@ -32,7 +32,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'

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'

View File

@@ -22,7 +22,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"
testImplementation "org.springframework:spring-test"

View File

@@ -18,7 +18,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"
testImplementation "org.springframework:spring-test"

View File

@@ -32,7 +32,7 @@ dependencies {
implementation "org.thymeleaf:thymeleaf-spring6:3.1.2.RELEASE"
implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity6:3.1.0.M1'
providedCompile "jakarta.servlet:jakarta.servlet-api:6.0.0"
providedCompile "jakarta.servlet:jakarta.servlet-api:6.1.0"
testImplementation "org.assertj:assertj-core:3.26.3"
testImplementation "org.springframework:spring-test"