File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -73,12 +73,12 @@ ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
7373#
7474
7575FROM BASE_IMAGE AS SPOTBUGS_DOWNLOAD_IMAGE
76- ENV SPOTBUGS_VERSION '4.2 .2'
76+ ENV SPOTBUGS_VERSION '4.7 .2'
7777ENV SPOTBUGS_URL "https://repo.maven.apache.org/maven2/com/github/spotbugs/spotbugs/${SPOTBUGS_VERSION}/spotbugs-${SPOTBUGS_VERSION}.tgz"
78- ENV SPOTBUGS_SHA256 '4967c72396e34b86b9458d0c34c5ed185770a009d357df8e63951ee2844f769f '
78+ ENV SPOTBUGS_SHA512 '8dd0634c0e5760ade8b2cc3e1d988ed58921dbcbd7568a5a6b4c078d2b2d03c54ebb918329d9832e7e76de23e2e865ff2242cde9ac67d8971f71eea0d43ff0c5 '
7979SHELL ["/bin/bash" , "-o" , "pipefail" , "-c" ]
8080RUN curl --location --fail --silent --show-error --output /tmp/spotbugs.tgz "${SPOTBUGS_URL}" && \
81- echo "${SPOTBUGS_SHA256 } */tmp/spotbugs.tgz" | sha256sum -c -
81+ echo "${SPOTBUGS_SHA512 } */tmp/spotbugs.tgz" | sha512sum -c -
8282
8383FROM BASE_IMAGE AS HADOLINT_DOWNLOAD_IMAGE
8484ENV HADOLINT_VERSION '1.17.5'
Original file line number Diff line number Diff line change 846846 <maven .project.info.report.version>3.1.2</maven .project.info.report.version>
847847 <os .maven.version>1.5.0.Final</os .maven.version>
848848 <findbugs-annotations .version>1.3.9-1</findbugs-annotations .version>
849- <spotbugs .version>4.2 .2</spotbugs .version>
850- <spotbugs .maven.version>4.2.0</spotbugs .maven.version>
849+ <spotbugs .version>4.7 .2</spotbugs .version>
850+ <spotbugs .maven.version>4.7. 2.0</spotbugs .maven.version>
851851 <surefire .version>3.0.0-M6</surefire .version>
852852 <wagon .ssh.version>2.12</wagon .ssh.version>
853853 <xml .maven.version>1.0.1</xml .maven.version>
You can’t perform that action at this time.
0 commit comments