From de4473d6ef857e7d457b6062cee7a813a3e24c01 Mon Sep 17 00:00:00 2001
From: "elastic-observability-automation[bot]"
<180520183+elastic-observability-automation[bot]@users.noreply.github.com>
Date: Wed, 9 Sep 2026 06:15:46 +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 47d5636..f27a1d5 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-1.56.0
\ No newline at end of file
+1.57.0
\ No newline at end of file
From c24d6ea01c1e60334bfe602f7ddc0a6a82cd633c Mon Sep 17 00:00:00 2001
From: "elastic-observability-automation[bot]"
<180520183+elastic-observability-automation[bot]@users.noreply.github.com>
Date: Wed, 9 Sep 2026 06:15:49 +0000
Subject: [PATCH 2/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 afa1550..3675973 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.56.0" \
+ org.label-schema.version="1.57.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"
From 3ce5fe0c580d2cecd93d91d24ecc581855ab53f9 Mon Sep 17 00:00:00 2001
From: "elastic-observability-automation[bot]"
<180520183+elastic-observability-automation[bot]@users.noreply.github.com>
Date: Wed, 9 Sep 2026 06:15:52 +0000
Subject: [PATCH 3/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 7c0dd46..90d6463 100644
--- a/opbeans/pom.xml
+++ b/opbeans/pom.xml
@@ -28,7 +28,7 @@
8.15.0
17
- 1.56.0
+ 1.57.0
From 2c0f4db4ffd4606827ea1b79455b24cc2711f6eb Mon Sep 17 00:00:00 2001
From: "elastic-observability-automation[bot]"
<180520183+elastic-observability-automation[bot]@users.noreply.github.com>
Date: Wed, 9 Sep 2026 06:15:54 +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 3675973..6da3dc4 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.56.0 /usr/agent/elastic-apm-agent.jar /app/elastic-apm-agent.jar
+COPY --from=docker.elastic.co/observability/apm-agent-java:1.57.0 /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