From 4b1e287320ea28a5452c3c1ff17ae0882e358421 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 01:48:23 +0000 Subject: [PATCH] chore(deps): update dependency org.apache.maven:maven-core to v3.9.5 --- ci/dockerfiles/autoscaler-test/Dockerfile | 2 +- ci/dockerfiles/autoscaler-tools/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/dockerfiles/autoscaler-test/Dockerfile b/ci/dockerfiles/autoscaler-test/Dockerfile index 47538c119d..3e6112cea5 100644 --- a/ci/dockerfiles/autoscaler-test/Dockerfile +++ b/ci/dockerfiles/autoscaler-test/Dockerfile @@ -36,7 +36,7 @@ RUN \ # get maven # renovate: datasource=maven depName=org.apache.maven:maven-core -ENV MAVEN_VERSION 3.9.4 +ENV MAVEN_VERSION 3.9.5 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 && \ tar xzf /tmp/apache-maven-${MAVEN_VERSION}.tar.gz -C /opt/ && \ ln -s /opt/apache-maven-${MAVEN_VERSION} /opt/maven && \ diff --git a/ci/dockerfiles/autoscaler-tools/Dockerfile b/ci/dockerfiles/autoscaler-tools/Dockerfile index 05ccaf6fcc..2460c21647 100644 --- a/ci/dockerfiles/autoscaler-tools/Dockerfile +++ b/ci/dockerfiles/autoscaler-tools/Dockerfile @@ -105,7 +105,7 @@ RUN wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/download # get maven # renovate: datasource=maven depName=org.apache.maven:maven-core -ARG MAVEN_VERSION=3.9.4 +ARG MAVEN_VERSION=3.9.5 ENV MAVEN_HOME /opt/maven 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 && \ tar xzf /tmp/apache-maven-${MAVEN_VERSION}.tar.gz -C /opt/ && \