Skip to content

Commit 7200d06

Browse files
renovate[bot]silvestre
authored andcommitted
chore(deps): update dependency org.apache.maven:maven-core to v3.9.7
1 parent a009b02 commit 7200d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/dockerfiles/autoscaler-tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ RUN wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/download
106106

107107
# get maven
108108
# renovate: datasource=maven depName=org.apache.maven:maven-core
109-
ARG MAVEN_VERSION=3.9.6
109+
ARG MAVEN_VERSION=3.9.7
110110
ENV MAVEN_HOME /opt/maven
111111
RUN wget --no-verbose -O /tmp/apache-maven-${MAVEN_VERSION}.tar.gz http://archive.apache.org/dist/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz && \
112112
tar xzf /tmp/apache-maven-${MAVEN_VERSION}.tar.gz -C /opt/ && \

0 commit comments

Comments
 (0)