@@ -23,8 +23,7 @@ repositories {
2323}
2424
2525def buildInfoVersion = ' 2.43.9'
26- // Updated to 2.17.3 for security fixes - compatible with Java 8+
27- def jacksonVersion = ' 2.17.3'
26+ def jacksonVersion = ' 2.18.6'
2827
2928dependencies {
3029 implementation group : ' com.fasterxml.jackson.dataformat' , name : ' jackson-dataformat-yaml' , version : jacksonVersion
@@ -42,7 +41,7 @@ dependencies {
4241 implementation group : ' com.jetbrains.qodana' , name : ' qodana-sarif' , version : ' 0.2.113'
4342 implementation group : ' org.apache.httpcomponents' , name : ' httpcore' , version : ' 4.4.14'
4443 implementation group : ' org.apache.commons' , name : ' commons-text' , version : ' 1.10.0'
45- implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.11 '
44+ implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.18.0 '
4645 implementation group : ' com.google.guava' , name : ' guava' , version : ' 32.0.1-jre'
4746 implementation group : ' commons-codec' , name : ' commons-codec' , version : ' 1.13'
4847 implementation group : ' com.jfrog' , name : ' gradle-dep-tree' , version : ' 3.2.1'
0 commit comments