From 5ebf94ab09370d765d1d53c2bd213afc9a8174b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 09:36:21 +0000 Subject: [PATCH] Update dependency microsoft/ApplicationInsights-Java to v3.7.0 (#2501) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aa33fe461d..286bc872a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # ARG must be before all "FROM"s # renovate: datasource=github-releases depName=microsoft/ApplicationInsights-Java -ARG APP_INSIGHTS_AGENT_VERSION=3.6.2 +ARG APP_INSIGHTS_AGENT_VERSION=3.7.0 FROM openjdk:21-jdk-slim-bullseye AS build-env WORKDIR /usr/local/bin