11[versions ]
2- asm = " 9.6 "
3- jackson = " 2.15.0 "
4- junit5 = " 5.8.1 "
2+ asm = " 9.7.1 "
3+ jackson = " 2.18.2 "
4+ junit5 = " 5.11.4 "
55spock = " 2.1-groovy-3.0"
66
77[libraries ]
8- ant = " org.apache.ant:ant:1.10.12 "
8+ ant = " org.apache.ant:ant:1.10.15 "
99antlrst4 = " org.antlr:ST4:4.3.4"
10- apache-compress = " org.apache.commons:commons-compress:1.26 .1"
10+ apache-compress = " org.apache.commons:commons-compress:1.27 .1"
1111apache-rat = " org.apache.rat:apache-rat:0.11"
1212asm = { group = " org.ow2.asm" , name =" asm" , version.ref =" asm" }
1313asm-tree = { group = " org.ow2.asm" , name =" asm-tree" , version.ref =" asm" }
1414bytebuddy = " net.bytebuddy:byte-buddy:1.14.12"
15- checkstyle = " com.puppycrawl.tools:checkstyle:10.3 "
16- commons-codec = " commons-codec:commons-codec:1.11 "
17- commmons-io = " commons-io:commons-io:2.2 "
15+ checkstyle = " com.puppycrawl.tools:checkstyle:10.21.0 "
16+ commons-codec = " commons-codec:commons-codec:1.17.1 "
17+ commmons-io = " commons-io:commons-io:2.18.0 "
1818docker-compose = " com.avast.gradle:gradle-docker-compose-plugin:0.17.5"
1919forbiddenApis = " de.thetaphi:forbiddenapis:3.6"
2020gradle-enterprise = " com.gradle:develocity-gradle-plugin:3.17.4"
2121hamcrest = " org.hamcrest:hamcrest:2.1"
22- httpcore = " org.apache.httpcomponents:httpcore:4.4.12 "
22+ httpcore = " org.apache.httpcomponents:httpcore:4.4.16 "
2323httpclient = " org.apache.httpcomponents:httpclient:4.5.14"
2424idea-ext = " gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle-idea-ext:1.1.4"
25- javaparser = " com.github.javaparser:javaparser-core:3.18.0 "
26- json-schema-validator = " com.networknt:json-schema-validator:1.0.72 "
27- json-assert = " org.skyscreamer:jsonassert:1.5.0 "
25+ javaparser = " com.github.javaparser:javaparser-core:3.26.3 "
26+ json-schema-validator = " com.networknt:json-schema-validator:1.5.4 "
27+ json-assert = " org.skyscreamer:jsonassert:1.5.3 "
2828jackson-core = { group = " com.fasterxml.jackson.core" , name =" jackson-core" , version.ref =" jackson" }
2929jackson-databind = { group = " com.fasterxml.jackson.core" , name =" jackson-databind" , version.ref =" jackson" }
3030jackson-dataformat-yaml = { group = " com.fasterxml.jackson.dataformat" , name =" jackson-dataformat-yaml" , version.ref =" jackson" }
@@ -35,15 +35,15 @@ junit5-platform = { group = "org.junit", name="junit-bom", version.ref="junit5"
3535junit5-jupiter = { group = " org.junit.jupiter" , name =" junit-jupiter" , version.ref =" junit5" }
3636junit5-platform-launcher = " org.junit.platform:junit-platform-launcher:1.8.1"
3737junit5-vintage = { group = " org.junit.vintage" , name =" junit-vintage-engine" , version.ref =" junit5" }
38- maven-model = " org.apache.maven:maven-model:3.6.2 "
38+ maven-model = " org.apache.maven:maven-model:3.9.9 "
3939mockito-core = " org.mockito:mockito-core:1.9.5"
4040nebula-info = " com.netflix.nebula:gradle-info-plugin:11.3.3"
41- reflections = " org.reflections:reflections:0.9.12 "
41+ reflections = " org.reflections:reflections:0.10.2 "
4242shadow-plugin = " com.github.breskeby:shadow:3b035f2"
43- snakeyaml = { group = " org.yaml" , name = " snakeyaml" , version = { strictly = " 2.0 " } }
43+ snakeyaml = { group = " org.yaml" , name = " snakeyaml" , version = { strictly = " 2.3 " } }
4444spock-core = { group = " org.spockframework" , name =" spock-core" , version.ref =" spock" }
4545spock-junit4 = { group = " org.spockframework" , name =" spock-junit4" , version.ref =" spock" }
4646spock-platform = { group = " org.spockframework" , name =" spock-bom" , version.ref =" spock" }
4747spotless-plugin = " com.diffplug.spotless:spotless-plugin-gradle:6.25.0"
48- wiremock = " com.github.tomakehurst:wiremock-jre8-standalone:2.23 .2"
49- xmlunit-core = " org.xmlunit:xmlunit-core:2.8.2 "
48+ wiremock = " com.github.tomakehurst:wiremock-jre8-standalone:2.35 .2"
49+ xmlunit-core = " org.xmlunit:xmlunit-core:2.10.0 "
0 commit comments