|
1 | 1 | [versions] |
2 | 2 | asm = "9.6" |
3 | | -jackson = "2.15.0" |
4 | | -junit5 = "5.8.1" |
| 3 | +jackson = "2.20.0" |
| 4 | +junit5 = "5.14.0" |
5 | 5 | spock = "2.1-groovy-3.0" |
6 | 6 |
|
7 | 7 | [libraries] |
8 | | -ant = "org.apache.ant:ant:1.10.12" |
| 8 | +ant = "org.apache.ant:ant:1.10.15" |
9 | 9 | antlrst4 = "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" |
11 | 11 | apache-rat = "org.apache.rat:apache-rat:0.11" |
12 | 12 | asm = { group = "org.ow2.asm", name="asm", version.ref="asm" } |
13 | 13 | asm-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" |
17 | | -commmons-io = "commons-io:commons-io:2.2" |
| 14 | +bytebuddy = "net.bytebuddy:byte-buddy:1.17.7" |
| 15 | +checkstyle = "com.puppycrawl.tools:checkstyle:10.26.1" |
| 16 | +commons-codec = "commons-codec:commons-codec:1.19.0" |
| 17 | +commmons-io = "commons-io:commons-io:2.20.0" |
18 | 18 | docker-compose = "com.avast.gradle:gradle-docker-compose-plugin:0.17.5" |
19 | 19 | forbiddenApis = "de.thetaphi:forbiddenapis:3.6" |
20 | 20 | gradle-enterprise = "com.gradle:develocity-gradle-plugin:3.17.4" |
21 | 21 | hamcrest = "org.hamcrest:hamcrest:2.1" |
22 | | -httpcore = "org.apache.httpcomponents:httpcore:4.4.12" |
| 22 | +httpcore = "org.apache.httpcomponents:httpcore:4.4.16" |
23 | 23 | httpclient = "org.apache.httpcomponents:httpclient:4.5.14" |
24 | | -idea-ext = "gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle-idea-ext:1.1.4" |
| 24 | +idea-ext = "gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle-idea-ext:1.3" |
25 | 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" |
| 26 | +json-schema-validator = "com.networknt:json-schema-validator:1.5.9" |
| 27 | +json-assert = "org.skyscreamer:jsonassert:1.5.3" |
28 | 28 | jackson-core = { group = "com.fasterxml.jackson.core", name="jackson-core", version.ref="jackson" } |
29 | 29 | jackson-databind = { group = "com.fasterxml.jackson.core", name="jackson-databind", version.ref="jackson" } |
30 | 30 | jackson-dataformat-yaml = { group = "com.fasterxml.jackson.dataformat", name="jackson-dataformat-yaml", version.ref="jackson" } |
31 | 31 | jackson-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" |
33 | 33 | junit = "junit:junit:4.13.2" |
34 | 34 | junit5-platform = { group = "org.junit", name="junit-bom", version.ref="junit5" } |
35 | 35 | junit5-jupiter = { group = "org.junit.jupiter", name="junit-jupiter", version.ref="junit5" } |
36 | 36 | junit5-platform-launcher = "org.junit.platform:junit-platform-launcher:1.8.1" |
37 | 37 | junit5-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.11" |
39 | 39 | mockito-core = "org.mockito:mockito-core:1.9.5" |
40 | 40 | nebula-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" |
42 | 42 | shadow-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" } } |
44 | 44 | spock-core = { group = "org.spockframework", name="spock-core", version.ref="spock" } |
45 | 45 | spock-junit4 = { group = "org.spockframework", name="spock-junit4", version.ref="spock" } |
46 | 46 | spock-platform = { group = "org.spockframework", name="spock-bom", version.ref="spock" } |
47 | 47 | spotless-plugin = "com.diffplug.spotless:spotless-plugin-gradle:6.25.0" |
48 | | -wiremock = "com.github.tomakehurst:wiremock-jre8-standalone:2.23.2" |
| 48 | +wiremock = "com.github.tomakehurst:wiremock-jre8-standalone:2.35.2" |
49 | 49 | xmlunit-core = "org.xmlunit:xmlunit-core:2.8.2" |
0 commit comments