From 9a9a8a61725ef8d9774268d698b0205dbc92cc8c Mon Sep 17 00:00:00 2001 From: "elastic-observability-automation[bot]" <180520183+elastic-observability-automation[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 06:06:21 +0000 Subject: [PATCH 1/4] chore: Update .version file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.version b/.version index c36071a..00e383b 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.55.2 \ No newline at end of file +1.55.3 \ No newline at end of file From 388a5faea24a57b5c168dc0dfedda0c1157d117a Mon Sep 17 00:00:00 2001 From: "elastic-observability-automation[bot]" <180520183+elastic-observability-automation[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 06:06:23 +0000 Subject: [PATCH 2/4] chore: Update maven package version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- opbeans/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opbeans/pom.xml b/opbeans/pom.xml index 6ce605a..8a5eaa4 100644 --- a/opbeans/pom.xml +++ b/opbeans/pom.xml @@ -28,7 +28,7 @@ 8.15.0 17 - 1.55.2 + 1.55.3 From 465b0186364da97e666623d200ce8d4d254da5c3 Mon Sep 17 00:00:00 2001 From: "elastic-observability-automation[bot]" <180520183+elastic-observability-automation[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 06:06:26 +0000 Subject: [PATCH 3/4] chore: Set org.label-schema.version in Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9efa147..ac27348 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.55.2" \ + org.label-schema.version="1.55.3" \ 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" From 59f14334eef59ca76dbd9545e1a2212a72e3feb1 Mon Sep 17 00:00:00 2001 From: "elastic-observability-automation[bot]" <180520183+elastic-observability-automation[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 06:06:27 +0000 Subject: [PATCH 4/4] chore: Set apm-agent version in Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ac27348..218cb4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ COPY --from=0 /usr/src/java-app/*.jar ./ # Copy Elastic agent from docker image # updated by .ci/bump-version.sh -COPY --from=docker.elastic.co/observability/apm-agent-java:1.55.2 /usr/agent/elastic-apm-agent.jar /app/elastic-apm-agent.jar +COPY --from=docker.elastic.co/observability/apm-agent-java:1.55.3 /usr/agent/elastic-apm-agent.jar /app/elastic-apm-agent.jar #Download the opentelemetry agent RUN curl -L https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/download/v1.10.1/opentelemetry-javaagent.jar --output /app/opentelemetry-javaagent.jar