Skip to content

Commit 5a80fb6

Browse files
authored
java-dogstatsd-client 4.3.0 (#6851)
... and accommodate 8KiB increase in jar size
1 parent 171641c commit 5a80fb6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dd-java-agent/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ tasks.register('checkAgentJarSize').configure {
275275
doLast {
276276
// Arbitrary limit to prevent unintentional increases to the agent jar size
277277
// Raise or lower as required
278-
def megs = (project.rootProject.hasProperty("agentIncludeCwsTls") && agentIncludeCwsTls) ? 29 : 28
278+
def megs = (project.rootProject.hasProperty("agentIncludeCwsTls") && agentIncludeCwsTls) ? 30 : 29
279279
assert shadowJar.archiveFile.get().getAsFile().length() <= megs * 1024 * 1024
280280
}
281281

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ final class CachedData {
2323
truth : "1.1.3",
2424
kotlin : "1.6.21",
2525
coroutines : "1.3.0",
26-
dogstatsd : "4.2.0",
26+
dogstatsd : "4.3.0",
2727
jnr_unixsocket: "0.38.22",
2828
jnr_posix : '3.1.19',
2929
commons : "3.2",

0 commit comments

Comments
 (0)