@@ -4,10 +4,10 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
4
4
plugins {
5
5
id(" java" )
6
6
id(" war" )
7
- id(" org.gretty" ) version " 4.1.0 "
7
+ id(" org.gretty" ) version " 4.1.6 "
8
8
id(" checkstyle" )
9
- id(" io.freefair.lombok" ) version " 8.4 "
10
- id(" com.github.ben-manes.versions" ) version " 0.47 .0"
9
+ id(" io.freefair.lombok" ) version " 8.13.1 "
10
+ id(" com.github.ben-manes.versions" ) version " 0.52 .0"
11
11
id(" com.github.johnrengelman.shadow" ) version " 8.1.1"
12
12
}
13
13
@@ -19,21 +19,22 @@ repositories {
19
19
}
20
20
21
21
dependencies {
22
- implementation(" jakarta.servlet:jakarta.servlet-api:6.0 .0" )
23
- implementation(" jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api:3.0.0 " )
22
+ implementation(" jakarta.servlet:jakarta.servlet-api:6.1 .0" )
23
+ implementation(" jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api:3.0.2 " )
24
24
implementation(" org.glassfish.web:jakarta.servlet.jsp.jstl:3.0.1" )
25
25
26
- implementation(" org.slf4j:slf4j-simple:2.0.7 " )
26
+ implementation(" org.slf4j:slf4j-simple:2.0.17 " )
27
27
28
- implementation(" org.zalando:logbook-core:3.3 .0" )
29
- implementation(" org.zalando:logbook-servlet:3.3 .0" )
28
+ implementation(" org.zalando:logbook-core:3.11 .0" )
29
+ implementation(" org.zalando:logbook-servlet:3.11 .0" )
30
30
31
- testImplementation(" com.konghq:unirest-java-core:4.0.4 " )
32
- testImplementation(" com.konghq:unirest-java-bom:4.0.4 " )
31
+ testImplementation(" com.konghq:unirest-java-core:4.4.5 " )
32
+ testImplementation(" com.konghq:unirest-java-bom:4.4.5 " )
33
33
34
- testImplementation(" org.assertj:assertj-core:3.23.1 " )
35
- testImplementation(platform(" org.junit:junit-bom:5.10.0 " ))
34
+ testImplementation(" org.assertj:assertj-core:3.27.3 " )
35
+ testImplementation(platform(" org.junit:junit-bom:5.12.2 " ))
36
36
testImplementation(" org.junit.jupiter:junit-jupiter" )
37
+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
37
38
}
38
39
39
40
gretty {
0 commit comments