@@ -8,7 +8,7 @@ plugins {
8
8
// https://github.com/ben-manes/gradle-versions-plugin
9
9
// Run: ./gradlew dependencyUpdates -Drevision=release
10
10
id " com.github.ben-manes.versions" version " 0.51.0"
11
- id " org.sonarqube" version " 6.0.0.5145 "
11
+ id " org.sonarqube" version " 6.0.1.5171 "
12
12
}
13
13
14
14
group = " io.securecodebox"
@@ -26,10 +26,10 @@ dependencies {
26
26
implementation group : " io.securecodebox" , name : " defectdojo-client" , version : " 2.0.1"
27
27
implementation group : " io.kubernetes" , name : " client-java" , version : " 20.0.1"
28
28
implementation group : " org.springframework" , name : " spring-web" , version : " 6.2.0"
29
- implementation group : " com.fasterxml.jackson.core" , name : " jackson-core" , version : " 2.18.1 "
30
- implementation group : " com.fasterxml.jackson.core" , name : " jackson-annotations" , version : " 2.18.1 "
31
- implementation group : " com.fasterxml.jackson.core" , name : " jackson-databind" , version : " 2.18.1 "
32
- implementation group : " com.fasterxml.jackson.datatype" , name : " jackson-datatype-jsr310" , version : " 2.18.1 "
29
+ implementation group : " com.fasterxml.jackson.core" , name : " jackson-core" , version : " 2.18.2 "
30
+ implementation group : " com.fasterxml.jackson.core" , name : " jackson-annotations" , version : " 2.18.2 "
31
+ implementation group : " com.fasterxml.jackson.core" , name : " jackson-databind" , version : " 2.18.2 "
32
+ implementation group : " com.fasterxml.jackson.datatype" , name : " jackson-datatype-jsr310" , version : " 2.18.2 "
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
0 commit comments