Skip to content

Commit 9f8c7f2

Browse files
chore: Update Gradle dependencies
1 parent 3b6ca9d commit 9f8c7f2

8 files changed

Lines changed: 118 additions & 88 deletions

File tree

remote-config/remote-config-core/gradle.lockfile

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ commons-fileupload:commons-fileupload:1.5=testCompileClasspath,testRuntimeClassp
2323
commons-io:commons-io:2.11.0=testCompileClasspath,testRuntimeClasspath
2424
de.thetaphi:forbiddenapis:3.8=compileClasspath
2525
info.picocli:picocli:4.6.3=testRuntimeClasspath
26+
io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
2627
jaxen:jaxen:1.2.0=spotbugs
2728
jline:jline:2.14.6=testRuntimeClasspath
2829
junit:junit-dep:4.11=testCompileClasspath,testRuntimeClasspath
@@ -80,20 +81,21 @@ org.codenarc:CodeNarc:3.6.0=codenarc
8081
org.dom4j:dom4j:2.1.3=spotbugs
8182
org.gmetrics:GMetrics:2.1.0=codenarc
8283
org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath
83-
org.hamcrest:hamcrest:2.2=testCompileClasspath,testRuntimeClasspath
84+
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
8485
org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt
8586
org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt
8687
org.jacoco:org.jacoco.core:0.8.13=jacocoAnt
8788
org.jacoco:org.jacoco.report:0.8.13=jacocoAnt
88-
org.junit.jupiter:junit-jupiter-api:5.12.0=testCompileClasspath,testRuntimeClasspath
89-
org.junit.jupiter:junit-jupiter-engine:5.12.0=testRuntimeClasspath
90-
org.junit.jupiter:junit-jupiter-params:5.12.0=testCompileClasspath,testRuntimeClasspath
91-
org.junit.jupiter:junit-jupiter:5.12.0=testCompileClasspath,testRuntimeClasspath
92-
org.junit.platform:junit-platform-commons:1.12.0=testCompileClasspath,testRuntimeClasspath
93-
org.junit.platform:junit-platform-engine:1.12.0=testCompileClasspath,testRuntimeClasspath
94-
org.junit.platform:junit-platform-launcher:1.12.0=testRuntimeClasspath
95-
org.junit:junit-bom:5.12.0=testCompileClasspath,testRuntimeClasspath
89+
org.junit.jupiter:junit-jupiter-api:5.12.2=testCompileClasspath,testRuntimeClasspath
90+
org.junit.jupiter:junit-jupiter-engine:5.12.2=testRuntimeClasspath
91+
org.junit.jupiter:junit-jupiter-params:5.12.2=testCompileClasspath,testRuntimeClasspath
92+
org.junit.jupiter:junit-jupiter:5.12.2=testCompileClasspath,testRuntimeClasspath
93+
org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath,testRuntimeClasspath
94+
org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath,testRuntimeClasspath
95+
org.junit.platform:junit-platform-launcher:1.12.2=testRuntimeClasspath
96+
org.junit:junit-bom:5.12.2=testCompileClasspath,testRuntimeClasspath
9697
org.junit:junit-bom:5.9.1=spotbugs
98+
org.mockito:mockito-core:4.4.0=testRuntimeClasspath
9799
org.objenesis:objenesis:3.3=testCompileClasspath,testRuntimeClasspath
98100
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
99101
org.ow2.asm:asm-analysis:9.4=spotbugs
@@ -115,8 +117,9 @@ org.slf4j:slf4j-api:1.7.32=testCompileClasspath,testRuntimeClasspath
115117
org.slf4j:slf4j-api:2.0.0=spotbugs,spotbugsSlf4j
116118
org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j
117119
org.snakeyaml:snakeyaml-engine:2.9=runtimeClasspath,testRuntimeClasspath
118-
org.spockframework:spock-core:2.3-groovy-3.0=testCompileClasspath,testRuntimeClasspath
119-
org.spockframework:spock-junit4:2.3-groovy-3.0=testCompileClasspath,testRuntimeClasspath
120+
org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
121+
org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
122+
org.spockframework:spock-junit4:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
120123
org.testng:testng:7.5.1=testRuntimeClasspath
121124
org.webjars:jquery:3.5.1=testRuntimeClasspath
122125
org.xmlresolver:xmlresolver:4.4.3=spotbugs

telemetry/gradle.lockfile

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ commons-fileupload:commons-fileupload:1.5=jmhRuntimeClasspath,testCompileClasspa
3636
commons-io:commons-io:2.11.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
3737
de.thetaphi:forbiddenapis:3.8=compileClasspath,jmhCompileClasspath
3838
info.picocli:picocli:4.6.3=jmhRuntimeClasspath,testRuntimeClasspath
39+
io.leangen.geantyref:geantyref:1.3.16=jmhRuntimeClasspath,testRuntimeClasspath
3940
jaxen:jaxen:1.2.0=spotbugs
4041
jline:jline:2.14.6=jmhRuntimeClasspath,testRuntimeClasspath
4142
junit:junit-dep:4.11=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
@@ -97,23 +98,24 @@ org.codenarc:CodeNarc:3.6.0=codenarc
9798
org.dom4j:dom4j:2.1.3=spotbugs
9899
org.gmetrics:GMetrics:2.1.0=codenarc
99100
org.hamcrest:hamcrest-core:1.3=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
100-
org.hamcrest:hamcrest:2.2=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
101+
org.hamcrest:hamcrest:3.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
101102
org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt
102103
org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt
103104
org.jacoco:org.jacoco.core:0.8.13=jacocoAnt
104105
org.jacoco:org.jacoco.report:0.8.13=jacocoAnt
105106
org.jboss.logging:jboss-logging:3.1.4.GA=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
106107
org.jboss:jboss-vfs:3.2.16.Final=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
107108
org.jctools:jctools-core:3.3.0=jmhRuntimeClasspath,testRuntimeClasspath
108-
org.junit.jupiter:junit-jupiter-api:5.12.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
109-
org.junit.jupiter:junit-jupiter-engine:5.12.0=jmhRuntimeClasspath,testRuntimeClasspath
110-
org.junit.jupiter:junit-jupiter-params:5.12.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
111-
org.junit.jupiter:junit-jupiter:5.12.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
112-
org.junit.platform:junit-platform-commons:1.12.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
113-
org.junit.platform:junit-platform-engine:1.12.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
114-
org.junit.platform:junit-platform-launcher:1.12.0=jmhRuntimeClasspath,testRuntimeClasspath
115-
org.junit:junit-bom:5.12.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
109+
org.junit.jupiter:junit-jupiter-api:5.12.2=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
110+
org.junit.jupiter:junit-jupiter-engine:5.12.2=jmhRuntimeClasspath,testRuntimeClasspath
111+
org.junit.jupiter:junit-jupiter-params:5.12.2=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
112+
org.junit.jupiter:junit-jupiter:5.12.2=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
113+
org.junit.platform:junit-platform-commons:1.12.2=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
114+
org.junit.platform:junit-platform-engine:1.12.2=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
115+
org.junit.platform:junit-platform-launcher:1.12.2=jmhRuntimeClasspath,testRuntimeClasspath
116+
org.junit:junit-bom:5.12.2=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
116117
org.junit:junit-bom:5.9.1=spotbugs
118+
org.mockito:mockito-core:4.4.0=jmhRuntimeClasspath,testRuntimeClasspath
117119
org.objenesis:objenesis:3.3=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
118120
org.openjdk.jmh:jmh-core:1.37=jmh,jmhCompileClasspath,jmhRuntimeClasspath
119121
org.openjdk.jmh:jmh-generator-asm:1.37=jmh,jmhCompileClasspath,jmhRuntimeClasspath
@@ -145,8 +147,9 @@ org.slf4j:slf4j-api:1.7.32=jmhRuntimeClasspath,testCompileClasspath,testRuntimeC
145147
org.slf4j:slf4j-api:2.0.0=spotbugs,spotbugsSlf4j
146148
org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j
147149
org.snakeyaml:snakeyaml-engine:2.9=jmhRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
148-
org.spockframework:spock-core:2.3-groovy-3.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
149-
org.spockframework:spock-junit4:2.3-groovy-3.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
150+
org.spockframework:spock-bom:2.4-M6-groovy-3.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
151+
org.spockframework:spock-core:2.4-M6-groovy-3.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
152+
org.spockframework:spock-junit4:2.4-M6-groovy-3.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
150153
org.testng:testng:7.5.1=jmhRuntimeClasspath,testRuntimeClasspath
151154
org.webjars:jquery:3.5.1=jmhRuntimeClasspath,testRuntimeClasspath
152155
org.xmlresolver:xmlresolver:4.4.3=spotbugs

utils/container-utils/gradle.lockfile

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ commons-fileupload:commons-fileupload:1.5=testCompileClasspath,testRuntimeClassp
1717
commons-io:commons-io:2.11.0=testCompileClasspath,testRuntimeClasspath
1818
de.thetaphi:forbiddenapis:3.8=compileClasspath
1919
info.picocli:picocli:4.6.3=testRuntimeClasspath
20+
io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
2021
jaxen:jaxen:1.2.0=spotbugs
2122
jline:jline:2.14.6=testRuntimeClasspath
2223
junit:junit-dep:4.11=testCompileClasspath,testRuntimeClasspath
@@ -74,20 +75,21 @@ org.codenarc:CodeNarc:3.6.0=codenarc
7475
org.dom4j:dom4j:2.1.3=spotbugs
7576
org.gmetrics:GMetrics:2.1.0=codenarc
7677
org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath
77-
org.hamcrest:hamcrest:2.2=testCompileClasspath,testRuntimeClasspath
78+
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
7879
org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt
7980
org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt
8081
org.jacoco:org.jacoco.core:0.8.13=jacocoAnt
8182
org.jacoco:org.jacoco.report:0.8.13=jacocoAnt
82-
org.junit.jupiter:junit-jupiter-api:5.12.0=testCompileClasspath,testRuntimeClasspath
83-
org.junit.jupiter:junit-jupiter-engine:5.12.0=testRuntimeClasspath
84-
org.junit.jupiter:junit-jupiter-params:5.12.0=testCompileClasspath,testRuntimeClasspath
85-
org.junit.jupiter:junit-jupiter:5.12.0=testCompileClasspath,testRuntimeClasspath
86-
org.junit.platform:junit-platform-commons:1.12.0=testCompileClasspath,testRuntimeClasspath
87-
org.junit.platform:junit-platform-engine:1.12.0=testCompileClasspath,testRuntimeClasspath
88-
org.junit.platform:junit-platform-launcher:1.12.0=testRuntimeClasspath
89-
org.junit:junit-bom:5.12.0=testCompileClasspath,testRuntimeClasspath
83+
org.junit.jupiter:junit-jupiter-api:5.12.2=testCompileClasspath,testRuntimeClasspath
84+
org.junit.jupiter:junit-jupiter-engine:5.12.2=testRuntimeClasspath
85+
org.junit.jupiter:junit-jupiter-params:5.12.2=testCompileClasspath,testRuntimeClasspath
86+
org.junit.jupiter:junit-jupiter:5.12.2=testCompileClasspath,testRuntimeClasspath
87+
org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath,testRuntimeClasspath
88+
org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath,testRuntimeClasspath
89+
org.junit.platform:junit-platform-launcher:1.12.2=testRuntimeClasspath
90+
org.junit:junit-bom:5.12.2=testCompileClasspath,testRuntimeClasspath
9091
org.junit:junit-bom:5.9.1=spotbugs
92+
org.mockito:mockito-core:4.4.0=testRuntimeClasspath
9193
org.objenesis:objenesis:3.3=testCompileClasspath,testRuntimeClasspath
9294
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
9395
org.ow2.asm:asm-analysis:9.4=spotbugs
@@ -108,8 +110,9 @@ org.slf4j:slf4j-api:1.7.30=compileClasspath,runtimeClasspath
108110
org.slf4j:slf4j-api:1.7.32=testCompileClasspath,testRuntimeClasspath
109111
org.slf4j:slf4j-api:2.0.0=spotbugs,spotbugsSlf4j
110112
org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j
111-
org.spockframework:spock-core:2.3-groovy-3.0=testCompileClasspath,testRuntimeClasspath
112-
org.spockframework:spock-junit4:2.3-groovy-3.0=testCompileClasspath,testRuntimeClasspath
113+
org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
114+
org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
115+
org.spockframework:spock-junit4:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
113116
org.testng:testng:7.5.1=testRuntimeClasspath
114117
org.webjars:jquery:3.5.1=testRuntimeClasspath
115118
org.xmlresolver:xmlresolver:4.4.3=spotbugs

utils/socket-utils/gradle.lockfile

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,12 @@ com.thoughtworks.qdox:qdox:1.12.1=codenarc,testRuntimeClasspath
2323
commons-codec:commons-codec:1.15=spotbugs
2424
de.thetaphi:forbiddenapis:3.8=compileClasspath
2525
info.picocli:picocli:4.6.3=testRuntimeClasspath
26+
io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
2627
jaxen:jaxen:1.2.0=spotbugs
2728
jline:jline:2.14.6=testRuntimeClasspath
2829
junit:junit:4.13.2=testCompileClasspath,testRuntimeClasspath
30+
net.bytebuddy:byte-buddy-agent:1.12.8=testRuntimeClasspath
31+
net.bytebuddy:byte-buddy:1.12.8=testRuntimeClasspath
2932
net.jcip:jcip-annotations:1.0=compileClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
3033
net.sf.saxon:Saxon-HE:11.4=spotbugs
3134
org.apache.ant:ant-antlr:1.10.14=codenarc
@@ -77,20 +80,21 @@ org.codenarc:CodeNarc:3.6.0=codenarc
7780
org.dom4j:dom4j:2.1.3=spotbugs
7881
org.gmetrics:GMetrics:2.1.0=codenarc
7982
org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath
80-
org.hamcrest:hamcrest:2.2=testCompileClasspath,testRuntimeClasspath
83+
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
8184
org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt
8285
org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt
8386
org.jacoco:org.jacoco.core:0.8.13=jacocoAnt
8487
org.jacoco:org.jacoco.report:0.8.13=jacocoAnt
85-
org.junit.jupiter:junit-jupiter-api:5.12.0=testCompileClasspath,testRuntimeClasspath
86-
org.junit.jupiter:junit-jupiter-engine:5.12.0=testRuntimeClasspath
87-
org.junit.jupiter:junit-jupiter-params:5.12.0=testCompileClasspath,testRuntimeClasspath
88-
org.junit.jupiter:junit-jupiter:5.12.0=testCompileClasspath,testRuntimeClasspath
89-
org.junit.platform:junit-platform-commons:1.12.0=testCompileClasspath,testRuntimeClasspath
90-
org.junit.platform:junit-platform-engine:1.12.0=testCompileClasspath,testRuntimeClasspath
91-
org.junit.platform:junit-platform-launcher:1.12.0=testRuntimeClasspath
92-
org.junit:junit-bom:5.12.0=testCompileClasspath,testRuntimeClasspath
88+
org.junit.jupiter:junit-jupiter-api:5.12.2=testCompileClasspath,testRuntimeClasspath
89+
org.junit.jupiter:junit-jupiter-engine:5.12.2=testRuntimeClasspath
90+
org.junit.jupiter:junit-jupiter-params:5.12.2=testCompileClasspath,testRuntimeClasspath
91+
org.junit.jupiter:junit-jupiter:5.12.2=testCompileClasspath,testRuntimeClasspath
92+
org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath,testRuntimeClasspath
93+
org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath,testRuntimeClasspath
94+
org.junit.platform:junit-platform-launcher:1.12.2=testRuntimeClasspath
95+
org.junit:junit-bom:5.12.2=testCompileClasspath,testRuntimeClasspath
9396
org.junit:junit-bom:5.9.1=spotbugs
97+
org.mockito:mockito-core:4.4.0=testRuntimeClasspath
9498
org.objenesis:objenesis:3.3=testCompileClasspath,testRuntimeClasspath
9599
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
96100
org.ow2.asm:asm-analysis:9.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
@@ -117,8 +121,9 @@ org.slf4j:slf4j-api:1.7.32=testCompileClasspath,testRuntimeClasspath
117121
org.slf4j:slf4j-api:2.0.0=spotbugs,spotbugsSlf4j
118122
org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j
119123
org.snakeyaml:snakeyaml-engine:2.9=runtimeClasspath,testRuntimeClasspath
120-
org.spockframework:spock-core:2.3-groovy-3.0=testCompileClasspath,testRuntimeClasspath
121-
org.spockframework:spock-junit4:2.3-groovy-3.0=testCompileClasspath,testRuntimeClasspath
124+
org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
125+
org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
126+
org.spockframework:spock-junit4:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
122127
org.testng:testng:7.5.1=testRuntimeClasspath
123128
org.webjars:jquery:3.5.1=testRuntimeClasspath
124129
org.xmlresolver:xmlresolver:4.4.3=spotbugs

utils/test-agent-utils/decoder/gradle.lockfile

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ com.thoughtworks.qdox:qdox:1.12.1=codenarc,testRuntimeClasspath
2121
commons-codec:commons-codec:1.15=spotbugs
2222
de.thetaphi:forbiddenapis:3.8=compileClasspath
2323
info.picocli:picocli:4.6.3=testRuntimeClasspath
24+
io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
2425
jaxen:jaxen:1.2.0=spotbugs
2526
jline:jline:2.14.6=testRuntimeClasspath
2627
junit:junit:4.13.2=testCompileClasspath,testRuntimeClasspath
28+
net.bytebuddy:byte-buddy-agent:1.12.8=testRuntimeClasspath
29+
net.bytebuddy:byte-buddy:1.12.8=testRuntimeClasspath
2730
net.jcip:jcip-annotations:1.0=compileClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
2831
net.sf.saxon:Saxon-HE:11.4=spotbugs
2932
org.apache.ant:ant-antlr:1.10.14=codenarc
@@ -77,20 +80,21 @@ org.codenarc:CodeNarc:3.6.0=codenarc
7780
org.dom4j:dom4j:2.1.3=spotbugs
7881
org.gmetrics:GMetrics:2.1.0=codenarc
7982
org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath
80-
org.hamcrest:hamcrest:2.2=testCompileClasspath,testRuntimeClasspath
83+
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
8184
org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt
8285
org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt
8386
org.jacoco:org.jacoco.core:0.8.13=jacocoAnt
8487
org.jacoco:org.jacoco.report:0.8.13=jacocoAnt
85-
org.junit.jupiter:junit-jupiter-api:5.12.0=testCompileClasspath,testRuntimeClasspath
86-
org.junit.jupiter:junit-jupiter-engine:5.12.0=testRuntimeClasspath
87-
org.junit.jupiter:junit-jupiter-params:5.12.0=testCompileClasspath,testRuntimeClasspath
88-
org.junit.jupiter:junit-jupiter:5.12.0=testCompileClasspath,testRuntimeClasspath
89-
org.junit.platform:junit-platform-commons:1.12.0=testCompileClasspath,testRuntimeClasspath
90-
org.junit.platform:junit-platform-engine:1.12.0=testCompileClasspath,testRuntimeClasspath
91-
org.junit.platform:junit-platform-launcher:1.12.0=testRuntimeClasspath
92-
org.junit:junit-bom:5.12.0=testCompileClasspath,testRuntimeClasspath
88+
org.junit.jupiter:junit-jupiter-api:5.12.2=testCompileClasspath,testRuntimeClasspath
89+
org.junit.jupiter:junit-jupiter-engine:5.12.2=testRuntimeClasspath
90+
org.junit.jupiter:junit-jupiter-params:5.12.2=testCompileClasspath,testRuntimeClasspath
91+
org.junit.jupiter:junit-jupiter:5.12.2=testCompileClasspath,testRuntimeClasspath
92+
org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath,testRuntimeClasspath
93+
org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath,testRuntimeClasspath
94+
org.junit.platform:junit-platform-launcher:1.12.2=testRuntimeClasspath
95+
org.junit:junit-bom:5.12.2=testCompileClasspath,testRuntimeClasspath
9396
org.junit:junit-bom:5.9.1=spotbugs
97+
org.mockito:mockito-core:4.4.0=testRuntimeClasspath
9498
org.msgpack:msgpack-core:0.8.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
9599
org.objenesis:objenesis:3.3=testCompileClasspath,testRuntimeClasspath
96100
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
@@ -112,8 +116,9 @@ org.slf4j:log4j-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
112116
org.slf4j:slf4j-api:1.7.32=testCompileClasspath,testRuntimeClasspath
113117
org.slf4j:slf4j-api:2.0.0=spotbugs,spotbugsSlf4j
114118
org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j
115-
org.spockframework:spock-core:2.3-groovy-3.0=testCompileClasspath,testRuntimeClasspath
116-
org.spockframework:spock-junit4:2.3-groovy-3.0=testCompileClasspath,testRuntimeClasspath
119+
org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
120+
org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
121+
org.spockframework:spock-junit4:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
117122
org.testng:testng:7.5.1=testRuntimeClasspath
118123
org.webjars:jquery:3.5.1=testRuntimeClasspath
119124
org.xmlresolver:xmlresolver:4.4.3=spotbugs

0 commit comments

Comments
 (0)