File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments