File tree 7 files changed +9
-7
lines changed
7 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies {
21
21
implementation " org.springframework.security:spring-security-config"
22
22
implementation " org.springframework.security:spring-security-web"
23
23
24
- providedCompile " jakarta.servlet:jakarta.servlet-api:5 .0.0"
24
+ providedCompile " jakarta.servlet:jakarta.servlet-api:6 .0.0"
25
25
providedCompile " org.glassfish.web:jakarta.servlet.jsp.jstl:2.0.0"
26
26
27
27
testImplementation " org.assertj:assertj-core:3.18.0"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies {
21
21
implementation " org.springframework.security:spring-security-config"
22
22
implementation " org.springframework.security:spring-security-web"
23
23
24
- providedCompile " jakarta.servlet:jakarta.servlet-api:5 .0.0"
24
+ providedCompile " jakarta.servlet:jakarta.servlet-api:6 .0.0"
25
25
providedCompile " org.glassfish.web:jakarta.servlet.jsp.jstl:2.0.0"
26
26
27
27
testImplementation " org.assertj:assertj-core:3.18.0"
Original file line number Diff line number Diff line change 17
17
plugins {
18
18
id " java"
19
19
id " nebula.integtest" version " 8.2.0"
20
- id " org.gretty" version " 4.0.0 "
20
+ id " org.gretty" version " 4.0.3 "
21
21
id " war"
22
22
}
23
23
@@ -47,7 +47,7 @@ dependencies {
47
47
implementation " org.thymeleaf:thymeleaf-spring6:3.1.0.M1"
48
48
implementation " org.thymeleaf.extras:thymeleaf-extras-springsecurity6:3.1.0.M1"
49
49
50
- providedCompile " jakarta.servlet:jakarta.servlet-api:5 .0.0"
50
+ providedCompile " jakarta.servlet:jakarta.servlet-api:6 .0.0"
51
51
providedCompile " org.glassfish.web:jakarta.servlet.jsp.jstl:2.0.0"
52
52
53
53
testImplementation " org.assertj:assertj-core:3.18.0"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
32
32
implementation ' org.slf4j:slf4j-api:1.7.30'
33
33
implementation ' org.slf4j:slf4j-simple:1.7.30'
34
34
35
- providedCompile " jakarta.servlet:jakarta.servlet-api:5 .0.0"
35
+ providedCompile " jakarta.servlet:jakarta.servlet-api:6 .0.0"
36
36
providedCompile " org.glassfish.web:jakarta.servlet.jsp.jstl:2.0.0"
37
37
38
38
runtimeOnly ' net.sf.ehcache:ehcache:2.10.5'
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
23
23
implementation ' org.slf4j:slf4j-api:1.7.30'
24
24
implementation ' org.slf4j:slf4j-simple:1.7.30'
25
25
26
- providedCompile " jakarta.servlet:jakarta.servlet-api:5 .0.0"
26
+ providedCompile " jakarta.servlet:jakarta.servlet-api:6 .0.0"
27
27
providedCompile " org.glassfish.web:jakarta.servlet.jsp.jstl:2.0.0"
28
28
29
29
runtimeOnly ' net.sf.ehcache:ehcache:2.10.5'
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
22
22
implementation ' org.slf4j:slf4j-api:1.7.30'
23
23
implementation ' org.slf4j:slf4j-simple:1.7.30'
24
24
25
- providedCompile " jakarta.servlet:jakarta.servlet-api:5 .0.0"
25
+ providedCompile " jakarta.servlet:jakarta.servlet-api:6 .0.0"
26
26
providedCompile " org.glassfish.web:jakarta.servlet.jsp.jstl:2.0.0"
27
27
28
28
testImplementation " org.springframework:spring-test"
Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ dependencies {
32
32
implementation " org.thymeleaf:thymeleaf-spring6:3.1.0.M1"
33
33
implementation ' org.thymeleaf.extras:thymeleaf-extras-springsecurity6:3.1.0.M1'
34
34
35
+ providedCompile " jakarta.servlet:jakarta.servlet-api:6.0.0"
36
+
35
37
testImplementation " org.assertj:assertj-core:3.18.0"
36
38
testImplementation " org.springframework:spring-test"
37
39
testImplementation " org.springframework.security:spring-security-test"
You can’t perform that action at this time.
0 commit comments