Skip to content
Merged
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.49.0
1.50.0
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#Build application stage
#We need maven.
FROM maven:3.9.5-eclipse-temurin-21
FROM maven:3.9.6-eclipse-temurin-22
WORKDIR /usr/src/java-app

#build the application
Expand Down Expand Up @@ -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.49.0" \
org.label-schema.version="1.50.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"
Expand Down
2 changes: 1 addition & 1 deletion opbeans/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>17</java.version>
<!-- required this property so the updatecli automation uses it -->
<version.apm-agent-java>1.49.0</version.apm-agent-java>
<version.apm-agent-java>1.50.0</version.apm-agent-java>
</properties>


Expand Down