Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dd-java-agent/ddprof-lib/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
ch.qos.logback:logback-classic:1.2.13=testCompileClasspath,testRuntimeClasspath
ch.qos.logback:logback-core:1.2.13=testCompileClasspath,testRuntimeClasspath
com.datadoghq:dd-javac-plugin-client:0.2.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.datadoghq:ddprof:1.46.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.datadoghq:ddprof:1.47.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.github.javaparser:javaparser-core:3.25.6=codenarc
com.github.spotbugs:spotbugs-annotations:4.9.8=compileClasspath,spotbugs
com.github.spotbugs:spotbugs:4.9.8=spotbugs
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ shadow = "9.4.2"
spotbugs_annotations = "4.9.8"

# DataDog libs and forks
ddprof = "1.46.0"
ddprof = "1.47.0"
dogstatsd = "4.4.5"
okhttp = "3.12.15" # Datadog fork to support Java 7

Expand Down
4 changes: 2 additions & 2 deletions metadata/agent-jar-checks.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Agent jar structural invariants — edit intentionally, commit with the change that justified it.

# Max agent jar size in bytes. Raise only when the size growth is intentional (33 MiB = 34603008).
jar.size.budget = 34603008
# Max agent jar size in bytes. Raise only when the size growth is intentional (~33.02 MiB).
jar.size.budget = 34619392

# Minimum combined class + classdata count in the assembled agent jar.
# Set to ~98% of the actual count at the time of the last intentional change.
Expand Down
Loading