Skip to content

Commit d982762

Browse files
authored
apache-commons-collections: bump Maven (#14996)
Signed-off-by: Adam Korczynski <adam@adalogics.com>
1 parent 9535724 commit d982762

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/apache-commons-collections/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
FROM gcr.io/oss-fuzz-base/base-builder-jvm
1818

19-
RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.zip -o maven.zip && \
19+
RUN curl -L https://archive.apache.org/dist/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.zip -o maven.zip && \
2020
unzip maven.zip -d $SRC/maven && \
2121
rm -rf maven.zip
2222

23-
ENV MVN $SRC/maven/apache-maven-3.6.3/bin/mvn
23+
ENV MVN $SRC/maven/apache-maven-3.9.9/bin/mvn
2424

2525
RUN git clone https://github.com/apache/commons-collections
2626

0 commit comments

Comments
 (0)