Skip to content

Commit 6d4f080

Browse files
Update Gradle dependencies (#9506)
1 parent 2aa9c3e commit 6d4f080

File tree

450 files changed

+2702
-1302
lines changed

Some content is hidden

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

450 files changed

+2702
-1302
lines changed

dd-java-agent/agent-bootstrap/gradle.lockfile

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ commons-fileupload:commons-fileupload:1.5=jmhRuntimeClasspath,testCompileClasspa
3939
commons-io:commons-io:2.11.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
4040
de.thetaphi:forbiddenapis:3.8=compileClasspath,jmhCompileClasspath
4141
info.picocli:picocli:4.6.3=jmhRuntimeClasspath,testRuntimeClasspath
42-
io.sqreen:libsqreen:15.0.1=jmhRuntimeClasspath,testRuntimeClasspath
42+
io.sqreen:libsqreen:16.0.0=jmhRuntimeClasspath,testRuntimeClasspath
4343
javax.servlet:javax.servlet-api:3.1.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
4444
jaxen:jaxen:1.2.0=spotbugs
4545
jline:jline:2.14.6=jmhRuntimeClasspath,testRuntimeClasspath
@@ -132,15 +132,18 @@ org.openjdk.jmh:jmh-generator-reflection:1.37=jmh,jmhCompileClasspath,jmhRuntime
132132
org.opentest4j:opentest4j:1.3.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
133133
org.ow2.asm:asm-analysis:9.2=jmhRuntimeClasspath,testRuntimeClasspath
134134
org.ow2.asm:asm-analysis:9.4=spotbugs
135+
org.ow2.asm:asm-commons:9.2=jmhRuntimeClasspath,testRuntimeClasspath
135136
org.ow2.asm:asm-commons:9.4=spotbugs
136-
org.ow2.asm:asm-commons:9.8=jacocoAnt,jmhRuntimeClasspath,testRuntimeClasspath
137+
org.ow2.asm:asm-commons:9.8=jacocoAnt
138+
org.ow2.asm:asm-tree:9.2=jmhRuntimeClasspath,testRuntimeClasspath
137139
org.ow2.asm:asm-tree:9.4=spotbugs
138-
org.ow2.asm:asm-tree:9.8=jacocoAnt,jmhRuntimeClasspath,testRuntimeClasspath
140+
org.ow2.asm:asm-tree:9.8=jacocoAnt
139141
org.ow2.asm:asm-util:9.2=jmhRuntimeClasspath,testRuntimeClasspath
140142
org.ow2.asm:asm-util:9.4=spotbugs
141143
org.ow2.asm:asm:9.0=jmh,jmhCompileClasspath
144+
org.ow2.asm:asm:9.2=jmhRuntimeClasspath,testRuntimeClasspath
142145
org.ow2.asm:asm:9.4=spotbugs
143-
org.ow2.asm:asm:9.8=jacocoAnt,jmhRuntimeClasspath,testRuntimeClasspath
146+
org.ow2.asm:asm:9.8=jacocoAnt
144147
org.pitest:pitest-command-line:1.9.11=pitest
145148
org.pitest:pitest-entry:1.9.11=pitest
146149
org.pitest:pitest:1.9.11=pitest

dd-java-agent/agent-builder/gradle.lockfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ commons-fileupload:commons-fileupload:1.5=testCompileClasspath,testRuntimeClassp
3939
commons-io:commons-io:2.11.0=testCompileClasspath,testRuntimeClasspath
4040
de.thetaphi:forbiddenapis:3.8=compileClasspath
4141
info.picocli:picocli:4.6.3=testRuntimeClasspath
42-
io.sqreen:libsqreen:15.0.1=testRuntimeClasspath
42+
io.sqreen:libsqreen:16.0.0=testRuntimeClasspath
4343
javax.servlet:javax.servlet-api:3.1.0=testCompileClasspath,testRuntimeClasspath
4444
jaxen:jaxen:1.2.0=spotbugs
4545
jline:jline:2.14.6=testRuntimeClasspath
@@ -126,17 +126,17 @@ org.objenesis:objenesis:3.3=testCompileClasspath,testRuntimeClasspath
126126
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
127127
org.ow2.asm:asm-analysis:9.2=runtimeClasspath,testRuntimeClasspath
128128
org.ow2.asm:asm-analysis:9.4=spotbugs
129-
org.ow2.asm:asm-commons:9.2=runtimeClasspath
129+
org.ow2.asm:asm-commons:9.2=runtimeClasspath,testRuntimeClasspath
130130
org.ow2.asm:asm-commons:9.4=spotbugs
131-
org.ow2.asm:asm-commons:9.8=jacocoAnt,testRuntimeClasspath
132-
org.ow2.asm:asm-tree:9.2=runtimeClasspath
131+
org.ow2.asm:asm-commons:9.8=jacocoAnt
132+
org.ow2.asm:asm-tree:9.2=runtimeClasspath,testRuntimeClasspath
133133
org.ow2.asm:asm-tree:9.4=spotbugs
134-
org.ow2.asm:asm-tree:9.8=jacocoAnt,testRuntimeClasspath
134+
org.ow2.asm:asm-tree:9.8=jacocoAnt
135135
org.ow2.asm:asm-util:9.2=runtimeClasspath,testRuntimeClasspath
136136
org.ow2.asm:asm-util:9.4=spotbugs
137-
org.ow2.asm:asm:9.2=runtimeClasspath
137+
org.ow2.asm:asm:9.2=runtimeClasspath,testRuntimeClasspath
138138
org.ow2.asm:asm:9.4=spotbugs
139-
org.ow2.asm:asm:9.8=jacocoAnt,testRuntimeClasspath
139+
org.ow2.asm:asm:9.8=jacocoAnt
140140
org.pitest:pitest-command-line:1.9.11=pitest
141141
org.pitest:pitest-entry:1.9.11=pitest
142142
org.pitest:pitest:1.9.11=pitest
Lines changed: 167 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,167 @@
1+
# This is a Gradle generated file for dependency locking.
2+
# Manual edits can break the build and are not advised.
3+
# This file is expected to be part of source control.
4+
cafe.cryptography:curve25519-elisabeth:0.1.0=runtimeClasspath,testRuntimeClasspath
5+
cafe.cryptography:ed25519-elisabeth:0.1.0=runtimeClasspath,testRuntimeClasspath
6+
ch.qos.logback:logback-classic:1.2.13=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
7+
ch.qos.logback:logback-core:1.2.13=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
8+
com.beust:jcommander:1.78=runtimeClasspath,testRuntimeClasspath
9+
com.blogspot.mydailyjava:weak-lock-free:0.17=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
10+
com.datadoghq.okhttp3:okhttp:3.12.15=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
11+
com.datadoghq.okio:okio:1.17.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
12+
com.datadoghq:dd-javac-plugin-client:0.2.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
13+
com.datadoghq:java-dogstatsd-client:4.4.3=runtimeClasspath,testRuntimeClasspath
14+
com.datadoghq:sketches-java:0.8.3=runtimeClasspath,testRuntimeClasspath
15+
com.fasterxml.jackson.core:jackson-annotations:2.16.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
16+
com.fasterxml.jackson.core:jackson-core:2.16.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
17+
com.fasterxml.jackson.core:jackson-databind:2.16.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
18+
com.fasterxml.jackson:jackson-bom:2.16.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
19+
com.github.javaparser:javaparser-core:3.25.6=codenarc,compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
20+
com.github.jnr:jffi:1.3.13=runtimeClasspath,testRuntimeClasspath
21+
com.github.jnr:jnr-a64asm:1.0.0=runtimeClasspath,testRuntimeClasspath
22+
com.github.jnr:jnr-constants:0.10.4=runtimeClasspath,testRuntimeClasspath
23+
com.github.jnr:jnr-enxio:0.32.17=runtimeClasspath,testRuntimeClasspath
24+
com.github.jnr:jnr-ffi:2.2.16=runtimeClasspath,testRuntimeClasspath
25+
com.github.jnr:jnr-posix:3.1.19=runtimeClasspath,testRuntimeClasspath
26+
com.github.jnr:jnr-unixsocket:0.38.22=runtimeClasspath,testRuntimeClasspath
27+
com.github.jnr:jnr-x86asm:1.0.2=runtimeClasspath,testRuntimeClasspath
28+
com.github.spotbugs:spotbugs-annotations:4.2.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
29+
com.github.spotbugs:spotbugs-annotations:4.7.3=spotbugs
30+
com.github.spotbugs:spotbugs:4.7.3=spotbugs
31+
com.github.stefanbirkner:system-rules:1.19.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
32+
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
33+
com.google.code.gson:gson:2.9.1=spotbugs
34+
com.google.guava:guava:20.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
35+
com.google.re2j:re2j:1.7=runtimeClasspath,testRuntimeClasspath
36+
com.jayway.jsonpath:json-path:2.8.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
37+
com.squareup.moshi:moshi:1.11.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
38+
com.squareup.okhttp3:logging-interceptor:3.12.12=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
39+
com.squareup.okhttp3:okhttp:3.12.12=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
40+
com.squareup.okio:okio:1.17.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
41+
com.thoughtworks.qdox:qdox:1.12.1=codenarc,runtimeClasspath,testRuntimeClasspath
42+
com.vaadin.external.google:android-json:0.0.20131108.vaadin1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
43+
commons-codec:commons-codec:1.15=spotbugs
44+
commons-fileupload:commons-fileupload:1.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
45+
commons-io:commons-io:2.11.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
46+
de.thetaphi:forbiddenapis:3.8=compileClasspath
47+
info.picocli:picocli:4.6.3=runtimeClasspath,testRuntimeClasspath
48+
io.sqreen:libsqreen:16.0.0=runtimeClasspath,testRuntimeClasspath
49+
javax.servlet:javax.servlet-api:3.1.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
50+
jaxen:jaxen:1.2.0=spotbugs
51+
jline:jline:2.14.6=runtimeClasspath,testRuntimeClasspath
52+
junit:junit-dep:4.11=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
53+
junit:junit:4.13.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
54+
net.bytebuddy:byte-buddy-agent:1.17.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
55+
net.bytebuddy:byte-buddy:1.17.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
56+
net.java.dev.jna:jna-platform:5.8.0=runtimeClasspath,testRuntimeClasspath
57+
net.java.dev.jna:jna:5.8.0=runtimeClasspath,testRuntimeClasspath
58+
net.jcip:jcip-annotations:1.0=compileClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
59+
net.minidev:accessors-smart:2.4.9=runtimeClasspath,testRuntimeClasspath
60+
net.minidev:json-smart:2.4.10=runtimeClasspath,testRuntimeClasspath
61+
net.sf.saxon:Saxon-HE:11.4=spotbugs
62+
org.apache.ant:ant-antlr:1.10.14=codenarc
63+
org.apache.ant:ant-antlr:1.10.15=runtimeClasspath,testRuntimeClasspath
64+
org.apache.ant:ant-junit:1.10.14=codenarc
65+
org.apache.ant:ant-junit:1.10.15=runtimeClasspath,testRuntimeClasspath
66+
org.apache.ant:ant-launcher:1.10.15=runtimeClasspath,testRuntimeClasspath
67+
org.apache.ant:ant:1.10.15=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
68+
org.apache.bcel:bcel:6.5.0=spotbugs
69+
org.apache.commons:commons-lang3:3.12.0=pitest,spotbugs
70+
org.apache.commons:commons-text:1.10.0=pitest,spotbugs
71+
org.apache.httpcomponents.client5:httpclient5:5.1.3=spotbugs
72+
org.apache.httpcomponents.core5:httpcore5-h2:5.1.3=spotbugs
73+
org.apache.httpcomponents.core5:httpcore5:5.1.3=spotbugs
74+
org.apache.logging.log4j:log4j-api:2.19.0=spotbugs
75+
org.apache.logging.log4j:log4j-core:2.19.0=spotbugs
76+
org.apiguardian:apiguardian-api:1.1.2=compileClasspath,testCompileClasspath
77+
org.codehaus.groovy:groovy-all:3.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
78+
org.codehaus.groovy:groovy-ant:3.0.23=codenarc
79+
org.codehaus.groovy:groovy-ant:3.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
80+
org.codehaus.groovy:groovy-astbuilder:3.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
81+
org.codehaus.groovy:groovy-cli-picocli:3.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
82+
org.codehaus.groovy:groovy-console:3.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
83+
org.codehaus.groovy:groovy-datetime:3.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
84+
org.codehaus.groovy:groovy-docgenerator:3.0.23=codenarc
85+
org.codehaus.groovy:groovy-docgenerator:3.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
86+
org.codehaus.groovy:groovy-groovydoc:3.0.23=codenarc
87+
org.codehaus.groovy:groovy-groovydoc:3.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
88+
org.codehaus.groovy:groovy-groovysh:3.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
89+
org.codehaus.groovy:groovy-jmx:3.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
90+
org.codehaus.groovy:groovy-json:3.0.23=codenarc
91+
org.codehaus.groovy:groovy-json:3.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
92+
org.codehaus.groovy:groovy-jsr223:3.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
93+
org.codehaus.groovy:groovy-macro:3.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
94+
org.codehaus.groovy:groovy-nio:3.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
95+
org.codehaus.groovy:groovy-servlet:3.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
96+
org.codehaus.groovy:groovy-sql:3.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
97+
org.codehaus.groovy:groovy-swing:3.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
98+
org.codehaus.groovy:groovy-templates:3.0.23=codenarc
99+
org.codehaus.groovy:groovy-templates:3.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
100+
org.codehaus.groovy:groovy-test-junit5:3.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
101+
org.codehaus.groovy:groovy-test:3.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
102+
org.codehaus.groovy:groovy-testng:3.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
103+
org.codehaus.groovy:groovy-xml:3.0.23=codenarc
104+
org.codehaus.groovy:groovy-xml:3.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
105+
org.codehaus.groovy:groovy:3.0.23=codenarc
106+
org.codehaus.groovy:groovy:3.0.24=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
107+
org.codenarc:CodeNarc:3.6.0=codenarc
108+
org.dom4j:dom4j:2.1.3=spotbugs
109+
org.eclipse.jetty:jetty-http:9.4.56.v20240826=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
110+
org.eclipse.jetty:jetty-io:9.4.56.v20240826=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
111+
org.eclipse.jetty:jetty-server:9.4.56.v20240826=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
112+
org.eclipse.jetty:jetty-util:9.4.56.v20240826=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
113+
org.freemarker:freemarker:2.3.31=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
114+
org.gmetrics:GMetrics:2.1.0=codenarc
115+
org.hamcrest:hamcrest-core:1.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
116+
org.hamcrest:hamcrest:2.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
117+
org.jacoco:org.jacoco.agent:0.8.13=jacocoAgent,jacocoAnt
118+
org.jacoco:org.jacoco.ant:0.8.13=jacocoAnt
119+
org.jacoco:org.jacoco.core:0.8.13=jacocoAnt,runtimeClasspath,testRuntimeClasspath
120+
org.jacoco:org.jacoco.report:0.8.13=jacocoAnt,runtimeClasspath,testRuntimeClasspath
121+
org.jctools:jctools-core:3.3.0=runtimeClasspath,testRuntimeClasspath
122+
org.junit.jupiter:junit-jupiter-api:5.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
123+
org.junit.jupiter:junit-jupiter-engine:5.12.0=runtimeClasspath,testRuntimeClasspath
124+
org.junit.jupiter:junit-jupiter-params:5.12.0=testCompileClasspath,testRuntimeClasspath
125+
org.junit.jupiter:junit-jupiter:5.12.0=testCompileClasspath,testRuntimeClasspath
126+
org.junit.platform:junit-platform-commons:1.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
127+
org.junit.platform:junit-platform-engine:1.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
128+
org.junit.platform:junit-platform-launcher:1.12.0=runtimeClasspath,testRuntimeClasspath
129+
org.junit.platform:junit-platform-runner:1.12.0=runtimeClasspath,testRuntimeClasspath
130+
org.junit.platform:junit-platform-suite-api:1.12.0=runtimeClasspath,testRuntimeClasspath
131+
org.junit.platform:junit-platform-suite-commons:1.12.0=runtimeClasspath,testRuntimeClasspath
132+
org.junit:junit-bom:5.12.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
133+
org.junit:junit-bom:5.9.1=spotbugs
134+
org.msgpack:jackson-dataformat-msgpack:0.9.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
135+
org.msgpack:msgpack-core:0.9.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
136+
org.objenesis:objenesis:3.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
137+
org.opentest4j:opentest4j:1.3.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
138+
org.ow2.asm:asm-analysis:9.2=runtimeClasspath,testRuntimeClasspath
139+
org.ow2.asm:asm-analysis:9.4=spotbugs
140+
org.ow2.asm:asm-commons:9.4=spotbugs
141+
org.ow2.asm:asm-commons:9.8=jacocoAnt,runtimeClasspath,testRuntimeClasspath
142+
org.ow2.asm:asm-tree:9.4=spotbugs
143+
org.ow2.asm:asm-tree:9.8=jacocoAnt,runtimeClasspath,testRuntimeClasspath
144+
org.ow2.asm:asm-util:9.2=runtimeClasspath,testRuntimeClasspath
145+
org.ow2.asm:asm-util:9.4=spotbugs
146+
org.ow2.asm:asm:9.4=spotbugs
147+
org.ow2.asm:asm:9.8=jacocoAnt,runtimeClasspath,testRuntimeClasspath
148+
org.pitest:pitest-command-line:1.9.11=pitest
149+
org.pitest:pitest-entry:1.9.11=pitest
150+
org.pitest:pitest:1.9.11=pitest
151+
org.skyscreamer:jsonassert:1.5.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
152+
org.slf4j:jcl-over-slf4j:1.7.30=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
153+
org.slf4j:jul-to-slf4j:1.7.30=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
154+
org.slf4j:log4j-over-slf4j:1.7.30=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
155+
org.slf4j:slf4j-api:1.7.32=compileClasspath,testCompileClasspath
156+
org.slf4j:slf4j-api:1.7.36=runtimeClasspath,testRuntimeClasspath
157+
org.slf4j:slf4j-api:2.0.0=spotbugs,spotbugsSlf4j
158+
org.slf4j:slf4j-simple:2.0.0=spotbugsSlf4j
159+
org.snakeyaml:snakeyaml-engine:2.9=runtimeClasspath,testRuntimeClasspath
160+
org.spockframework:spock-core:2.3-groovy-3.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
161+
org.spockframework:spock-junit4:2.3-groovy-3.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
162+
org.testng:testng:7.5.1=runtimeClasspath,testRuntimeClasspath
163+
org.webjars:jquery:3.5.1=runtimeClasspath,testRuntimeClasspath
164+
org.xmlresolver:xmlresolver:4.4.3=spotbugs
165+
org.xmlunit:xmlunit-core:2.10.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
166+
xml-apis:xml-apis:1.4.01=spotbugs
167+
empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor

0 commit comments

Comments
 (0)