Skip to content

Commit 0f9a678

Browse files
committed
spotbugs
1 parent ad531a8 commit 0f9a678

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build-tools/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,10 @@ ENV PATH="${JAVA_HOME}/bin:${PATH}"
179179
RUN 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
#######
184184
RUN 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/*

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
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>

0 commit comments

Comments
 (0)