Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Gradle dependencies #8248

Open
wants to merge 49 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
5d5d8fc
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
bb18d02
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
fd9a4b3
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
76a078e
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
229f846
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
f63502c
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
7a15c07
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
9728dfe
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
9753cee
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
eea3a9f
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
d8e1085
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
17ee2de
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
bffb819
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
70f39d8
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
bbc091c
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
d5c232c
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
e10ead9
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
ff91066
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
2a712ed
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
7da551f
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
700faf2
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
f51532d
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
36dc9ec
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
01a3740
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
8328423
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
edae924
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
571cc29
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
6f9d6d2
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
5515d9f
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
046fb65
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
78eacbf
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
8fc668c
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
867e944
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
95530a1
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
63f19e2
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
e9ec87e
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
cdac743
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
b523b75
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
1009177
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
222a6a0
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
619419b
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
32c2307
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
b0ba753
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
9b94ebb
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
7d84998
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
2b7b9d3
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
06e8717
chore: Update Gradle dependencies
github-actions[bot] Jan 19, 2025
822e1f3
Merge branch 'master' into ci/update-gradle-dependencies-20250119
amarziali Jan 20, 2025
64d72b8
pin org.json latest to 20240303
amarziali Jan 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion communication/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ com.thoughtworks.qdox:qdox:1.12.1=testRuntimeClasspath
commons-codec:commons-codec:1.15=spotbugs
commons-fileupload:commons-fileupload:1.5=testCompileClasspath,testRuntimeClasspath
commons-io:commons-io:2.11.0=testCompileClasspath,testRuntimeClasspath
de.thetaphi:forbiddenapis:3.1=compileClasspath
de.thetaphi:forbiddenapis:3.8=compileClasspath
info.picocli:picocli:4.6.3=testRuntimeClasspath
jaxen:jaxen:1.2.0=spotbugs
jline:jline:2.14.6=testRuntimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion components/context/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ com.google.code.findbugs:jsr305:3.0.2=compileClasspath,jmhCompileClasspath,jmhRu
com.google.code.gson:gson:2.9.1=spotbugs
com.thoughtworks.qdox:qdox:1.12.1=jmhRuntimeClasspath,testRuntimeClasspath
commons-codec:commons-codec:1.15=spotbugs
de.thetaphi:forbiddenapis:3.1=compileClasspath,jmhCompileClasspath
de.thetaphi:forbiddenapis:3.8=compileClasspath,jmhCompileClasspath
info.picocli:picocli:4.6.3=jmhRuntimeClasspath,testRuntimeClasspath
jaxen:jaxen:1.2.0=spotbugs
jline:jline:2.14.6=jmhRuntimeClasspath,testRuntimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion components/json/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ com.google.code.findbugs:jsr305:3.0.2=compileClasspath,jmhCompileClasspath,jmhRu
com.google.code.gson:gson:2.9.1=spotbugs
com.thoughtworks.qdox:qdox:1.12.1=jmhRuntimeClasspath,testRuntimeClasspath
commons-codec:commons-codec:1.15=spotbugs
de.thetaphi:forbiddenapis:3.1=compileClasspath,jmhCompileClasspath
de.thetaphi:forbiddenapis:3.8=compileClasspath,jmhCompileClasspath
info.picocli:picocli:4.6.3=jmhRuntimeClasspath,testRuntimeClasspath
jaxen:jaxen:1.2.0=spotbugs
jline:jline:2.14.6=jmhRuntimeClasspath,testRuntimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion dd-java-agent/agent-bootstrap/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ com.thoughtworks.qdox:qdox:1.12.1=jmhRuntimeClasspath,testRuntimeClasspath
commons-codec:commons-codec:1.15=spotbugs
commons-fileupload:commons-fileupload:1.5=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
commons-io:commons-io:2.11.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
de.thetaphi:forbiddenapis:3.1=compileClasspath,jmhCompileClasspath
de.thetaphi:forbiddenapis:3.8=compileClasspath,jmhCompileClasspath
info.picocli:picocli:4.6.3=jmhRuntimeClasspath,testRuntimeClasspath
io.sqreen:libsqreen:11.2.0=jmhRuntimeClasspath,testRuntimeClasspath
javax.servlet:javax.servlet-api:3.1.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion dd-java-agent/agent-builder/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ com.thoughtworks.qdox:qdox:1.12.1=testRuntimeClasspath
commons-codec:commons-codec:1.15=spotbugs
commons-fileupload:commons-fileupload:1.5=testCompileClasspath,testRuntimeClasspath
commons-io:commons-io:2.11.0=testCompileClasspath,testRuntimeClasspath
de.thetaphi:forbiddenapis:3.1=compileClasspath
de.thetaphi:forbiddenapis:3.8=compileClasspath
info.picocli:picocli:4.6.3=testRuntimeClasspath
io.sqreen:libsqreen:11.2.0=testRuntimeClasspath
javax.servlet:javax.servlet-api:3.1.0=testCompileClasspath,testRuntimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion dd-java-agent/agent-ci-visibility/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ com.vaadin.external.google:android-json:0.0.20131108.vaadin1=testCompileClasspat
commons-codec:commons-codec:1.15=spotbugs
commons-fileupload:commons-fileupload:1.5=testCompileClasspath,testFixturesApiDependenciesMetadata,testFixturesCompileClasspath,testFixturesImplementationDependenciesMetadata,testFixturesRuntimeClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
commons-io:commons-io:2.11.0=testCompileClasspath,testFixturesApiDependenciesMetadata,testFixturesCompileClasspath,testFixturesImplementationDependenciesMetadata,testFixturesRuntimeClasspath,testImplementationDependenciesMetadata,testRuntimeClasspath
de.thetaphi:forbiddenapis:3.1=compileClasspath,compileOnlyDependenciesMetadata
de.thetaphi:forbiddenapis:3.8=compileClasspath,compileOnlyDependenciesMetadata
info.picocli:picocli:4.6.3=testFixturesRuntimeClasspath,testRuntimeClasspath
io.github.java-diff-utils:java-diff-utils:4.12=zinc
io.sqreen:libsqreen:11.2.0=testFixturesRuntimeClasspath,testRuntimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion dd-java-agent/agent-crashtracking/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ com.squareup.okhttp3:okhttp:3.12.12=testCompileClasspath,testRuntimeClasspath
com.squareup.okio:okio:1.17.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.thoughtworks.qdox:qdox:1.12.1=testRuntimeClasspath
commons-codec:commons-codec:1.15=spotbugs
de.thetaphi:forbiddenapis:3.1=compileClasspath
de.thetaphi:forbiddenapis:3.8=compileClasspath
info.picocli:picocli:4.6.3=testRuntimeClasspath
jaxen:jaxen:1.2.0=spotbugs
jline:jline:2.14.6=testRuntimeClasspath
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ com.google.code.findbugs:jsr305:3.0.2=compileClasspath,spotbugs,testCompileClass
com.google.code.gson:gson:2.9.1=spotbugs
com.thoughtworks.qdox:qdox:1.12.1=testRuntimeClasspath
commons-codec:commons-codec:1.15=spotbugs
de.thetaphi:forbiddenapis:3.1=compileClasspath
de.thetaphi:forbiddenapis:3.8=compileClasspath
info.picocli:picocli:4.6.3=testRuntimeClasspath
jaxen:jaxen:1.2.0=spotbugs
jline:jline:2.14.6=testRuntimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion dd-java-agent/agent-debugger/debugger-el/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ com.squareup.moshi:moshi:1.11.0=compileClasspath,runtimeClasspath,testCompileCla
com.squareup.okio:okio:1.17.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.thoughtworks.qdox:qdox:1.12.1=testRuntimeClasspath
commons-codec:commons-codec:1.15=spotbugs
de.thetaphi:forbiddenapis:3.1=compileClasspath
de.thetaphi:forbiddenapis:3.8=compileClasspath
info.picocli:picocli:4.6.3=testRuntimeClasspath
jaxen:jaxen:1.2.0=spotbugs
jline:jline:2.14.6=testRuntimeClasspath
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ com.lmax:disruptor:3.4.2=zinc
com.swoval:file-tree-views:2.1.10=zinc
com.thoughtworks.qdox:qdox:1.12.1=testRuntimeClasspath
commons-codec:commons-codec:1.15=spotbugs
de.thetaphi:forbiddenapis:3.1=compileClasspath
de.thetaphi:forbiddenapis:3.8=compileClasspath
info.picocli:picocli:4.6.3=testRuntimeClasspath
io.github.java-diff-utils:java-diff-utils:4.12=zinc
jaxen:jaxen:1.2.0=spotbugs
Expand Down
2 changes: 1 addition & 1 deletion dd-java-agent/agent-debugger/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ com.thoughtworks.qdox:qdox:1.12.1=testRuntimeClasspath
commons-codec:commons-codec:1.15=spotbugs
commons-fileupload:commons-fileupload:1.5=testCompileClasspath,testRuntimeClasspath
commons-io:commons-io:2.11.0=testCompileClasspath,testRuntimeClasspath
de.thetaphi:forbiddenapis:3.1=compileClasspath
de.thetaphi:forbiddenapis:3.8=compileClasspath
info.picocli:picocli:4.6.3=testRuntimeClasspath
io.github.java-diff-utils:java-diff-utils:4.12=testRuntimeClasspath
jakarta.annotation:jakarta.annotation-api:1.3.5=testCompileClasspath,testRuntimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion dd-java-agent/agent-iast/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ com.vaadin.external.google:android-json:0.0.20131108.vaadin1=jmhRuntimeClasspath
commons-codec:commons-codec:1.15=spotbugs
commons-fileupload:commons-fileupload:1.5=jmh,jmhCompileClasspath,jmhCompileProtoPath,jmhRuntimeClasspath,testCompileClasspath,testCompileProtoPath,testFixturesCompileClasspath,testFixturesCompileProtoPath,testFixturesRuntimeClasspath,testRuntimeClasspath
commons-io:commons-io:2.11.0=jmh,jmhCompileClasspath,jmhCompileProtoPath,jmhRuntimeClasspath,testCompileClasspath,testCompileProtoPath,testFixturesCompileClasspath,testFixturesCompileProtoPath,testFixturesRuntimeClasspath,testRuntimeClasspath
de.thetaphi:forbiddenapis:3.1=compileClasspath,compileProtoPath,jmhCompileClasspath
de.thetaphi:forbiddenapis:3.8=compileClasspath,compileProtoPath,jmhCompileClasspath
info.picocli:picocli:4.6.3=jmh,jmhCompileProtoPath,jmhRuntimeClasspath,testCompileProtoPath,testFixturesCompileProtoPath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.github.eisop:dataflow-errorprone:3.34.0-eisop1=annotationProcessor,errorprone,jmhAnnotationProcessor,testAnnotationProcessor,testFixturesAnnotationProcessor
io.github.java-diff-utils:java-diff-utils:4.12=annotationProcessor,errorprone,jmhAnnotationProcessor,testAnnotationProcessor,testFixturesAnnotationProcessor
Expand Down
2 changes: 1 addition & 1 deletion dd-java-agent/agent-jmxfetch/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ com.google.code.findbugs:jsr305:3.0.2=compileClasspath,spotbugs,testCompileClass
com.google.code.gson:gson:2.9.1=spotbugs
com.thoughtworks.qdox:qdox:1.12.1=testRuntimeClasspath
commons-codec:commons-codec:1.15=spotbugs
de.thetaphi:forbiddenapis:3.1=compileClasspath
de.thetaphi:forbiddenapis:3.8=compileClasspath
info.picocli:picocli:4.6.3=testRuntimeClasspath
jaxen:jaxen:1.2.0=spotbugs
jline:jline:2.14.6=testRuntimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion dd-java-agent/agent-logging/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ com.google.code.findbugs:jsr305:3.0.2=compileClasspath,spotbugs,testCompileClass
com.google.code.gson:gson:2.9.1=spotbugs
com.thoughtworks.qdox:qdox:1.12.1=testRuntimeClasspath
commons-codec:commons-codec:1.15=spotbugs
de.thetaphi:forbiddenapis:3.1=compileClasspath
de.thetaphi:forbiddenapis:3.8=compileClasspath
info.picocli:picocli:4.6.3=testRuntimeClasspath
jaxen:jaxen:1.2.0=spotbugs
jline:jline:2.14.6=testRuntimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion dd-java-agent/agent-logs-intake/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ com.squareup.moshi:moshi:1.11.0=compileClasspath,runtimeClasspath,testCompileCla
com.squareup.okio:okio:1.17.5=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.thoughtworks.qdox:qdox:1.12.1=testRuntimeClasspath
commons-codec:commons-codec:1.15=spotbugs
de.thetaphi:forbiddenapis:3.1=compileClasspath
de.thetaphi:forbiddenapis:3.8=compileClasspath
info.picocli:picocli:4.6.3=testRuntimeClasspath
jaxen:jaxen:1.2.0=spotbugs
jline:jline:2.14.6=testRuntimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion dd-java-agent/agent-otel/otel-bootstrap/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ com.google.code.findbugs:jsr305:3.0.2=compileClasspath,spotbugs,testCompileClass
com.google.code.gson:gson:2.9.1=spotbugs
com.thoughtworks.qdox:qdox:1.12.1=testRuntimeClasspath
commons-codec:commons-codec:1.15=spotbugs
de.thetaphi:forbiddenapis:3.1=compileClasspath
de.thetaphi:forbiddenapis:3.8=compileClasspath
info.picocli:picocli:4.6.3=testRuntimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-incubator:2.4.0-alpha=embeddedClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-api:2.4.0=compileClasspath,embeddedClasspath
Expand Down
2 changes: 1 addition & 1 deletion dd-java-agent/agent-otel/otel-shim/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ com.google.code.findbugs:jsr305:3.0.2=compileClasspath,spotbugs,testCompileClass
com.google.code.gson:gson:2.9.1=spotbugs
com.thoughtworks.qdox:qdox:1.12.1=testRuntimeClasspath
commons-codec:commons-codec:1.15=spotbugs
de.thetaphi:forbiddenapis:3.1=compileClasspath
de.thetaphi:forbiddenapis:3.8=compileClasspath
info.picocli:picocli:4.6.3=testRuntimeClasspath
io.opentelemetry:opentelemetry-api:1.4.0=compileClasspath
io.opentelemetry:opentelemetry-context:1.4.0=compileClasspath
Expand Down
2 changes: 1 addition & 1 deletion dd-java-agent/agent-otel/otel-tooling/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ com.squareup.moshi:moshi:1.11.0=compileClasspath
com.squareup.okio:okio:1.17.5=compileClasspath
com.thoughtworks.qdox:qdox:1.12.1=testRuntimeClasspath
commons-codec:commons-codec:1.15=spotbugs
de.thetaphi:forbiddenapis:3.1=compileClasspath
de.thetaphi:forbiddenapis:3.8=compileClasspath
info.picocli:picocli:4.6.3=testRuntimeClasspath
jaxen:jaxen:1.2.0=spotbugs
jline:jline:2.14.6=testRuntimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion dd-java-agent/agent-profiling/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ com.squareup.moshi:moshi:1.11.0=runtimeClasspath,testRuntimeClasspath
com.squareup.okio:okio:1.17.5=runtimeClasspath,testRuntimeClasspath
com.thoughtworks.qdox:qdox:1.12.1=testRuntimeClasspath
commons-codec:commons-codec:1.15=spotbugs
de.thetaphi:forbiddenapis:3.1=compileClasspath
de.thetaphi:forbiddenapis:3.8=compileClasspath
info.picocli:picocli:4.6.3=testRuntimeClasspath
jaxen:jaxen:1.2.0=spotbugs
jline:jline:2.14.6=testRuntimeClasspath
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ com.squareup.moshi:moshi:1.11.0=testRuntimeClasspath
com.squareup.okio:okio:1.17.5=testRuntimeClasspath
com.thoughtworks.qdox:qdox:1.12.1=testRuntimeClasspath
commons-codec:commons-codec:1.15=spotbugs
de.thetaphi:forbiddenapis:3.1=compileClasspath
de.thetaphi:forbiddenapis:3.8=compileClasspath
info.picocli:picocli:4.6.3=testRuntimeClasspath
jaxen:jaxen:1.2.0=spotbugs
jline:jline:2.14.6=testRuntimeClasspath
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=anno
com.google.j2objc:j2objc-annotations:1.1=annotationProcessor
com.thoughtworks.qdox:qdox:1.12.1=testRuntimeClasspath
commons-codec:commons-codec:1.15=spotbugs
de.thetaphi:forbiddenapis:3.1=compileClasspath
de.thetaphi:forbiddenapis:3.8=compileClasspath
info.picocli:picocli:4.6.3=testRuntimeClasspath
jaxen:jaxen:1.2.0=spotbugs
jline:jline:2.14.6=testRuntimeClasspath
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ com.google.code.findbugs:jsr305:3.0.2=compileClasspath,spotbugs,testCompileClass
com.google.code.gson:gson:2.9.1=spotbugs
com.thoughtworks.qdox:qdox:1.12.1=testRuntimeClasspath
commons-codec:commons-codec:1.15=spotbugs
de.thetaphi:forbiddenapis:3.1=compileClasspath
de.thetaphi:forbiddenapis:3.8=compileClasspath
info.picocli:picocli:4.6.3=testRuntimeClasspath
jaxen:jaxen:1.2.0=spotbugs
jline:jline:2.14.6=testRuntimeClasspath
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ com.squareup.moshi:moshi:1.11.0=testRuntimeClasspath
com.squareup.okio:okio:1.17.5=testRuntimeClasspath
com.thoughtworks.qdox:qdox:1.12.1=testRuntimeClasspath
commons-codec:commons-codec:1.15=spotbugs
de.thetaphi:forbiddenapis:3.1=compileClasspath
de.thetaphi:forbiddenapis:3.8=compileClasspath
info.picocli:picocli:4.6.3=testRuntimeClasspath
jaxen:jaxen:1.2.0=spotbugs
jline:jline:2.14.6=testRuntimeClasspath
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ com.squareup.moshi:moshi:1.11.0=testRuntimeClasspath
com.squareup.okio:okio:1.17.5=testRuntimeClasspath
com.thoughtworks.qdox:qdox:1.12.1=testRuntimeClasspath
commons-codec:commons-codec:1.15=spotbugs
de.thetaphi:forbiddenapis:3.1=compileClasspath
de.thetaphi:forbiddenapis:3.8=compileClasspath
info.picocli:picocli:4.6.3=testRuntimeClasspath
jaxen:jaxen:1.2.0=spotbugs
jline:jline:2.14.6=testRuntimeClasspath
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ com.google.code.gson:gson:2.9.1=spotbugs
com.google.guava:guava:20.0=testCompileClasspath,testRuntimeClasspath
com.thoughtworks.qdox:qdox:1.12.1=testRuntimeClasspath
commons-codec:commons-codec:1.15=spotbugs
de.thetaphi:forbiddenapis:3.1=compileClasspath
de.thetaphi:forbiddenapis:3.8=compileClasspath
info.picocli:picocli:4.6.3=testRuntimeClasspath
jaxen:jaxen:1.2.0=spotbugs
jline:jline:2.14.6=testRuntimeClasspath
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ch.qos.logback:logback-classic:1.2.3=testCompileClasspath,testRuntimeClasspath
ch.qos.logback:logback-core:1.2.3=testCompileClasspath,testRuntimeClasspath
com.beust:jcommander:1.78=testRuntimeClasspath
com.datadoghq:dd-javac-plugin-client:0.2.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.datadoghq:ddprof:1.17.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.datadoghq:ddprof:1.18.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.github.javaparser:javaparser-core:3.25.1=testCompileClasspath,testRuntimeClasspath
com.github.spotbugs:spotbugs-annotations:4.2.0=compileClasspath,testCompileClasspath,testRuntimeClasspath
com.github.spotbugs:spotbugs-annotations:4.7.3=spotbugs
Expand All @@ -22,7 +22,7 @@ com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=anno
com.google.j2objc:j2objc-annotations:1.1=annotationProcessor
com.thoughtworks.qdox:qdox:1.12.1=testRuntimeClasspath
commons-codec:commons-codec:1.15=spotbugs
de.thetaphi:forbiddenapis:3.1=compileClasspath
de.thetaphi:forbiddenapis:3.8=compileClasspath
info.picocli:picocli:4.6.3=testRuntimeClasspath
jaxen:jaxen:1.2.0=spotbugs
jline:jline:2.14.6=testRuntimeClasspath
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ com.thoughtworks.qdox:qdox:1.12.1=testRuntimeClasspath
commons-codec:commons-codec:1.15=spotbugs
commons-fileupload:commons-fileupload:1.3.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
commons-io:commons-io:2.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
de.thetaphi:forbiddenapis:3.1=compileClasspath
de.thetaphi:forbiddenapis:3.8=compileClasspath
info.picocli:picocli:4.6.3=testRuntimeClasspath
javax.servlet:javax.servlet-api:4.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
jaxen:jaxen:1.2.0=spotbugs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ com.thoughtworks.qdox:qdox:1.12.1=testRuntimeClasspath
commons-codec:commons-codec:1.15=spotbugs
commons-fileupload:commons-fileupload:1.3.3=testCompileClasspath,testRuntimeClasspath
commons-io:commons-io:2.2=testCompileClasspath,testRuntimeClasspath
de.thetaphi:forbiddenapis:3.1=compileClasspath
de.thetaphi:forbiddenapis:3.8=compileClasspath
info.picocli:picocli:4.6.3=testRuntimeClasspath
javax.servlet:javax.servlet-api:4.0.1=testCompileClasspath,testRuntimeClasspath
jaxen:jaxen:1.2.0=spotbugs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ com.google.code.findbugs:jsr305:3.0.2=compileClasspath,spotbugs,testCompileClass
com.google.code.gson:gson:2.9.1=spotbugs
com.thoughtworks.qdox:qdox:1.12.1=testRuntimeClasspath
commons-codec:commons-codec:1.15=spotbugs
de.thetaphi:forbiddenapis:3.1=compileClasspath
de.thetaphi:forbiddenapis:3.8=compileClasspath
info.picocli:picocli:4.6.3=testRuntimeClasspath
jaxen:jaxen:1.2.0=spotbugs
jline:jline:2.14.6=testRuntimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion dd-java-agent/agent-tooling/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ com.thoughtworks.qdox:qdox:1.12.1=jmhRuntimeClasspath,testRuntimeClasspath,test_
commons-codec:commons-codec:1.15=spotbugs
commons-fileupload:commons-fileupload:1.5=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath,test_java11CompileClasspath,test_java11RuntimeClasspath
commons-io:commons-io:2.11.0=jmhRuntimeClasspath,testCompileClasspath,testRuntimeClasspath,test_java11CompileClasspath,test_java11RuntimeClasspath
de.thetaphi:forbiddenapis:3.1=compileClasspath,jmhCompileClasspath
de.thetaphi:forbiddenapis:3.8=compileClasspath,jmhCompileClasspath
info.picocli:picocli:4.6.3=jmhRuntimeClasspath,testRuntimeClasspath,test_java11RuntimeClasspath
io.sqreen:libsqreen:11.2.0=jmhRuntimeClasspath,testRuntimeClasspath,test_java11RuntimeClasspath
jakarta.annotation:jakarta.annotation-api:1.3.5=jmhCompileClasspath,jmhRuntimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion dd-java-agent/appsec/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ com.thoughtworks.qdox:qdox:1.12.1=jmhRuntimeClasspath,testFixturesRuntimeClasspa
commons-codec:commons-codec:1.15=spotbugs
commons-fileupload:commons-fileupload:1.5=jmhRuntimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
commons-io:commons-io:2.11.0=jmhRuntimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
de.thetaphi:forbiddenapis:3.1=compileClasspath,jmhCompileClasspath
de.thetaphi:forbiddenapis:3.8=compileClasspath,jmhCompileClasspath
info.picocli:picocli:4.6.3=jmhRuntimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
io.sqreen:libsqreen:11.2.0=compileClasspath,jmhCompileClasspath,jmhRuntimeClasspath,runtimeClasspath,testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
jaxen:jaxen:1.2.0=spotbugs
Expand Down
2 changes: 1 addition & 1 deletion dd-java-agent/benchmark-integration/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ com.google.code.findbugs:jsr305:3.0.2=compileClasspath,spotbugs,testCompileClass
com.google.code.gson:gson:2.9.1=spotbugs
com.thoughtworks.qdox:qdox:1.12.1=testRuntimeClasspath
commons-codec:commons-codec:1.15=spotbugs
de.thetaphi:forbiddenapis:3.1=compileClasspath
de.thetaphi:forbiddenapis:3.8=compileClasspath
info.picocli:picocli:4.6.3=testRuntimeClasspath
jaxen:jaxen:1.2.0=spotbugs
jline:jline:2.14.6=testRuntimeClasspath
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ com.google.code.findbugs:jsr305:3.0.2=compileClasspath,spotbugs,testCompileClass
com.google.code.gson:gson:2.9.1=spotbugs
com.thoughtworks.qdox:qdox:1.12.1=testRuntimeClasspath
commons-codec:commons-codec:1.15=spotbugs
de.thetaphi:forbiddenapis:3.1=compileClasspath
de.thetaphi:forbiddenapis:3.8=compileClasspath
info.picocli:picocli:4.6.3=testRuntimeClasspath
io.opentracing:opentracing-api:0.32.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
io.opentracing:opentracing-noop:0.32.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ commons-codec:commons-codec:1.10=compileClasspath,play,runtimeClasspath,testComp
commons-codec:commons-codec:1.15=spotbugs
commons-io:commons-io:2.5=routesCompiler,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
commons-logging:commons-logging:1.2=testCompileClasspath,testRuntimeClasspath
de.thetaphi:forbiddenapis:3.1=compileClasspath
de.thetaphi:forbiddenapis:3.8=compileClasspath
info.picocli:picocli:4.6.3=testRuntimeClasspath
io.github.java-diff-utils:java-diff-utils:4.12=zinc
io.jsonwebtoken:jjwt:0.7.0=compileClasspath,play,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
Expand Down
Loading
Loading