From ee3887d088a1e4d600b4fe5060ad904a341ca993 Mon Sep 17 00:00:00 2001 From: obltmachine <150269514+obltmachine@users.noreply.github.com> Date: Mon, 12 Aug 2024 12:34:54 +0200 Subject: [PATCH] deps(apm-agent-java): Update APM Agent Java to 1.51.0 (#317) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update .version file Made with ❤️️ by updatecli * chore: Set apm-agent version in Dockerfile Made with ❤️️ by updatecli * chore: Set org.label-schema.version in Dockerfile Made with ❤️️ by updatecli --- .version | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.version b/.version index ce92a2d..d2d6255 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.50.0 \ No newline at end of file +1.51.0 \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index eed54e0..7391225 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,7 +47,7 @@ LABEL \ org.label-schema.schema-version="1.0" \ org.label-schema.vendor="Elastic" \ org.label-schema.name="opbeans-java" \ - org.label-schema.version="1.50.0" \ + org.label-schema.version="1.51.0" \ org.label-schema.url="https://hub.docker.com/r/opbeans/opbeans-java" \ org.label-schema.vcs-url="https://github.com/elastic/opbeans-java" \ org.label-schema.license="MIT"