@@ -26,21 +26,21 @@ dependencies {
26
26
implementation group : " io.securecodebox" , name : " defectdojo-client" , version : " 3.0.0"
27
27
implementation group : " io.kubernetes" , name : " client-java" , version : " 20.0.1"
28
28
implementation group : " org.springframework" , name : " spring-web" , version : " 6.1.13"
29
- implementation group : " com.fasterxml.jackson.core" , name : " jackson-core" , version : " 2.17.2 "
30
- implementation group : " com.fasterxml.jackson.core" , name : " jackson-annotations" , version : " 2.17.2 "
31
- implementation group : " com.fasterxml.jackson.core" , name : " jackson-databind" , version : " 2.17.2 "
32
- implementation group : " com.fasterxml.jackson.datatype" , name : " jackson-datatype-jsr310" , version : " 2.17.2 "
29
+ implementation group : " com.fasterxml.jackson.core" , name : " jackson-core" , version : " 2.18.0 "
30
+ implementation group : " com.fasterxml.jackson.core" , name : " jackson-annotations" , version : " 2.18.0 "
31
+ implementation group : " com.fasterxml.jackson.core" , name : " jackson-databind" , version : " 2.18.0 "
32
+ implementation group : " com.fasterxml.jackson.datatype" , name : " jackson-datatype-jsr310" , version : " 2.18.0 "
33
33
implementation group : " org.slf4j" , name : " slf4j-api" , version : " 2.0.16"
34
34
implementation group : " org.slf4j" , name : " slf4j-log4j12" , version : " 2.0.16"
35
35
// If I try to notate this like the others (with separate strings) I got errors. No idea why sh... Gradle
36
36
// want it like this. It is the official documented example:
37
37
// https://github.com/junit-team/junit5-samples/blob/r5.10.0/junit5-jupiter-starter-gradle/build.gradle
38
- testImplementation(platform(" org.junit:junit-bom:5.11.0 " ))
38
+ testImplementation(platform(" org.junit:junit-bom:5.11.1 " ))
39
39
testImplementation(" org.junit.jupiter:junit-jupiter" )
40
- testImplementation group : " org.mockito" , name : " mockito-core" , version : " 5.13 .0"
41
- testImplementation group : " org.mockito" , name : " mockito-junit-jupiter" , version : " 5.13 .0"
40
+ testImplementation group : " org.mockito" , name : " mockito-core" , version : " 5.14 .0"
41
+ testImplementation group : " org.mockito" , name : " mockito-junit-jupiter" , version : " 5.14 .0"
42
42
testImplementation group : ' org.hamcrest' , name : ' java-hamcrest' , version : ' 2.0.0.0'
43
- testImplementation group : ' uk.org.webcompere' , name : ' system-stubs-jupiter' , version : ' 2.1.6 '
43
+ testImplementation group : ' uk.org.webcompere' , name : ' system-stubs-jupiter' , version : ' 2.1.7 '
44
44
}
45
45
46
46
test {
0 commit comments