Skip to content

Commit 1a0a360

Browse files
Update dependency org.apache.maven:maven-core to v3.9.8 (#1599)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eaf4187 commit 1a0a360

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/ath-container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ RUN arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && \
7575
fi
7676

7777
# Maven in repo is not new enough for ATH
78-
ENV MAVEN_VERSION=3.9.7
78+
ENV MAVEN_VERSION=3.9.8
7979
RUN curl -ffSLO https://archive.apache.org/dist/maven/maven-3/"${MAVEN_VERSION}"/binaries/apache-maven-"${MAVEN_VERSION}"-bin.tar.gz && \
8080
tar -xvzf apache-maven-"${MAVEN_VERSION}"-bin.tar.gz -C /opt/ && \
8181
mv /opt/apache-maven-* /opt/maven

0 commit comments

Comments
 (0)