Skip to content

Commit 3b6d2ee

Browse files
authored
Upgrade jacoco to 0.8.15 and ASM to 9.10.1 (#11908)
Upgrade jacoco to 0.8.15, ASM to 9.10.1 Merge branch 'master' into sarahchen6/upgrade-asm-jacoco Merge branch 'master' into sarahchen6/upgrade-asm-jacoco Use version B of config Merge branch 'master' into sarahchen6/upgrade-asm-jacoco Update missing lockfiles Co-authored-by: sarah.chen <sarah.chen@datadoghq.com>
1 parent 8abc6c3 commit 3b6d2ee

534 files changed

Lines changed: 1976 additions & 1804 deletions

File tree

Some content is hidden

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

communication/gradle.lockfile

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ org.dom4j:dom4j:2.2.0=spotbugs
6666
org.gmetrics:GMetrics:2.1.0=codenarc
6767
org.hamcrest:hamcrest-core:1.3=testCompileClasspath,testRuntimeClasspath
6868
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
69-
org.jacoco:org.jacoco.agent:0.8.14=jacocoAgent,jacocoAnt
70-
org.jacoco:org.jacoco.ant:0.8.14=jacocoAnt
71-
org.jacoco:org.jacoco.core:0.8.14=jacocoAnt
72-
org.jacoco:org.jacoco.report:0.8.14=jacocoAnt
69+
org.jacoco:org.jacoco.agent:0.8.15=jacocoAgent,jacocoAnt
70+
org.jacoco:org.jacoco.ant:0.8.15=jacocoAnt
71+
org.jacoco:org.jacoco.core:0.8.15=jacocoAnt
72+
org.jacoco:org.jacoco.report:0.8.15=jacocoAnt
7373
org.junit.jupiter:junit-jupiter-api:5.14.1=testCompileClasspath,testRuntimeClasspath
7474
org.junit.jupiter:junit-jupiter-engine:5.14.1=testRuntimeClasspath
7575
org.junit.jupiter:junit-jupiter-params:5.14.1=testCompileClasspath,testRuntimeClasspath
@@ -86,14 +86,17 @@ org.objenesis:objenesis:3.3=testCompileClasspath,testRuntimeClasspath
8686
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
8787
org.ow2.asm:asm-analysis:9.7.1=runtimeClasspath,testRuntimeClasspath
8888
org.ow2.asm:asm-analysis:9.9=spotbugs
89+
org.ow2.asm:asm-commons:9.10.1=jacocoAnt
8990
org.ow2.asm:asm-commons:9.7.1=runtimeClasspath,testRuntimeClasspath
90-
org.ow2.asm:asm-commons:9.9=jacocoAnt,spotbugs
91+
org.ow2.asm:asm-commons:9.9=spotbugs
92+
org.ow2.asm:asm-tree:9.10.1=jacocoAnt
9193
org.ow2.asm:asm-tree:9.7.1=runtimeClasspath,testRuntimeClasspath
92-
org.ow2.asm:asm-tree:9.9=jacocoAnt,spotbugs
94+
org.ow2.asm:asm-tree:9.9=spotbugs
9395
org.ow2.asm:asm-util:9.7.1=runtimeClasspath,testRuntimeClasspath
9496
org.ow2.asm:asm-util:9.9=spotbugs
97+
org.ow2.asm:asm:9.10.1=jacocoAnt
9598
org.ow2.asm:asm:9.7.1=runtimeClasspath,testRuntimeClasspath
96-
org.ow2.asm:asm:9.9=jacocoAnt,spotbugs
99+
org.ow2.asm:asm:9.9=spotbugs
97100
org.slf4j:jcl-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
98101
org.slf4j:jul-to-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
99102
org.slf4j:log4j-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath

components/annotations/gradle.lockfile

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ org.codenarc:CodeNarc:3.7.0=codenarc
4040
org.dom4j:dom4j:2.2.0=spotbugs
4141
org.gmetrics:GMetrics:2.1.0=codenarc
4242
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
43+
org.jacoco:org.jacoco.agent:0.8.15=jacocoAgent,jacocoAnt
44+
org.jacoco:org.jacoco.ant:0.8.15=jacocoAnt
45+
org.jacoco:org.jacoco.core:0.8.15=jacocoAnt
46+
org.jacoco:org.jacoco.report:0.8.15=jacocoAnt
4747
org.junit.jupiter:junit-jupiter-api:5.14.1=testCompileClasspath,testRuntimeClasspath
4848
org.junit.jupiter:junit-jupiter-engine:5.14.1=testRuntimeClasspath
4949
org.junit.jupiter:junit-jupiter-params:5.14.1=testCompileClasspath,testRuntimeClasspath
@@ -57,10 +57,13 @@ org.mockito:mockito-core:4.4.0=testRuntimeClasspath
5757
org.objenesis:objenesis:3.3=testCompileClasspath,testRuntimeClasspath
5858
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
5959
org.ow2.asm:asm-analysis:9.9=spotbugs
60-
org.ow2.asm:asm-commons:9.9=jacocoAnt,spotbugs
61-
org.ow2.asm:asm-tree:9.9=jacocoAnt,spotbugs
60+
org.ow2.asm:asm-commons:9.10.1=jacocoAnt
61+
org.ow2.asm:asm-commons:9.9=spotbugs
62+
org.ow2.asm:asm-tree:9.10.1=jacocoAnt
63+
org.ow2.asm:asm-tree:9.9=spotbugs
6264
org.ow2.asm:asm-util:9.9=spotbugs
63-
org.ow2.asm:asm:9.9=jacocoAnt,spotbugs
65+
org.ow2.asm:asm:9.10.1=jacocoAnt
66+
org.ow2.asm:asm:9.9=spotbugs
6467
org.slf4j:jcl-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
6568
org.slf4j:jul-to-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
6669
org.slf4j:log4j-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath

components/context/gradle.lockfile

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ org.codenarc:CodeNarc:3.7.0=codenarc
4040
org.dom4j:dom4j:2.2.0=spotbugs
4141
org.gmetrics:GMetrics:2.1.0=codenarc
4242
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
43+
org.jacoco:org.jacoco.agent:0.8.15=jacocoAgent,jacocoAnt
44+
org.jacoco:org.jacoco.ant:0.8.15=jacocoAnt
45+
org.jacoco:org.jacoco.core:0.8.15=jacocoAnt
46+
org.jacoco:org.jacoco.report:0.8.15=jacocoAnt
4747
org.junit.jupiter:junit-jupiter-api:5.14.1=testCompileClasspath,testRuntimeClasspath
4848
org.junit.jupiter:junit-jupiter-engine:5.14.1=testRuntimeClasspath
4949
org.junit.jupiter:junit-jupiter-params:5.14.1=testCompileClasspath,testRuntimeClasspath
@@ -57,10 +57,13 @@ org.mockito:mockito-core:4.4.0=testRuntimeClasspath
5757
org.objenesis:objenesis:3.3=testCompileClasspath,testRuntimeClasspath
5858
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
5959
org.ow2.asm:asm-analysis:9.9=spotbugs
60-
org.ow2.asm:asm-commons:9.9=jacocoAnt,spotbugs
61-
org.ow2.asm:asm-tree:9.9=jacocoAnt,spotbugs
60+
org.ow2.asm:asm-commons:9.10.1=jacocoAnt
61+
org.ow2.asm:asm-commons:9.9=spotbugs
62+
org.ow2.asm:asm-tree:9.10.1=jacocoAnt
63+
org.ow2.asm:asm-tree:9.9=spotbugs
6264
org.ow2.asm:asm-util:9.9=spotbugs
63-
org.ow2.asm:asm:9.9=jacocoAnt,spotbugs
65+
org.ow2.asm:asm:9.10.1=jacocoAnt
66+
org.ow2.asm:asm:9.9=spotbugs
6467
org.slf4j:jcl-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
6568
org.slf4j:jul-to-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
6669
org.slf4j:log4j-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath

components/environment/gradle.lockfile

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ org.codenarc:CodeNarc:3.7.0=codenarc
4040
org.dom4j:dom4j:2.2.0=spotbugs
4141
org.gmetrics:GMetrics:2.1.0=codenarc
4242
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
43+
org.jacoco:org.jacoco.agent:0.8.15=jacocoAgent,jacocoAnt
44+
org.jacoco:org.jacoco.ant:0.8.15=jacocoAnt
45+
org.jacoco:org.jacoco.core:0.8.15=jacocoAnt
46+
org.jacoco:org.jacoco.report:0.8.15=jacocoAnt
4747
org.junit.jupiter:junit-jupiter-api:5.14.1=testCompileClasspath,testRuntimeClasspath
4848
org.junit.jupiter:junit-jupiter-engine:5.14.1=testRuntimeClasspath
4949
org.junit.jupiter:junit-jupiter-params:5.14.1=testCompileClasspath,testRuntimeClasspath
@@ -57,10 +57,13 @@ org.mockito:mockito-core:4.4.0=testRuntimeClasspath
5757
org.objenesis:objenesis:3.3=testCompileClasspath,testRuntimeClasspath
5858
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
5959
org.ow2.asm:asm-analysis:9.9=spotbugs
60-
org.ow2.asm:asm-commons:9.9=jacocoAnt,spotbugs
61-
org.ow2.asm:asm-tree:9.9=jacocoAnt,spotbugs
60+
org.ow2.asm:asm-commons:9.10.1=jacocoAnt
61+
org.ow2.asm:asm-commons:9.9=spotbugs
62+
org.ow2.asm:asm-tree:9.10.1=jacocoAnt
63+
org.ow2.asm:asm-tree:9.9=spotbugs
6264
org.ow2.asm:asm-util:9.9=spotbugs
63-
org.ow2.asm:asm:9.9=jacocoAnt,spotbugs
65+
org.ow2.asm:asm:9.10.1=jacocoAnt
66+
org.ow2.asm:asm:9.9=spotbugs
6467
org.slf4j:jcl-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
6568
org.slf4j:jul-to-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
6669
org.slf4j:log4j-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath

components/http/http-api/gradle.lockfile

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ org.codenarc:CodeNarc:3.7.0=codenarc
4040
org.dom4j:dom4j:2.2.0=spotbugs
4141
org.gmetrics:GMetrics:2.1.0=codenarc
4242
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
43+
org.jacoco:org.jacoco.agent:0.8.15=jacocoAgent,jacocoAnt
44+
org.jacoco:org.jacoco.ant:0.8.15=jacocoAnt
45+
org.jacoco:org.jacoco.core:0.8.15=jacocoAnt
46+
org.jacoco:org.jacoco.report:0.8.15=jacocoAnt
4747
org.junit.jupiter:junit-jupiter-api:5.14.1=testCompileClasspath,testRuntimeClasspath
4848
org.junit.jupiter:junit-jupiter-engine:5.14.1=testRuntimeClasspath
4949
org.junit.jupiter:junit-jupiter-params:5.14.1=testCompileClasspath,testRuntimeClasspath
@@ -58,10 +58,13 @@ org.mockito:mockito-core:4.4.0=testRuntimeClasspath
5858
org.objenesis:objenesis:3.3=testCompileClasspath,testRuntimeClasspath
5959
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
6060
org.ow2.asm:asm-analysis:9.9=spotbugs
61-
org.ow2.asm:asm-commons:9.9=jacocoAnt,spotbugs
62-
org.ow2.asm:asm-tree:9.9=jacocoAnt,spotbugs
61+
org.ow2.asm:asm-commons:9.10.1=jacocoAnt
62+
org.ow2.asm:asm-commons:9.9=spotbugs
63+
org.ow2.asm:asm-tree:9.10.1=jacocoAnt
64+
org.ow2.asm:asm-tree:9.9=spotbugs
6365
org.ow2.asm:asm-util:9.9=spotbugs
64-
org.ow2.asm:asm:9.9=jacocoAnt,spotbugs
66+
org.ow2.asm:asm:9.10.1=jacocoAnt
67+
org.ow2.asm:asm:9.9=spotbugs
6568
org.slf4j:jcl-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
6669
org.slf4j:jul-to-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
6770
org.slf4j:log4j-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath

components/json/gradle.lockfile

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ org.codenarc:CodeNarc:3.7.0=codenarc
4242
org.dom4j:dom4j:2.2.0=spotbugs
4343
org.gmetrics:GMetrics:2.1.0=codenarc
4444
org.hamcrest:hamcrest:3.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
45-
org.jacoco:org.jacoco.agent:0.8.14=jacocoAgent,jacocoAnt
46-
org.jacoco:org.jacoco.ant:0.8.14=jacocoAnt
47-
org.jacoco:org.jacoco.core:0.8.14=jacocoAnt
48-
org.jacoco:org.jacoco.report:0.8.14=jacocoAnt
45+
org.jacoco:org.jacoco.agent:0.8.15=jacocoAgent,jacocoAnt
46+
org.jacoco:org.jacoco.ant:0.8.15=jacocoAnt
47+
org.jacoco:org.jacoco.core:0.8.15=jacocoAnt
48+
org.jacoco:org.jacoco.report:0.8.15=jacocoAnt
4949
org.junit.jupiter:junit-jupiter-api:5.14.1=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
5050
org.junit.jupiter:junit-jupiter-engine:5.14.1=jmhRuntimeClasspath,testRuntimeClasspath
5151
org.junit.jupiter:junit-jupiter-params:5.14.1=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
@@ -63,11 +63,14 @@ org.openjdk.jmh:jmh-generator-bytecode:1.37=jmh,jmhCompileClasspath,jmhRuntimeCl
6363
org.openjdk.jmh:jmh-generator-reflection:1.37=jmh,jmhCompileClasspath,jmhRuntimeClasspath
6464
org.opentest4j:opentest4j:1.3.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
6565
org.ow2.asm:asm-analysis:9.9=spotbugs
66-
org.ow2.asm:asm-commons:9.9=jacocoAnt,spotbugs
67-
org.ow2.asm:asm-tree:9.9=jacocoAnt,spotbugs
66+
org.ow2.asm:asm-commons:9.10.1=jacocoAnt
67+
org.ow2.asm:asm-commons:9.9=spotbugs
68+
org.ow2.asm:asm-tree:9.10.1=jacocoAnt
69+
org.ow2.asm:asm-tree:9.9=spotbugs
6870
org.ow2.asm:asm-util:9.9=spotbugs
6971
org.ow2.asm:asm:9.0=jmh,jmhCompileClasspath,jmhRuntimeClasspath
70-
org.ow2.asm:asm:9.9=jacocoAnt,spotbugs
72+
org.ow2.asm:asm:9.10.1=jacocoAnt
73+
org.ow2.asm:asm:9.9=spotbugs
7174
org.slf4j:jcl-over-slf4j:1.7.30=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
7275
org.slf4j:jul-to-slf4j:1.7.30=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
7376
org.slf4j:log4j-over-slf4j:1.7.30=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath

components/native-loader/gradle.lockfile

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ org.codenarc:CodeNarc:3.7.0=codenarc
4040
org.dom4j:dom4j:2.2.0=spotbugs
4141
org.gmetrics:GMetrics:2.1.0=codenarc
4242
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
43+
org.jacoco:org.jacoco.agent:0.8.15=jacocoAgent,jacocoAnt
44+
org.jacoco:org.jacoco.ant:0.8.15=jacocoAnt
45+
org.jacoco:org.jacoco.core:0.8.15=jacocoAnt
46+
org.jacoco:org.jacoco.report:0.8.15=jacocoAnt
4747
org.junit.jupiter:junit-jupiter-api:5.14.1=testCompileClasspath,testRuntimeClasspath
4848
org.junit.jupiter:junit-jupiter-engine:5.14.1=testRuntimeClasspath
4949
org.junit.jupiter:junit-jupiter-params:5.14.1=testCompileClasspath,testRuntimeClasspath
@@ -57,10 +57,13 @@ org.mockito:mockito-core:4.4.0=testRuntimeClasspath
5757
org.objenesis:objenesis:3.3=testCompileClasspath,testRuntimeClasspath
5858
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
5959
org.ow2.asm:asm-analysis:9.9=spotbugs
60-
org.ow2.asm:asm-commons:9.9=jacocoAnt,spotbugs
61-
org.ow2.asm:asm-tree:9.9=jacocoAnt,spotbugs
60+
org.ow2.asm:asm-commons:9.10.1=jacocoAnt
61+
org.ow2.asm:asm-commons:9.9=spotbugs
62+
org.ow2.asm:asm-tree:9.10.1=jacocoAnt
63+
org.ow2.asm:asm-tree:9.9=spotbugs
6264
org.ow2.asm:asm-util:9.9=spotbugs
63-
org.ow2.asm:asm:9.9=jacocoAnt,spotbugs
65+
org.ow2.asm:asm:9.10.1=jacocoAnt
66+
org.ow2.asm:asm:9.9=spotbugs
6467
org.slf4j:jcl-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
6568
org.slf4j:jul-to-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
6669
org.slf4j:log4j-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath

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

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ org.codenarc:CodeNarc:3.7.0=codenarc
6464
org.dom4j:dom4j:2.2.0=spotbugs
6565
org.gmetrics:GMetrics:2.1.0=codenarc
6666
org.hamcrest:hamcrest:3.0=testCompileClasspath,testRuntimeClasspath
67-
org.jacoco:org.jacoco.agent:0.8.14=jacocoAgent,jacocoAnt
68-
org.jacoco:org.jacoco.ant:0.8.14=jacocoAnt
69-
org.jacoco:org.jacoco.core:0.8.14=jacocoAnt
70-
org.jacoco:org.jacoco.report:0.8.14=jacocoAnt
67+
org.jacoco:org.jacoco.agent:0.8.15=jacocoAgent,jacocoAnt
68+
org.jacoco:org.jacoco.ant:0.8.15=jacocoAnt
69+
org.jacoco:org.jacoco.core:0.8.15=jacocoAnt
70+
org.jacoco:org.jacoco.report:0.8.15=jacocoAnt
7171
org.junit.jupiter:junit-jupiter-api:5.14.1=testCompileClasspath,testRuntimeClasspath
7272
org.junit.jupiter:junit-jupiter-engine:5.14.1=testRuntimeClasspath
7373
org.junit.jupiter:junit-jupiter-params:5.14.1=testCompileClasspath,testRuntimeClasspath
@@ -82,14 +82,17 @@ org.objenesis:objenesis:3.3=testCompileClasspath,testRuntimeClasspath
8282
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
8383
org.ow2.asm:asm-analysis:9.7.1=runtimeClasspath,testRuntimeClasspath
8484
org.ow2.asm:asm-analysis:9.9=spotbugs
85+
org.ow2.asm:asm-commons:9.10.1=jacocoAnt
8586
org.ow2.asm:asm-commons:9.7.1=runtimeClasspath,testRuntimeClasspath
86-
org.ow2.asm:asm-commons:9.9=jacocoAnt,spotbugs
87+
org.ow2.asm:asm-commons:9.9=spotbugs
88+
org.ow2.asm:asm-tree:9.10.1=jacocoAnt
8789
org.ow2.asm:asm-tree:9.7.1=runtimeClasspath,testRuntimeClasspath
88-
org.ow2.asm:asm-tree:9.9=jacocoAnt,spotbugs
90+
org.ow2.asm:asm-tree:9.9=spotbugs
8991
org.ow2.asm:asm-util:9.7.1=runtimeClasspath,testRuntimeClasspath
9092
org.ow2.asm:asm-util:9.9=spotbugs
93+
org.ow2.asm:asm:9.10.1=jacocoAnt
9194
org.ow2.asm:asm:9.7.1=runtimeClasspath,testRuntimeClasspath
92-
org.ow2.asm:asm:9.9=jacocoAnt,spotbugs
95+
org.ow2.asm:asm:9.9=spotbugs
9396
org.skyscreamer:jsonassert:1.5.3=testCompileClasspath,testRuntimeClasspath
9497
org.slf4j:jcl-over-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath
9598
org.slf4j:jul-to-slf4j:1.7.30=testCompileClasspath,testRuntimeClasspath

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ org.dom4j:dom4j:2.2.0=spotbugs
7979
org.gmetrics:GMetrics:2.1.0=codenarc
8080
org.hamcrest:hamcrest-core:1.3=jmhRuntimeClasspath,testRuntimeClasspath
8181
org.hamcrest:hamcrest:3.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
82-
org.jacoco:org.jacoco.agent:0.8.14=jacocoAgent,jacocoAnt
83-
org.jacoco:org.jacoco.ant:0.8.14=jacocoAnt
84-
org.jacoco:org.jacoco.core:0.8.14=jacocoAnt
85-
org.jacoco:org.jacoco.report:0.8.14=jacocoAnt
82+
org.jacoco:org.jacoco.agent:0.8.15=jacocoAgent,jacocoAnt
83+
org.jacoco:org.jacoco.ant:0.8.15=jacocoAnt
84+
org.jacoco:org.jacoco.core:0.8.15=jacocoAnt
85+
org.jacoco:org.jacoco.report:0.8.15=jacocoAnt
8686
org.jctools:jctools-core-jdk11:4.0.6=jmhRuntimeClasspath,testRuntimeClasspath
8787
org.jctools:jctools-core:4.0.6=jmhRuntimeClasspath,testRuntimeClasspath
8888
org.jspecify:jspecify:1.0.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
@@ -108,15 +108,17 @@ org.openjdk.jmh:jmh-generator-reflection:1.37=jmh,jmhCompileClasspath,jmhRuntime
108108
org.opentest4j:opentest4j:1.3.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
109109
org.ow2.asm:asm-analysis:9.7.1=jmhRuntimeClasspath,testRuntimeClasspath
110110
org.ow2.asm:asm-analysis:9.9=spotbugs
111+
org.ow2.asm:asm-commons:9.10.1=jacocoAnt
111112
org.ow2.asm:asm-commons:9.7.1=jmhRuntimeClasspath,testRuntimeClasspath
112-
org.ow2.asm:asm-commons:9.9=jacocoAnt,spotbugs
113+
org.ow2.asm:asm-commons:9.9=spotbugs
114+
org.ow2.asm:asm-tree:9.10.1=jacocoAnt
113115
org.ow2.asm:asm-tree:9.7.1=jmhRuntimeClasspath,testRuntimeClasspath
114-
org.ow2.asm:asm-tree:9.9=jacocoAnt,spotbugs
116+
org.ow2.asm:asm-tree:9.9=spotbugs
115117
org.ow2.asm:asm-util:9.7.1=jmhRuntimeClasspath,testRuntimeClasspath
116118
org.ow2.asm:asm-util:9.9=spotbugs
117119
org.ow2.asm:asm:9.0=jmh,jmhCompileClasspath
118-
org.ow2.asm:asm:9.9=jacocoAnt,spotbugs
119-
org.ow2.asm:asm:9.9.1=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
120+
org.ow2.asm:asm:9.10.1=jacocoAnt,jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
121+
org.ow2.asm:asm:9.9=spotbugs
120122
org.slf4j:jcl-over-slf4j:1.7.30=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
121123
org.slf4j:jul-to-slf4j:1.7.30=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
122124
org.slf4j:log4j-over-slf4j:1.7.30=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath

dd-java-agent/agent-ci-visibility/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ dependencies {
2020

2121
implementation libs.bundles.asm
2222
implementation libs.instrument.java
23-
implementation group: 'org.jacoco', name: 'org.jacoco.core', version: '0.8.14'
24-
implementation group: 'org.jacoco', name: 'org.jacoco.report', version: '0.8.14'
23+
implementation group: 'org.jacoco', name: 'org.jacoco.core', version: '0.8.15'
24+
implementation group: 'org.jacoco', name: 'org.jacoco.report', version: '0.8.15'
2525

2626
implementation project(':communication')
2727
implementation project(':components:json')

0 commit comments

Comments
 (0)