Skip to content

Commit d8907af

Browse files
dd-octo-sts[bot]amarziali
authored andcommitted
chore: Update Gradle dependencies (#9844)
1 parent 00eb875 commit d8907af

File tree

96 files changed

+1608
-3060
lines changed

Some content is hidden

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

96 files changed

+1608
-3060
lines changed

communication/gradle.lockfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ org.apache.ant:ant-junit:1.10.15=testRuntimeClasspath
5858
org.apache.ant:ant-launcher:1.10.15=testRuntimeClasspath
5959
org.apache.ant:ant:1.10.15=testCompileClasspath,testRuntimeClasspath
6060
org.apache.bcel:bcel:6.5.0=spotbugs
61-
org.apache.commons:commons-lang3:3.12.0=pitest,spotbugs
62-
org.apache.commons:commons-text:1.10.0=pitest,spotbugs
61+
org.apache.commons:commons-lang3:3.12.0=spotbugs
62+
org.apache.commons:commons-text:1.10.0=spotbugs
6363
org.apache.httpcomponents.client5:httpclient5:5.1.3=spotbugs
6464
org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=spotbugs
6565
org.apache.httpcomponents.core5:httpcore5:5.1.3=spotbugs
@@ -137,9 +137,6 @@ org.ow2.asm:asm:7.1=compileClasspath,testCompileClasspath
137137
org.ow2.asm:asm:9.2=runtimeClasspath,testRuntimeClasspath
138138
org.ow2.asm:asm:9.4=spotbugs
139139
org.ow2.asm:asm:9.9=jacocoAnt
140-
org.pitest:pitest-command-line:1.9.11=pitest
141-
org.pitest:pitest-entry:1.9.11=pitest
142-
org.pitest:pitest:1.9.11=pitest
143140
org.slf4j:jcl-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
144141
org.slf4j:jul-to-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
145142
org.slf4j:log4j-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath

components/context/gradle.lockfile

Lines changed: 19 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -2,163 +2,110 @@
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
44
ch.qos.logback:logback-classic:1.2.13=testCompileClasspath,testRuntimeClasspath
5-
ch.qos.logback:logback-classic:1.2.3=jmhRuntimeClasspath
65
ch.qos.logback:logback-core:1.2.13=testCompileClasspath,testRuntimeClasspath
7-
ch.qos.logback:logback-core:1.2.3=jmhRuntimeClasspath
8-
com.beust:jcommander:1.78=jmhRuntimeClasspath,testRuntimeClasspath
9-
com.github.javaparser:javaparser-core:3.25.1=jmhRuntimeClasspath
6+
com.beust:jcommander:1.78=testRuntimeClasspath
107
com.github.javaparser:javaparser-core:3.25.6=codenarc,testCompileClasspath,testRuntimeClasspath
11-
com.github.spotbugs:spotbugs-annotations:4.2.0=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
8+
com.github.spotbugs:spotbugs-annotations:4.2.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
129
com.github.spotbugs:spotbugs-annotations:4.7.3=spotbugs
1310
com.github.spotbugs:spotbugs:4.7.3=spotbugs
14-
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
11+
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
1512
com.google.code.gson:gson:2.9.1=spotbugs
16-
com.thoughtworks.qdox:qdox:1.12.1=codenarc,jmhRuntimeClasspath,testRuntimeClasspath
13+
com.thoughtworks.qdox:qdox:1.12.1=codenarc,testRuntimeClasspath
1714
commons-codec:commons-codec:1.15=spotbugs
18-
de.thetaphi:forbiddenapis:3.8=compileClasspath,jmhCompileClasspath
19-
info.picocli:picocli:4.6.3=jmhRuntimeClasspath,testRuntimeClasspath
15+
de.thetaphi:forbiddenapis:3.8=compileClasspath
16+
info.picocli:picocli:4.6.3=testRuntimeClasspath
2017
io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
2118
jaxen:jaxen:1.2.0=spotbugs
22-
jline:jline:2.14.6=jmhRuntimeClasspath,testRuntimeClasspath
23-
junit:junit:4.13.2=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
19+
jline:jline:2.14.6=testRuntimeClasspath
20+
junit:junit:4.13.2=testCompileClasspath,testRuntimeClasspath
2421
net.bytebuddy:byte-buddy-agent:1.12.8=testRuntimeClasspath
2522
net.bytebuddy:byte-buddy:1.12.8=testRuntimeClasspath
26-
net.jcip:jcip-annotations:1.0=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
27-
net.sf.jopt-simple:jopt-simple:5.0.4=jmh,jmhCompileClasspath,jmhRuntimeClasspath
23+
net.jcip:jcip-annotations:1.0=compileClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
2824
net.sf.saxon:Saxon-HE:11.4=spotbugs
29-
org.apache.ant:ant-antlr:1.10.12=jmhRuntimeClasspath
3025
org.apache.ant:ant-antlr:1.10.14=codenarc
3126
org.apache.ant:ant-antlr:1.10.15=testRuntimeClasspath
32-
org.apache.ant:ant-junit:1.10.12=jmhRuntimeClasspath
3327
org.apache.ant:ant-junit:1.10.14=codenarc
3428
org.apache.ant:ant-junit:1.10.15=testRuntimeClasspath
35-
org.apache.ant:ant-launcher:1.10.12=jmhRuntimeClasspath
3629
org.apache.ant:ant-launcher:1.10.15=testRuntimeClasspath
37-
org.apache.ant:ant:1.10.12=jmhRuntimeClasspath
3830
org.apache.ant:ant:1.10.15=testCompileClasspath,testRuntimeClasspath
3931
org.apache.bcel:bcel:6.5.0=spotbugs
40-
org.apache.commons:commons-lang3:3.12.0=pitest,spotbugs
41-
org.apache.commons:commons-math3:3.2=jmh,jmhCompileClasspath,jmhRuntimeClasspath
42-
org.apache.commons:commons-text:1.10.0=pitest,spotbugs
32+
org.apache.commons:commons-lang3:3.12.0=spotbugs
33+
org.apache.commons:commons-text:1.10.0=spotbugs
4334
org.apache.httpcomponents.client5:httpclient5:5.1.3=spotbugs
4435
org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=spotbugs
4536
org.apache.httpcomponents.core5:httpcore5:5.1.3=spotbugs
4637
org.apache.logging.log4j:log4j-api:2.19.0=spotbugs
4738
org.apache.logging.log4j:log4j-core:2.19.0=spotbugs
4839
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
49-
org.codehaus.groovy:groovy-all:3.0.17=jmhRuntimeClasspath
5040
org.codehaus.groovy:groovy-all:3.0.24=testCompileClasspath,testRuntimeClasspath
51-
org.codehaus.groovy:groovy-ant:3.0.17=jmhRuntimeClasspath
5241
org.codehaus.groovy:groovy-ant:3.0.23=codenarc
5342
org.codehaus.groovy:groovy-ant:3.0.24=testCompileClasspath,testRuntimeClasspath
54-
org.codehaus.groovy:groovy-astbuilder:3.0.17=jmhRuntimeClasspath
5543
org.codehaus.groovy:groovy-astbuilder:3.0.24=testCompileClasspath,testRuntimeClasspath
56-
org.codehaus.groovy:groovy-cli-picocli:3.0.17=jmhRuntimeClasspath
5744
org.codehaus.groovy:groovy-cli-picocli:3.0.24=testCompileClasspath,testRuntimeClasspath
58-
org.codehaus.groovy:groovy-console:3.0.17=jmhRuntimeClasspath
5945
org.codehaus.groovy:groovy-console:3.0.24=testCompileClasspath,testRuntimeClasspath
60-
org.codehaus.groovy:groovy-datetime:3.0.17=jmhRuntimeClasspath
6146
org.codehaus.groovy:groovy-datetime:3.0.24=testCompileClasspath,testRuntimeClasspath
62-
org.codehaus.groovy:groovy-docgenerator:3.0.17=jmhRuntimeClasspath
6347
org.codehaus.groovy:groovy-docgenerator:3.0.23=codenarc
6448
org.codehaus.groovy:groovy-docgenerator:3.0.24=testCompileClasspath,testRuntimeClasspath
65-
org.codehaus.groovy:groovy-groovydoc:3.0.17=jmhRuntimeClasspath
6649
org.codehaus.groovy:groovy-groovydoc:3.0.23=codenarc
6750
org.codehaus.groovy:groovy-groovydoc:3.0.24=testCompileClasspath,testRuntimeClasspath
68-
org.codehaus.groovy:groovy-groovysh:3.0.17=jmhRuntimeClasspath
6951
org.codehaus.groovy:groovy-groovysh:3.0.24=testCompileClasspath,testRuntimeClasspath
70-
org.codehaus.groovy:groovy-jmx:3.0.17=jmhRuntimeClasspath
7152
org.codehaus.groovy:groovy-jmx:3.0.24=testCompileClasspath,testRuntimeClasspath
72-
org.codehaus.groovy:groovy-json:3.0.17=jmhRuntimeClasspath
7353
org.codehaus.groovy:groovy-json:3.0.23=codenarc
7454
org.codehaus.groovy:groovy-json:3.0.24=testCompileClasspath,testRuntimeClasspath
75-
org.codehaus.groovy:groovy-jsr223:3.0.17=jmhRuntimeClasspath
7655
org.codehaus.groovy:groovy-jsr223:3.0.24=testCompileClasspath,testRuntimeClasspath
77-
org.codehaus.groovy:groovy-macro:3.0.17=jmhRuntimeClasspath
7856
org.codehaus.groovy:groovy-macro:3.0.24=testCompileClasspath,testRuntimeClasspath
79-
org.codehaus.groovy:groovy-nio:3.0.17=jmhRuntimeClasspath
8057
org.codehaus.groovy:groovy-nio:3.0.24=testCompileClasspath,testRuntimeClasspath
81-
org.codehaus.groovy:groovy-servlet:3.0.17=jmhRuntimeClasspath
8258
org.codehaus.groovy:groovy-servlet:3.0.24=testCompileClasspath,testRuntimeClasspath
83-
org.codehaus.groovy:groovy-sql:3.0.17=jmhRuntimeClasspath
8459
org.codehaus.groovy:groovy-sql:3.0.24=testCompileClasspath,testRuntimeClasspath
85-
org.codehaus.groovy:groovy-swing:3.0.17=jmhRuntimeClasspath
8660
org.codehaus.groovy:groovy-swing:3.0.24=testCompileClasspath,testRuntimeClasspath
87-
org.codehaus.groovy:groovy-templates:3.0.17=jmhRuntimeClasspath
8861
org.codehaus.groovy:groovy-templates:3.0.23=codenarc
8962
org.codehaus.groovy:groovy-templates:3.0.24=testCompileClasspath,testRuntimeClasspath
90-
org.codehaus.groovy:groovy-test-junit5:3.0.17=jmhRuntimeClasspath
9163
org.codehaus.groovy:groovy-test-junit5:3.0.24=testCompileClasspath,testRuntimeClasspath
92-
org.codehaus.groovy:groovy-test:3.0.17=jmhRuntimeClasspath
9364
org.codehaus.groovy:groovy-test:3.0.24=testCompileClasspath,testRuntimeClasspath
94-
org.codehaus.groovy:groovy-testng:3.0.17=jmhRuntimeClasspath
9565
org.codehaus.groovy:groovy-testng:3.0.24=testCompileClasspath,testRuntimeClasspath
96-
org.codehaus.groovy:groovy-xml:3.0.17=jmhRuntimeClasspath
9766
org.codehaus.groovy:groovy-xml:3.0.23=codenarc
9867
org.codehaus.groovy:groovy-xml:3.0.24=testCompileClasspath,testRuntimeClasspath
99-
org.codehaus.groovy:groovy:3.0.17=jmhRuntimeClasspath
10068
org.codehaus.groovy:groovy:3.0.23=codenarc
10169
org.codehaus.groovy:groovy:3.0.24=testCompileClasspath,testRuntimeClasspath
10270
org.codenarc:CodeNarc:3.6.0=codenarc
10371
org.dom4j:dom4j:2.1.3=spotbugs
10472
org.gmetrics:GMetrics:2.1.0=codenarc
105-
org.hamcrest:hamcrest-core:1.3=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
106-
org.hamcrest:hamcrest:2.2=jmhRuntimeClasspath
73+
org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath
10774
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
10875
org.jacoco:org.jacoco.agent:0.8.14=jacocoAgent,jacocoAnt
10976
org.jacoco:org.jacoco.ant:0.8.14=jacocoAnt
11077
org.jacoco:org.jacoco.core:0.8.14=jacocoAnt
11178
org.jacoco:org.jacoco.report:0.8.14=jacocoAnt
11279
org.junit.jupiter:junit-jupiter-api:5.12.2=testCompileClasspath,testRuntimeClasspath
113-
org.junit.jupiter:junit-jupiter-api:5.9.2=jmhRuntimeClasspath
11480
org.junit.jupiter:junit-jupiter-engine:5.12.2=testRuntimeClasspath
115-
org.junit.jupiter:junit-jupiter-engine:5.9.2=jmhRuntimeClasspath
11681
org.junit.jupiter:junit-jupiter-params:5.12.2=testCompileClasspath,testRuntimeClasspath
117-
org.junit.jupiter:junit-jupiter-params:5.9.2=jmhRuntimeClasspath
11882
org.junit.jupiter:junit-jupiter:5.12.2=testCompileClasspath,testRuntimeClasspath
119-
org.junit.jupiter:junit-jupiter:5.9.2=jmhRuntimeClasspath
12083
org.junit.platform:junit-platform-commons:1.12.2=testCompileClasspath,testRuntimeClasspath
121-
org.junit.platform:junit-platform-commons:1.9.2=jmhRuntimeClasspath
12284
org.junit.platform:junit-platform-engine:1.12.2=testCompileClasspath,testRuntimeClasspath
123-
org.junit.platform:junit-platform-engine:1.9.2=jmhRuntimeClasspath
12485
org.junit.platform:junit-platform-launcher:1.12.2=testRuntimeClasspath
125-
org.junit.platform:junit-platform-launcher:1.9.2=jmhRuntimeClasspath
12686
org.junit:junit-bom:5.12.2=testCompileClasspath,testRuntimeClasspath
12787
org.junit:junit-bom:5.9.1=spotbugs
128-
org.junit:junit-bom:5.9.2=jmhRuntimeClasspath
12988
org.mockito:mockito-core:4.4.0=testRuntimeClasspath
130-
org.objenesis:objenesis:3.3=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
131-
org.openjdk.jmh:jmh-core:1.36=jmh,jmhCompileClasspath,jmhRuntimeClasspath
132-
org.openjdk.jmh:jmh-generator-asm:1.36=jmh,jmhCompileClasspath,jmhRuntimeClasspath
133-
org.openjdk.jmh:jmh-generator-bytecode:1.36=jmh,jmhCompileClasspath,jmhRuntimeClasspath
134-
org.openjdk.jmh:jmh-generator-reflection:1.36=jmh,jmhCompileClasspath,jmhRuntimeClasspath
135-
org.opentest4j:opentest4j:1.2.0=jmhRuntimeClasspath
89+
org.objenesis:objenesis:3.3=testCompileClasspath,testRuntimeClasspath
13690
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
13791
org.ow2.asm:asm-analysis:9.4=spotbugs
13892
org.ow2.asm:asm-commons:9.4=spotbugs
13993
org.ow2.asm:asm-commons:9.9=jacocoAnt
14094
org.ow2.asm:asm-tree:9.4=spotbugs
14195
org.ow2.asm:asm-tree:9.9=jacocoAnt
14296
org.ow2.asm:asm-util:9.4=spotbugs
143-
org.ow2.asm:asm:9.0=jmh,jmhCompileClasspath,jmhRuntimeClasspath
14497
org.ow2.asm:asm:9.4=spotbugs
14598
org.ow2.asm:asm:9.9=jacocoAnt
146-
org.pitest:pitest-command-line:1.9.11=pitest
147-
org.pitest:pitest-entry:1.9.11=pitest
148-
org.pitest:pitest:1.9.11=pitest
149-
org.slf4j:jcl-over-slf4j:1.7.30=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
150-
org.slf4j:jul-to-slf4j:1.7.30=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
151-
org.slf4j:log4j-over-slf4j:1.7.30=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
152-
org.slf4j:slf4j-api:1.7.32=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
99+
org.slf4j:jcl-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
100+
org.slf4j:jul-to-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
101+
org.slf4j:log4j-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
102+
org.slf4j:slf4j-api:1.7.32=testCompileClasspath,testRuntimeClasspath
153103
org.slf4j:slf4j-api:2.0.0=spotbugs,spotbugsSlf4j
154104
org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j
155105
org.spockframework:spock-bom:2.4-M6-groovy-3.0=testCompileClasspath,testRuntimeClasspath
156-
org.spockframework:spock-core:2.3-groovy-3.0=jmhRuntimeClasspath
157106
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.testng:testng:7.5=jmhRuntimeClasspath
160107
org.testng:testng:7.5.1=testRuntimeClasspath
161-
org.webjars:jquery:3.5.1=jmhRuntimeClasspath,testRuntimeClasspath
108+
org.webjars:jquery:3.5.1=testRuntimeClasspath
162109
org.xmlresolver:xmlresolver:4.4.3=spotbugs
163110
xml-apis:xml-apis:1.4.01=spotbugs
164-
empty=annotationProcessor,jmhAnnotationProcessor,runtimeClasspath,spotbugsPlugins,testAnnotationProcessor
111+
empty=annotationProcessor,runtimeClasspath,spotbugsPlugins,testAnnotationProcessor

components/environment/gradle.lockfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ org.apache.ant:ant-junit:1.10.15=testRuntimeClasspath
2929
org.apache.ant:ant-launcher:1.10.15=testRuntimeClasspath
3030
org.apache.ant:ant:1.10.15=testCompileClasspath,testRuntimeClasspath
3131
org.apache.bcel:bcel:6.5.0=spotbugs
32-
org.apache.commons:commons-lang3:3.12.0=pitest,spotbugs
33-
org.apache.commons:commons-text:1.10.0=pitest,spotbugs
32+
org.apache.commons:commons-lang3:3.12.0=spotbugs
33+
org.apache.commons:commons-text:1.10.0=spotbugs
3434
org.apache.httpcomponents.client5:httpclient5:5.1.3=spotbugs
3535
org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=spotbugs
3636
org.apache.httpcomponents.core5:httpcore5:5.1.3=spotbugs
@@ -96,9 +96,6 @@ org.ow2.asm:asm-tree:9.9=jacocoAnt
9696
org.ow2.asm:asm-util:9.4=spotbugs
9797
org.ow2.asm:asm:9.4=spotbugs
9898
org.ow2.asm:asm:9.9=jacocoAnt
99-
org.pitest:pitest-command-line:1.9.11=pitest
100-
org.pitest:pitest-entry:1.9.11=pitest
101-
org.pitest:pitest:1.9.11=pitest
10299
org.slf4j:jcl-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
103100
org.slf4j:jul-to-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
104101
org.slf4j:log4j-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath

components/json/gradle.lockfile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ org.apache.ant:ant-junit:1.10.15=jmhRuntimeClasspath,testRuntimeClasspath
3030
org.apache.ant:ant-launcher:1.10.15=jmhRuntimeClasspath,testRuntimeClasspath
3131
org.apache.ant:ant:1.10.15=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
3232
org.apache.bcel:bcel:6.5.0=spotbugs
33-
org.apache.commons:commons-lang3:3.12.0=pitest,spotbugs
33+
org.apache.commons:commons-lang3:3.12.0=spotbugs
3434
org.apache.commons:commons-math3:3.2=jmh,jmhCompileClasspath,jmhRuntimeClasspath
35-
org.apache.commons:commons-text:1.10.0=pitest,spotbugs
35+
org.apache.commons:commons-text:1.10.0=spotbugs
3636
org.apache.httpcomponents.client5:httpclient5:5.1.3=spotbugs
3737
org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=spotbugs
3838
org.apache.httpcomponents.core5:httpcore5:5.1.3=spotbugs
@@ -103,9 +103,6 @@ org.ow2.asm:asm-util:9.4=spotbugs
103103
org.ow2.asm:asm:9.0=jmh,jmhCompileClasspath,jmhRuntimeClasspath
104104
org.ow2.asm:asm:9.4=spotbugs
105105
org.ow2.asm:asm:9.9=jacocoAnt
106-
org.pitest:pitest-command-line:1.9.11=pitest
107-
org.pitest:pitest-entry:1.9.11=pitest
108-
org.pitest:pitest:1.9.11=pitest
109106
org.slf4j:jcl-over-slf4j:1.7.30=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
110107
org.slf4j:jul-to-slf4j:1.7.30=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
111108
org.slf4j:log4j-over-slf4j:1.7.30=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath

0 commit comments

Comments
 (0)