Skip to content

Commit 7640336

Browse files
chore: Update Gradle dependencies (#10706)
chore: Update Gradle dependencies Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: alexey.kuznetsov <alexey.kuznetsov@datadoghq.com>
1 parent c941249 commit 7640336

8 files changed

Lines changed: 119 additions & 47 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ com.github.spotbugs:spotbugs:4.9.8=spotbugs
2626
com.github.stephenc.jcip:jcip-annotations:1.0-1=spotbugs
2727
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
2828
com.google.code.gson:gson:2.13.2=spotbugs
29+
com.google.errorprone:error_prone_annotations:2.0.12=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
2930
com.google.errorprone:error_prone_annotations:2.41.0=spotbugs
31+
com.google.guava:guava-testlib:20.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
3032
com.google.guava:guava:20.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
3133
com.google.re2j:re2j:1.7=jmhRuntimeClasspath,testRuntimeClasspath
3234
com.squareup.moshi:moshi:1.11.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
@@ -43,6 +45,7 @@ io.sqreen:libsqreen:17.3.0=jmhRuntimeClasspath,testRuntimeClasspath
4345
javax.servlet:javax.servlet-api:3.1.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
4446
jaxen:jaxen:2.0.0=spotbugs
4547
junit:junit:4.13.2=jmhRuntimeClasspath,testRuntimeClasspath
48+
junit:junit:4.8.2=testCompileClasspath
4649
net.bytebuddy:byte-buddy-agent:1.18.3=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
4750
net.bytebuddy:byte-buddy:1.18.3=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
4851
net.java.dev.jna:jna-platform:5.8.0=jmhRuntimeClasspath,testRuntimeClasspath

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ com.thoughtworks.qdox:qdox:1.12.1=codenarc
3232
commons-io:commons-io:2.20.0=spotbugs
3333
de.thetaphi:forbiddenapis:3.10=compileClasspath
3434
io.airlift:aircompressor:2.0.3=runtimeClasspath,testRuntimeClasspath
35-
io.btrace:jafar-tools:0.14.2=runtimeClasspath,testRuntimeClasspath
35+
io.btrace:jafar-tools:0.16.0=runtimeClasspath,testRuntimeClasspath
3636
io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
3737
jaxen:jaxen:2.0.0=spotbugs
3838
net.bytebuddy:byte-buddy-agent:1.18.3=testCompileClasspath,testRuntimeClasspath

dd-java-agent/agent-profiling/profiling-controller-ddprof/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ com.thoughtworks.qdox:qdox:1.12.1=codenarc
3232
commons-io:commons-io:2.20.0=spotbugs
3333
de.thetaphi:forbiddenapis:3.10=compileClasspath
3434
io.airlift:aircompressor:2.0.3=testRuntimeClasspath
35-
io.btrace:jafar-tools:0.14.2=testRuntimeClasspath
35+
io.btrace:jafar-tools:0.16.0=testRuntimeClasspath
3636
io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
3737
jaxen:jaxen:2.0.0=spotbugs
3838
net.bytebuddy:byte-buddy-agent:1.18.3=testCompileClasspath,testRuntimeClasspath

dd-java-agent/agent-profiling/profiling-controller-openjdk/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ com.thoughtworks.qdox:qdox:1.12.1=codenarc
3232
commons-io:commons-io:2.20.0=spotbugs
3333
de.thetaphi:forbiddenapis:3.10=compileClasspath
3434
io.airlift:aircompressor:2.0.3=testRuntimeClasspath
35-
io.btrace:jafar-tools:0.14.2=testRuntimeClasspath
35+
io.btrace:jafar-tools:0.16.0=testRuntimeClasspath
3636
io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
3737
jaxen:jaxen:2.0.0=spotbugs
3838
net.bytebuddy:byte-buddy-agent:1.18.3=testCompileClasspath,testRuntimeClasspath

dd-java-agent/agent-profiling/profiling-controller-oracle/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ com.thoughtworks.qdox:qdox:1.12.1=codenarc
3232
commons-io:commons-io:2.20.0=spotbugs
3333
de.thetaphi:forbiddenapis:3.10=compileClasspath
3434
io.airlift:aircompressor:2.0.3=testRuntimeClasspath
35-
io.btrace:jafar-tools:0.14.2=testRuntimeClasspath
35+
io.btrace:jafar-tools:0.16.0=testRuntimeClasspath
3636
io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
3737
jaxen:jaxen:2.0.0=spotbugs
3838
net.bytebuddy:byte-buddy-agent:1.18.3=testCompileClasspath,testRuntimeClasspath
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
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+
ch.qos.logback:logback-classic:1.2.13=testCompileClasspath,testRuntimeClasspath
5+
ch.qos.logback:logback-core:1.2.13=testCompileClasspath,testRuntimeClasspath
6+
com.github.javaparser:javaparser-core:3.25.6=codenarc
7+
com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
8+
com.github.spotbugs:spotbugs:4.9.8=spotbugs
9+
com.github.stephenc.jcip:jcip-annotations:1.0-1=spotbugs
10+
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
11+
com.google.code.gson:gson:2.13.2=spotbugs
12+
com.google.errorprone:error_prone_annotations:2.41.0=spotbugs
13+
com.thoughtworks.qdox:qdox:1.12.1=codenarc
14+
commons-io:commons-io:2.20.0=spotbugs
15+
de.thetaphi:forbiddenapis:3.10=compileClasspath
16+
io.btrace:jafar-tools:0.16.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
17+
io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
18+
jaxen:jaxen:2.0.0=spotbugs
19+
net.bytebuddy:byte-buddy-agent:1.18.3=testCompileClasspath,testRuntimeClasspath
20+
net.bytebuddy:byte-buddy:1.18.3=testCompileClasspath,testRuntimeClasspath
21+
net.sf.saxon:Saxon-HE:12.9=spotbugs
22+
org.apache.ant:ant-antlr:1.10.14=codenarc
23+
org.apache.ant:ant-junit:1.10.14=codenarc
24+
org.apache.bcel:bcel:6.11.0=spotbugs
25+
org.apache.commons:commons-lang3:3.19.0=spotbugs
26+
org.apache.commons:commons-text:1.14.0=spotbugs
27+
org.apache.logging.log4j:log4j-api:2.25.2=spotbugs
28+
org.apache.logging.log4j:log4j-core:2.25.2=spotbugs
29+
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
30+
org.codehaus.groovy:groovy-ant:3.0.23=codenarc
31+
org.codehaus.groovy:groovy-docgenerator:3.0.23=codenarc
32+
org.codehaus.groovy:groovy-groovydoc:3.0.23=codenarc
33+
org.codehaus.groovy:groovy-json:3.0.23=codenarc
34+
org.codehaus.groovy:groovy-json:3.0.25=testCompileClasspath,testRuntimeClasspath
35+
org.codehaus.groovy:groovy-templates:3.0.23=codenarc
36+
org.codehaus.groovy:groovy-xml:3.0.23=codenarc
37+
org.codehaus.groovy:groovy:3.0.23=codenarc
38+
org.codehaus.groovy:groovy:3.0.25=testCompileClasspath,testRuntimeClasspath
39+
org.codenarc:CodeNarc:3.7.0=codenarc
40+
org.dom4j:dom4j:2.2.0=spotbugs
41+
org.gmetrics:GMetrics:2.1.0=codenarc
42+
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
43+
org.jacoco:org.jacoco.agent:0.8.14=jacocoAgent,jacocoAnt
44+
org.jacoco:org.jacoco.ant:0.8.14=jacocoAnt
45+
org.jacoco:org.jacoco.core:0.8.14=jacocoAnt
46+
org.jacoco:org.jacoco.report:0.8.14=jacocoAnt
47+
org.junit.jupiter:junit-jupiter-api:5.14.1=testCompileClasspath,testRuntimeClasspath
48+
org.junit.jupiter:junit-jupiter-engine:5.14.1=testRuntimeClasspath
49+
org.junit.jupiter:junit-jupiter-params:5.14.1=testCompileClasspath,testRuntimeClasspath
50+
org.junit.jupiter:junit-jupiter:5.14.1=testCompileClasspath,testRuntimeClasspath
51+
org.junit.platform:junit-platform-commons:1.14.1=testCompileClasspath,testRuntimeClasspath
52+
org.junit.platform:junit-platform-engine:1.14.1=testCompileClasspath,testRuntimeClasspath
53+
org.junit.platform:junit-platform-launcher:1.14.1=testRuntimeClasspath
54+
org.junit:junit-bom:5.14.0=spotbugs
55+
org.junit:junit-bom:5.14.1=testCompileClasspath,testRuntimeClasspath
56+
org.lz4:lz4-java:1.7.1=testCompileClasspath,testRuntimeClasspath
57+
org.mockito:mockito-core:4.4.0=testCompileClasspath,testRuntimeClasspath
58+
org.mockito:mockito-junit-jupiter:4.4.0=testCompileClasspath,testRuntimeClasspath
59+
org.objenesis:objenesis:3.3=testCompileClasspath,testRuntimeClasspath
60+
org.openjdk.jmc:common:8.1.0=testCompileClasspath,testRuntimeClasspath
61+
org.openjdk.jmc:flightrecorder:8.1.0=testCompileClasspath,testRuntimeClasspath
62+
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
63+
org.ow2.asm:asm-analysis:9.9=spotbugs
64+
org.ow2.asm:asm-commons:9.9=jacocoAnt,spotbugs
65+
org.ow2.asm:asm-tree:9.9=jacocoAnt,spotbugs
66+
org.ow2.asm:asm-util:9.9=spotbugs
67+
org.ow2.asm:asm:9.9=jacocoAnt,spotbugs
68+
org.owasp.encoder:encoder:1.2.3=testCompileClasspath,testRuntimeClasspath
69+
org.slf4j:jcl-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
70+
org.slf4j:jul-to-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
71+
org.slf4j:log4j-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
72+
org.slf4j:slf4j-api:1.7.30=compileClasspath
73+
org.slf4j:slf4j-api:1.7.32=testCompileClasspath
74+
org.slf4j:slf4j-api:2.0.17=spotbugs,spotbugsSlf4j
75+
org.slf4j:slf4j-api:2.0.5=runtimeClasspath,testRuntimeClasspath
76+
org.slf4j:slf4j-simple:2.0.17=spotbugsSlf4j
77+
org.spockframework:spock-bom:2.4-groovy-3.0=testCompileClasspath,testRuntimeClasspath
78+
org.spockframework:spock-core:2.4-groovy-3.0=testCompileClasspath,testRuntimeClasspath
79+
org.xmlresolver:xmlresolver:5.3.3=spotbugs
80+
empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor

dd-java-agent/appsec/gradle.lockfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ com.github.stephenc.jcip:jcip-annotations:1.0-1=spotbugs
3030
com.google.code.findbugs:jsr305:3.0.2=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
3131
com.google.code.gson:gson:2.13.2=spotbugs
3232
com.google.errorprone:error_prone_annotations:2.41.0=spotbugs
33-
com.google.re2j:re2j:1.7=jmhRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
3433
com.squareup.moshi:moshi:1.11.0=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3534
com.squareup.okio:okio:1.17.5=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
3635
com.thoughtworks.qdox:qdox:1.12.1=codenarc
@@ -72,8 +71,6 @@ org.jacoco:org.jacoco.agent:0.8.14=jacocoAgent,jacocoAnt
7271
org.jacoco:org.jacoco.ant:0.8.14=jacocoAnt
7372
org.jacoco:org.jacoco.core:0.8.14=jacocoAnt
7473
org.jacoco:org.jacoco.report:0.8.14=jacocoAnt
75-
org.jctools:jctools-core-jdk11:4.0.6=jmhRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
76-
org.jctools:jctools-core:4.0.6=jmhRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
7774
org.junit.jupiter:junit-jupiter-api:5.14.1=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
7875
org.junit.jupiter:junit-jupiter-engine:5.14.1=jmhRuntimeClasspath,testRuntimeClasspath
7976
org.junit.jupiter:junit-jupiter-params:5.14.1=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath

utils/queue-utils/gradle.lockfile

Lines changed: 32 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,28 @@
11
# This is a Gradle generated file for dependency locking.
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
4-
ch.qos.logback:logback-classic:1.2.13=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
5-
ch.qos.logback:logback-core:1.2.13=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
6-
com.datadoghq:dd-javac-plugin-client:0.2.2=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
4+
ch.qos.logback:logback-classic:1.2.13=testCompileClasspath,testRuntimeClasspath
5+
ch.qos.logback:logback-core:1.2.13=testCompileClasspath,testRuntimeClasspath
6+
com.datadoghq:dd-javac-plugin-client:0.2.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
77
com.github.javaparser:javaparser-core:3.25.6=codenarc
8-
com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
8+
com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,spotbugs,testCompileClasspath,testRuntimeClasspath
99
com.github.spotbugs:spotbugs:4.9.8=spotbugs
1010
com.github.stephenc.jcip:jcip-annotations:1.0-1=spotbugs
11-
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
1212
com.google.code.gson:gson:2.13.2=spotbugs
1313
com.google.errorprone:error_prone_annotations:2.41.0=spotbugs
1414
com.thoughtworks.qdox:qdox:1.12.1=codenarc
1515
commons-io:commons-io:2.20.0=spotbugs
16-
de.thetaphi:forbiddenapis:3.10=compileClasspath,jmhCompileClasspath
17-
io.leangen.geantyref:geantyref:1.3.16=jmhRuntimeClasspath,testRuntimeClasspath
16+
de.thetaphi:forbiddenapis:3.10=compileClasspath
17+
io.leangen.geantyref:geantyref:1.3.16=testRuntimeClasspath
1818
jaxen:jaxen:2.0.0=spotbugs
19-
net.bytebuddy:byte-buddy-agent:1.12.8=jmhRuntimeClasspath,testRuntimeClasspath
20-
net.bytebuddy:byte-buddy:1.12.8=jmhRuntimeClasspath,testRuntimeClasspath
21-
net.sf.jopt-simple:jopt-simple:5.0.4=jmh,jmhCompileClasspath,jmhRuntimeClasspath
19+
net.bytebuddy:byte-buddy-agent:1.12.8=testRuntimeClasspath
20+
net.bytebuddy:byte-buddy:1.12.8=testRuntimeClasspath
2221
net.sf.saxon:Saxon-HE:12.9=spotbugs
2322
org.apache.ant:ant-antlr:1.10.14=codenarc
2423
org.apache.ant:ant-junit:1.10.14=codenarc
2524
org.apache.bcel:bcel:6.11.0=spotbugs
2625
org.apache.commons:commons-lang3:3.19.0=spotbugs
27-
org.apache.commons:commons-math3:3.2=jmh,jmhCompileClasspath,jmhRuntimeClasspath
2826
org.apache.commons:commons-text:1.14.0=spotbugs
2927
org.apache.logging.log4j:log4j-api:2.25.2=spotbugs
3028
org.apache.logging.log4j:log4j-core:2.25.2=spotbugs
@@ -33,53 +31,47 @@ org.codehaus.groovy:groovy-ant:3.0.23=codenarc
3331
org.codehaus.groovy:groovy-docgenerator:3.0.23=codenarc
3432
org.codehaus.groovy:groovy-groovydoc:3.0.23=codenarc
3533
org.codehaus.groovy:groovy-json:3.0.23=codenarc
36-
org.codehaus.groovy:groovy-json:3.0.25=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
34+
org.codehaus.groovy:groovy-json:3.0.25=testCompileClasspath,testRuntimeClasspath
3735
org.codehaus.groovy:groovy-templates:3.0.23=codenarc
3836
org.codehaus.groovy:groovy-xml:3.0.23=codenarc
3937
org.codehaus.groovy:groovy:3.0.23=codenarc
40-
org.codehaus.groovy:groovy:3.0.25=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
38+
org.codehaus.groovy:groovy:3.0.25=testCompileClasspath,testRuntimeClasspath
4139
org.codenarc:CodeNarc:3.7.0=codenarc
4240
org.dom4j:dom4j:2.2.0=spotbugs
4341
org.gmetrics:GMetrics:2.1.0=codenarc
44-
org.hamcrest:hamcrest:3.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
42+
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
4543
org.jacoco:org.jacoco.agent:0.8.14=jacocoAgent,jacocoAnt
4644
org.jacoco:org.jacoco.ant:0.8.14=jacocoAnt
4745
org.jacoco:org.jacoco.core:0.8.14=jacocoAnt
4846
org.jacoco:org.jacoco.report:0.8.14=jacocoAnt
4947
org.jctools:jctools-core-jdk11:4.0.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
50-
org.jctools:jctools-core:3.3.0=jmhCompileClasspath,jmhRuntimeClasspath
5148
org.jctools:jctools-core:4.0.6=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
52-
org.junit.jupiter:junit-jupiter-api:5.14.1=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
53-
org.junit.jupiter:junit-jupiter-engine:5.14.1=jmhRuntimeClasspath,testRuntimeClasspath
54-
org.junit.jupiter:junit-jupiter-params:5.14.1=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
55-
org.junit.jupiter:junit-jupiter:5.14.1=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
56-
org.junit.platform:junit-platform-commons:1.14.1=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
57-
org.junit.platform:junit-platform-engine:1.14.1=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
58-
org.junit.platform:junit-platform-launcher:1.14.1=jmhRuntimeClasspath,testRuntimeClasspath
49+
org.junit.jupiter:junit-jupiter-api:5.14.1=testCompileClasspath,testRuntimeClasspath
50+
org.junit.jupiter:junit-jupiter-engine:5.14.1=testRuntimeClasspath
51+
org.junit.jupiter:junit-jupiter-params:5.14.1=testCompileClasspath,testRuntimeClasspath
52+
org.junit.jupiter:junit-jupiter:5.14.1=testCompileClasspath,testRuntimeClasspath
53+
org.junit.platform:junit-platform-commons:1.14.1=testCompileClasspath,testRuntimeClasspath
54+
org.junit.platform:junit-platform-engine:1.14.1=testCompileClasspath,testRuntimeClasspath
55+
org.junit.platform:junit-platform-launcher:1.14.1=testRuntimeClasspath
5956
org.junit:junit-bom:5.14.0=spotbugs
60-
org.junit:junit-bom:5.14.1=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
61-
org.mockito:mockito-core:4.4.0=jmhRuntimeClasspath,testRuntimeClasspath
62-
org.objenesis:objenesis:3.3=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
63-
org.openjdk.jmh:jmh-core:1.36=jmh,jmhCompileClasspath,jmhRuntimeClasspath
64-
org.openjdk.jmh:jmh-generator-asm:1.36=jmh,jmhCompileClasspath,jmhRuntimeClasspath
65-
org.openjdk.jmh:jmh-generator-bytecode:1.36=jmh,jmhCompileClasspath,jmhRuntimeClasspath
66-
org.openjdk.jmh:jmh-generator-reflection:1.36=jmh,jmhCompileClasspath,jmhRuntimeClasspath
67-
org.opentest4j:opentest4j:1.3.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
57+
org.junit:junit-bom:5.14.1=testCompileClasspath,testRuntimeClasspath
58+
org.mockito:mockito-core:4.4.0=testRuntimeClasspath
59+
org.objenesis:objenesis:3.3=testCompileClasspath,testRuntimeClasspath
60+
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
6861
org.ow2.asm:asm-analysis:9.9=spotbugs
6962
org.ow2.asm:asm-commons:9.9=jacocoAnt,spotbugs
7063
org.ow2.asm:asm-tree:9.9=jacocoAnt,spotbugs
7164
org.ow2.asm:asm-util:9.9=spotbugs
72-
org.ow2.asm:asm:9.0=jmh,jmhCompileClasspath,jmhRuntimeClasspath
7365
org.ow2.asm:asm:9.9=jacocoAnt,spotbugs
74-
org.slf4j:jcl-over-slf4j:1.7.30=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
75-
org.slf4j:jul-to-slf4j:1.7.30=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
76-
org.slf4j:log4j-over-slf4j:1.7.30=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
77-
org.slf4j:slf4j-api:1.7.30=compileClasspath,jmhCompileClasspath,runtimeClasspath
78-
org.slf4j:slf4j-api:1.7.32=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
66+
org.slf4j:jcl-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
67+
org.slf4j:jul-to-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
68+
org.slf4j:log4j-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
69+
org.slf4j:slf4j-api:1.7.30=compileClasspath,runtimeClasspath
70+
org.slf4j:slf4j-api:1.7.32=testCompileClasspath,testRuntimeClasspath
7971
org.slf4j:slf4j-api:2.0.17=spotbugs,spotbugsSlf4j
8072
org.slf4j:slf4j-simple:2.0.17=spotbugsSlf4j
81-
org.snakeyaml:snakeyaml-engine:2.9=jmhRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
82-
org.spockframework:spock-bom:2.4-groovy-3.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
83-
org.spockframework:spock-core:2.4-groovy-3.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
73+
org.snakeyaml:snakeyaml-engine:2.9=runtimeClasspath,testRuntimeClasspath
74+
org.spockframework:spock-bom:2.4-groovy-3.0=testCompileClasspath,testRuntimeClasspath
75+
org.spockframework:spock-core:2.4-groovy-3.0=testCompileClasspath,testRuntimeClasspath
8476
org.xmlresolver:xmlresolver:5.3.3=spotbugs
85-
empty=annotationProcessor,jmhAnnotationProcessor,spotbugsPlugins,testAnnotationProcessor
77+
empty=annotationProcessor,spotbugsPlugins,testAnnotationProcessor

0 commit comments

Comments
 (0)