File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -179,10 +179,10 @@ ENV PATH="${JAVA_HOME}/bin:${PATH}"
179179RUN update-alternatives --install /usr/bin/java java /usr/lib/jvm/java-21-openjdk-amd64/bin/java 1
180180
181181# ######
182- # Install SpotBugs 4.9.3
182+ # Install SpotBugs 4.9.8
183183# ######
184184RUN mkdir -p /opt/spotbugs \
185- && curl -L -s -S https://github.com/spotbugs/spotbugs/releases/download/4.9.3 /spotbugs-4.9.3 .tgz \
185+ && curl -L -s -S https://github.com/spotbugs/spotbugs/releases/download/4.9.8 /spotbugs-4.9.8 .tgz \
186186 -o /opt/spotbugs.tgz \
187187 && tar xzf /opt/spotbugs.tgz --strip-components 1 -C /opt/spotbugs \
188188 && chmod +x /opt/spotbugs/bin/*
Original file line number Diff line number Diff line change 7272 <curator .version>5.9.0</curator .version>
7373 <dependency-check-maven .version>3.2.0</dependency-check-maven .version>
7474 <dependency-maven-plugin .version>3.8.1</dependency-maven-plugin .version>
75- <spotbugs .version>4.9.3 </spotbugs .version>
76- <spotbugs-maven-plugin .version>4.9.3.0 </spotbugs-maven-plugin .version>
75+ <spotbugs .version>4.9.8 </spotbugs .version>
76+ <spotbugs-maven-plugin .version>4.9.8.2 </spotbugs-maven-plugin .version>
7777 <frontend-maven-plugin .version>1.8.0</frontend-maven-plugin .version>
7878 <guava .version>32.0.1-jre</guava .version>
7979 <hadoop .version>3.4.2</hadoop .version>
You can’t perform that action at this time.
0 commit comments