Skip to content

Commit 5fec42f

Browse files
Update Gradle dependencies (#9521)
1 parent ac35950 commit 5fec42f

File tree

498 files changed

+8798
-7257
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

498 files changed

+8798
-7257
lines changed

communication/gradle.lockfile

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ commons-fileupload:commons-fileupload:1.5=testCompileClasspath,testRuntimeClassp
5151
commons-io:commons-io:2.11.0=testCompileClasspath,testRuntimeClasspath
5252
de.thetaphi:forbiddenapis:3.8=compileClasspath
5353
info.picocli:picocli:4.6.3=testRuntimeClasspath
54+
io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
5455
jaxen:jaxen:1.2.0=spotbugs
5556
jline:jline:2.14.6=testRuntimeClasspath
5657
junit:junit-dep:4.11=testCompileClasspath,testRuntimeClasspath
@@ -110,20 +111,21 @@ org.codenarc:CodeNarc:3.6.0=codenarc
110111
org.dom4j:dom4j:2.1.3=spotbugs
111112
org.gmetrics:GMetrics:2.1.0=codenarc
112113
org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath
113-
org.hamcrest:hamcrest:2.2=testCompileClasspath,testRuntimeClasspath
114+
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
114115
org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt
115116
org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt
116117
org.jacoco:org.jacoco.core:0.8.13=jacocoAnt
117118
org.jacoco:org.jacoco.report:0.8.13=jacocoAnt
118-
org.junit.jupiter:junit-jupiter-api:5.12.0=testCompileClasspath,testRuntimeClasspath
119-
org.junit.jupiter:junit-jupiter-engine:5.12.0=testRuntimeClasspath
120-
org.junit.jupiter:junit-jupiter-params:5.12.0=testCompileClasspath,testRuntimeClasspath
121-
org.junit.jupiter:junit-jupiter:5.12.0=testCompileClasspath,testRuntimeClasspath
122-
org.junit.platform:junit-platform-commons:1.12.0=testCompileClasspath,testRuntimeClasspath
123-
org.junit.platform:junit-platform-engine:1.12.0=testCompileClasspath,testRuntimeClasspath
124-
org.junit.platform:junit-platform-launcher:1.12.0=testRuntimeClasspath
125-
org.junit:junit-bom:5.12.0=testCompileClasspath,testRuntimeClasspath
119+
org.junit.jupiter:junit-jupiter-api:5.12.2=testCompileClasspath,testRuntimeClasspath
120+
org.junit.jupiter:junit-jupiter-engine:5.12.2=testRuntimeClasspath
121+
org.junit.jupiter:junit-jupiter-params:5.12.2=testCompileClasspath,testRuntimeClasspath
122+
org.junit.jupiter:junit-jupiter:5.12.2=testCompileClasspath,testRuntimeClasspath
123+
org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath,testRuntimeClasspath
124+
org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath,testRuntimeClasspath
125+
org.junit.platform:junit-platform-launcher:1.12.2=testRuntimeClasspath
126+
org.junit:junit-bom:5.12.2=testCompileClasspath,testRuntimeClasspath
126127
org.junit:junit-bom:5.9.1=spotbugs
128+
org.mockito:mockito-core:4.4.0=testRuntimeClasspath
127129
org.msgpack:jackson-dataformat-msgpack:0.8.20=testCompileClasspath,testRuntimeClasspath
128130
org.msgpack:msgpack-core:0.8.20=testCompileClasspath,testRuntimeClasspath
129131
org.objenesis:objenesis:3.3=testCompileClasspath,testRuntimeClasspath
@@ -158,8 +160,9 @@ org.slf4j:slf4j-api:1.7.32=testCompileClasspath,testRuntimeClasspath
158160
org.slf4j:slf4j-api:2.0.0=spotbugs,spotbugsSlf4j
159161
org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j
160162
org.snakeyaml:snakeyaml-engine:2.9=runtimeClasspath,testRuntimeClasspath
161-
org.spockframework:spock-core:2.3-groovy-3.0=testCompileClasspath,testRuntimeClasspath
162-
org.spockframework:spock-junit4:2.3-groovy-3.0=testCompileClasspath,testRuntimeClasspath
163+
org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
164+
org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
165+
org.spockframework:spock-junit4:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
163166
org.testng:testng:7.5.1=testRuntimeClasspath
164167
org.webjars:jquery:3.5.1=testRuntimeClasspath
165168
org.xmlresolver:xmlresolver:4.4.3=spotbugs

components/context/gradle.lockfile

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@ com.thoughtworks.qdox:qdox:1.12.1=codenarc,jmhRuntimeClasspath,testRuntimeClassp
1717
commons-codec:commons-codec:1.15=spotbugs
1818
de.thetaphi:forbiddenapis:3.8=compileClasspath,jmhCompileClasspath
1919
info.picocli:picocli:4.6.3=jmhRuntimeClasspath,testRuntimeClasspath
20+
io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
2021
jaxen:jaxen:1.2.0=spotbugs
2122
jline:jline:2.14.6=jmhRuntimeClasspath,testRuntimeClasspath
2223
junit:junit:4.13.2=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
24+
net.bytebuddy:byte-buddy-agent:1.12.8=testRuntimeClasspath
25+
net.bytebuddy:byte-buddy:1.12.8=testRuntimeClasspath
2326
net.jcip:jcip-annotations:1.0=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
2427
net.sf.jopt-simple:jopt-simple:5.0.4=jmh,jmhCompileClasspath,jmhRuntimeClasspath
2528
net.sf.saxon:Saxon-HE:11.4=spotbugs
@@ -100,28 +103,30 @@ org.codenarc:CodeNarc:3.6.0=codenarc
100103
org.dom4j:dom4j:2.1.3=spotbugs
101104
org.gmetrics:GMetrics:2.1.0=codenarc
102105
org.hamcrest:hamcrest-core:1.3=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
103-
org.hamcrest:hamcrest:2.2=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
106+
org.hamcrest:hamcrest:2.2=jmhRuntimeClasspath
107+
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
104108
org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt
105109
org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt
106110
org.jacoco:org.jacoco.core:0.8.13=jacocoAnt
107111
org.jacoco:org.jacoco.report:0.8.13=jacocoAnt
108-
org.junit.jupiter:junit-jupiter-api:5.12.0=testCompileClasspath,testRuntimeClasspath
112+
org.junit.jupiter:junit-jupiter-api:5.12.2=testCompileClasspath,testRuntimeClasspath
109113
org.junit.jupiter:junit-jupiter-api:5.9.2=jmhRuntimeClasspath
110-
org.junit.jupiter:junit-jupiter-engine:5.12.0=testRuntimeClasspath
114+
org.junit.jupiter:junit-jupiter-engine:5.12.2=testRuntimeClasspath
111115
org.junit.jupiter:junit-jupiter-engine:5.9.2=jmhRuntimeClasspath
112-
org.junit.jupiter:junit-jupiter-params:5.12.0=testCompileClasspath,testRuntimeClasspath
116+
org.junit.jupiter:junit-jupiter-params:5.12.2=testCompileClasspath,testRuntimeClasspath
113117
org.junit.jupiter:junit-jupiter-params:5.9.2=jmhRuntimeClasspath
114-
org.junit.jupiter:junit-jupiter:5.12.0=testCompileClasspath,testRuntimeClasspath
118+
org.junit.jupiter:junit-jupiter:5.12.2=testCompileClasspath,testRuntimeClasspath
115119
org.junit.jupiter:junit-jupiter:5.9.2=jmhRuntimeClasspath
116-
org.junit.platform:junit-platform-commons:1.12.0=testCompileClasspath,testRuntimeClasspath
120+
org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath,testRuntimeClasspath
117121
org.junit.platform:junit-platform-commons:1.9.2=jmhRuntimeClasspath
118-
org.junit.platform:junit-platform-engine:1.12.0=testCompileClasspath,testRuntimeClasspath
122+
org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath,testRuntimeClasspath
119123
org.junit.platform:junit-platform-engine:1.9.2=jmhRuntimeClasspath
120-
org.junit.platform:junit-platform-launcher:1.12.0=testRuntimeClasspath
124+
org.junit.platform:junit-platform-launcher:1.12.2=testRuntimeClasspath
121125
org.junit.platform:junit-platform-launcher:1.9.2=jmhRuntimeClasspath
122-
org.junit:junit-bom:5.12.0=testCompileClasspath,testRuntimeClasspath
126+
org.junit:junit-bom:5.12.2=testCompileClasspath,testRuntimeClasspath
123127
org.junit:junit-bom:5.9.1=spotbugs
124128
org.junit:junit-bom:5.9.2=jmhRuntimeClasspath
129+
org.mockito:mockito-core:4.4.0=testRuntimeClasspath
125130
org.objenesis:objenesis:3.3=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
126131
org.openjdk.jmh:jmh-core:1.36=jmh,jmhCompileClasspath,jmhRuntimeClasspath
127132
org.openjdk.jmh:jmh-generator-asm:1.36=jmh,jmhCompileClasspath,jmhRuntimeClasspath
@@ -147,8 +152,11 @@ org.slf4j:log4j-over-slf4j:1.7.30=jmhRuntimeClasspath,testCompileClasspath,testR
147152
org.slf4j:slf4j-api:1.7.32=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
148153
org.slf4j:slf4j-api:2.0.0=spotbugs,spotbugsSlf4j
149154
org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j
150-
org.spockframework:spock-core:2.3-groovy-3.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
151-
org.spockframework:spock-junit4:2.3-groovy-3.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
155+
org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
156+
org.spockframework:spock-core:2.3-groovy-3.0=jmhRuntimeClasspath
157+
org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
158+
org.spockframework:spock-junit4:2.3-groovy-3.0=jmhRuntimeClasspath
159+
org.spockframework:spock-junit4:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
152160
org.testng:testng:7.5=jmhRuntimeClasspath
153161
org.testng:testng:7.5.1=testRuntimeClasspath
154162
org.webjars:jquery:3.5.1=jmhRuntimeClasspath,testRuntimeClasspath

components/environment/gradle.lockfile

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ com.thoughtworks.qdox:qdox:1.12.1=codenarc,testRuntimeClasspath
1414
commons-codec:commons-codec:1.15=spotbugs
1515
de.thetaphi:forbiddenapis:3.8=compileClasspath
1616
info.picocli:picocli:4.6.3=testRuntimeClasspath
17+
io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
1718
jaxen:jaxen:1.2.0=spotbugs
1819
jline:jline:2.14.6=testRuntimeClasspath
1920
junit:junit:4.13.2=testCompileClasspath,testRuntimeClasspath
21+
net.bytebuddy:byte-buddy-agent:1.12.8=testRuntimeClasspath
22+
net.bytebuddy:byte-buddy:1.12.8=testRuntimeClasspath
2023
net.jcip:jcip-annotations:1.0=compileClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
2124
net.sf.saxon:Saxon-HE:11.4=spotbugs
2225
org.apache.ant:ant-antlr:1.10.14=codenarc
@@ -68,20 +71,21 @@ org.codenarc:CodeNarc:3.6.0=codenarc
6871
org.dom4j:dom4j:2.1.3=spotbugs
6972
org.gmetrics:GMetrics:2.1.0=codenarc
7073
org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath
71-
org.hamcrest:hamcrest:2.2=testCompileClasspath,testRuntimeClasspath
74+
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
7275
org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt
7376
org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt
7477
org.jacoco:org.jacoco.core:0.8.13=jacocoAnt
7578
org.jacoco:org.jacoco.report:0.8.13=jacocoAnt
76-
org.junit.jupiter:junit-jupiter-api:5.12.0=testCompileClasspath,testRuntimeClasspath
77-
org.junit.jupiter:junit-jupiter-engine:5.12.0=testRuntimeClasspath
78-
org.junit.jupiter:junit-jupiter-params:5.12.0=testCompileClasspath,testRuntimeClasspath
79-
org.junit.jupiter:junit-jupiter:5.12.0=testCompileClasspath,testRuntimeClasspath
80-
org.junit.platform:junit-platform-commons:1.12.0=testCompileClasspath,testRuntimeClasspath
81-
org.junit.platform:junit-platform-engine:1.12.0=testCompileClasspath,testRuntimeClasspath
82-
org.junit.platform:junit-platform-launcher:1.12.0=testRuntimeClasspath
83-
org.junit:junit-bom:5.12.0=testCompileClasspath,testRuntimeClasspath
79+
org.junit.jupiter:junit-jupiter-api:5.12.2=testCompileClasspath,testRuntimeClasspath
80+
org.junit.jupiter:junit-jupiter-engine:5.12.2=testRuntimeClasspath
81+
org.junit.jupiter:junit-jupiter-params:5.12.2=testCompileClasspath,testRuntimeClasspath
82+
org.junit.jupiter:junit-jupiter:5.12.2=testCompileClasspath,testRuntimeClasspath
83+
org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath,testRuntimeClasspath
84+
org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath,testRuntimeClasspath
85+
org.junit.platform:junit-platform-launcher:1.12.2=testRuntimeClasspath
86+
org.junit:junit-bom:5.12.2=testCompileClasspath,testRuntimeClasspath
8487
org.junit:junit-bom:5.9.1=spotbugs
88+
org.mockito:mockito-core:4.4.0=testRuntimeClasspath
8589
org.objenesis:objenesis:3.3=testCompileClasspath,testRuntimeClasspath
8690
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
8791
org.ow2.asm:asm-analysis:9.4=spotbugs
@@ -101,8 +105,9 @@ org.slf4j:log4j-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
101105
org.slf4j:slf4j-api:1.7.32=testCompileClasspath,testRuntimeClasspath
102106
org.slf4j:slf4j-api:2.0.0=spotbugs,spotbugsSlf4j
103107
org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j
104-
org.spockframework:spock-core:2.3-groovy-3.0=testCompileClasspath,testRuntimeClasspath
105-
org.spockframework:spock-junit4:2.3-groovy-3.0=testCompileClasspath,testRuntimeClasspath
108+
org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
109+
org.spockframework:spock-core:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
110+
org.spockframework:spock-junit4:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
106111
org.testng:testng:7.5.1=testRuntimeClasspath
107112
org.webjars:jquery:3.5.1=testRuntimeClasspath
108113
org.xmlresolver:xmlresolver:4.4.3=spotbugs

components/json/gradle.lockfile

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@ com.thoughtworks.qdox:qdox:1.12.1=codenarc,jmhRuntimeClasspath,testRuntimeClassp
1414
commons-codec:commons-codec:1.15=spotbugs
1515
de.thetaphi:forbiddenapis:3.8=compileClasspath,jmhCompileClasspath
1616
info.picocli:picocli:4.6.3=jmhRuntimeClasspath,testRuntimeClasspath
17+
io.leangen.geantyref:geantyref:1.3.16=jmhRuntimeClasspath,testRuntimeClasspath
1718
jaxen:jaxen:1.2.0=spotbugs
1819
jline:jline:2.14.6=jmhRuntimeClasspath,testRuntimeClasspath
1920
junit:junit:4.13.2=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
21+
net.bytebuddy:byte-buddy-agent:1.12.8=jmhRuntimeClasspath,testRuntimeClasspath
22+
net.bytebuddy:byte-buddy:1.12.8=jmhRuntimeClasspath,testRuntimeClasspath
2023
net.jcip:jcip-annotations:1.0=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
2124
net.sf.jopt-simple:jopt-simple:5.0.4=jmh,jmhCompileClasspath,jmhRuntimeClasspath
2225
net.sf.saxon:Saxon-HE:11.4=spotbugs
@@ -70,20 +73,21 @@ org.codenarc:CodeNarc:3.6.0=codenarc
7073
org.dom4j:dom4j:2.1.3=spotbugs
7174
org.gmetrics:GMetrics:2.1.0=codenarc
7275
org.hamcrest:hamcrest-core:1.3=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
73-
org.hamcrest:hamcrest:2.2=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
76+
org.hamcrest:hamcrest:3.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
7477
org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt
7578
org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt
7679
org.jacoco:org.jacoco.core:0.8.13=jacocoAnt
7780
org.jacoco:org.jacoco.report:0.8.13=jacocoAnt
78-
org.junit.jupiter:junit-jupiter-api:5.12.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
79-
org.junit.jupiter:junit-jupiter-engine:5.12.0=jmhRuntimeClasspath,testRuntimeClasspath
80-
org.junit.jupiter:junit-jupiter-params:5.12.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
81-
org.junit.jupiter:junit-jupiter:5.12.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
82-
org.junit.platform:junit-platform-commons:1.12.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
83-
org.junit.platform:junit-platform-engine:1.12.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
84-
org.junit.platform:junit-platform-launcher:1.12.0=jmhRuntimeClasspath,testRuntimeClasspath
85-
org.junit:junit-bom:5.12.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
81+
org.junit.jupiter:junit-jupiter-api:5.12.2=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
82+
org.junit.jupiter:junit-jupiter-engine:5.12.2=jmhRuntimeClasspath,testRuntimeClasspath
83+
org.junit.jupiter:junit-jupiter-params:5.12.2=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
84+
org.junit.jupiter:junit-jupiter:5.12.2=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
85+
org.junit.platform:junit-platform-commons:1.12.2=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
86+
org.junit.platform:junit-platform-engine:1.12.2=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
87+
org.junit.platform:junit-platform-launcher:1.12.2=jmhRuntimeClasspath,testRuntimeClasspath
88+
org.junit:junit-bom:5.12.2=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
8689
org.junit:junit-bom:5.9.1=spotbugs
90+
org.mockito:mockito-core:4.4.0=jmhRuntimeClasspath,testRuntimeClasspath
8791
org.objenesis:objenesis:3.3=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
8892
org.openjdk.jmh:jmh-core:1.36=jmh,jmhCompileClasspath,jmhRuntimeClasspath
8993
org.openjdk.jmh:jmh-generator-asm:1.36=jmh,jmhCompileClasspath,jmhRuntimeClasspath
@@ -108,8 +112,9 @@ org.slf4j:log4j-over-slf4j:1.7.30=jmhRuntimeClasspath,testCompileClasspath,testR
108112
org.slf4j:slf4j-api:1.7.32=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
109113
org.slf4j:slf4j-api:2.0.0=spotbugs,spotbugsSlf4j
110114
org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j
111-
org.spockframework:spock-core:2.3-groovy-3.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
112-
org.spockframework:spock-junit4:2.3-groovy-3.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
115+
org.spockframework:spock-bom:2.4-M6-groovy-3.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
116+
org.spockframework:spock-core:2.4-M6-groovy-3.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
117+
org.spockframework:spock-junit4:2.4-M6-groovy-3.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
113118
org.testng:testng:7.5.1=jmhRuntimeClasspath,testRuntimeClasspath
114119
org.webjars:jquery:3.5.1=jmhRuntimeClasspath,testRuntimeClasspath
115120
org.xmlresolver:xmlresolver:4.4.3=spotbugs

0 commit comments

Comments
 (0)