Skip to content

Commit 09518d3

Browse files
Update Java Tracer to 1.55.0
1 parent c66e6e9 commit 09518d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datadog_wrapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ setUpDotnetEnv() {
228228
setUpJavaEnv() {
229229
echo "Setting up Datadog tracing for Java"
230230
if [ -z "${DD_JAVA_TRACER_VERSION}" ]; then
231-
DD_JAVA_TRACER_VERSION=1.53.0
231+
DD_JAVA_TRACER_VERSION=1.55.0
232232
fi
233233

234234
echo "Using version ${DD_JAVA_TRACER_VERSION} of the JAVA tracer"

0 commit comments

Comments
 (0)