diff --git a/hooks/persistence-defectdojo/hook/build.gradle b/hooks/persistence-defectdojo/hook/build.gradle index 88da75664a..0e54a55a47 100644 --- a/hooks/persistence-defectdojo/hook/build.gradle +++ b/hooks/persistence-defectdojo/hook/build.gradle @@ -24,17 +24,17 @@ repositories { dependencies { implementation group: "io.securecodebox", name: "defectdojo-client", version: "2.0.1" implementation group: "io.kubernetes", name: "client-java", version: "20.0.1" - implementation group: "org.springframework", name: "spring-web", version: "6.2.8" - implementation group: "com.fasterxml.jackson.core", name: "jackson-core", version: "2.19.1" - implementation group: "com.fasterxml.jackson.core", name: "jackson-annotations", version: "2.19.1" - implementation group: "com.fasterxml.jackson.core", name: "jackson-databind", version: "2.19.1" - implementation group: "com.fasterxml.jackson.datatype", name: "jackson-datatype-jsr310", version: "2.19.1" + implementation group: "org.springframework", name: "spring-web", version: "6.2.9" + implementation group: "com.fasterxml.jackson.core", name: "jackson-core", version: "2.19.2" + implementation group: "com.fasterxml.jackson.core", name: "jackson-annotations", version: "2.19.2" + implementation group: "com.fasterxml.jackson.core", name: "jackson-databind", version: "2.19.2" + implementation group: "com.fasterxml.jackson.datatype", name: "jackson-datatype-jsr310", version: "2.19.2" implementation group: "org.slf4j", name: "slf4j-api", version: "2.0.17" implementation group: "org.slf4j", name: "slf4j-log4j12", version: "2.0.17" // If I try to notate this like the others (with separate strings) I got errors. No idea why sh... Gradle // want it like this. It is the official documented example: // https://github.com/junit-team/junit5-samples/blob/r5.10.0/junit5-jupiter-starter-gradle/build.gradle - testImplementation(platform("org.junit:junit-bom:5.13.3")) + testImplementation(platform("org.junit:junit-bom:5.13.4")) testImplementation("org.junit.jupiter:junit-jupiter") testImplementation group: "org.mockito", name: "mockito-core", version: "5.18.0" testImplementation group: "org.mockito", name: "mockito-junit-jupiter", version: "5.18.0"