11[versions ]
2- asm = " 9.6 "
3- jackson = " 2.15.0 "
4- junit5 = " 5.8 .1"
2+ asm = " 9.9.1 "
3+ jackson = " 2.20.1 "
4+ junit5 = " 5.14 .1"
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.28.0 "
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" }
14- bytebuddy = " net.bytebuddy:byte-buddy:1.14.12 "
15- checkstyle = " com.puppycrawl.tools:checkstyle:10.3 "
16- commons-codec = " commons-codec:commons-codec:1.11 "
14+ bytebuddy = " net.bytebuddy:byte-buddy:1.18.3 "
15+ checkstyle = " com.puppycrawl.tools:checkstyle:10.26.1 "
16+ commons-codec = " commons-codec:commons-codec:1.20.0 "
1717commmons-io = " commons-io:commons-io:2.2"
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"
24- idea-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 "
24+ idea-ext = " gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle-idea-ext:1.3 "
25+ javaparser = " com.github.javaparser:javaparser-core:3.27.1 "
26+ json-schema-validator = " com.networknt:json-schema-validator:1.5.9 "
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" }
3131jackson-platform = { group = " com.fasterxml.jackson" , name =" jackson-bom" , version.ref =" jackson" }
32- jna = " net.java.dev.jna:jna:5.10.0 "
32+ jna = " net.java.dev.jna:jna:5.18.1 "
3333junit = " junit:junit:4.13.2"
3434junit5-platform = { group = " org.junit" , name =" junit-bom" , version.ref =" junit5" }
3535junit5-jupiter = { group = " org.junit.jupiter" , name =" junit-jupiter" , version.ref =" junit5" }
@@ -38,12 +38,12 @@ junit5-vintage = { group = "org.junit.vintage", name="junit-vintage-engine", ver
3838maven-model = " org.apache.maven:maven-model:3.6.2"
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.5 " } }
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.11.0 "
0 commit comments