Skip to content

Commit

Permalink
Merge pull request spotbugs#260 from hazendaz/spotbugs
Browse files Browse the repository at this point in the history
Bump spotbugs to 4.1.3 overall, servlet api 4.0.4, surefire 3.0.0-M5, remove old override
  • Loading branch information
hazendaz committed Sep 29, 2020
2 parents 976a6ed + 9c03371 commit b707c97
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.0.5-SNAPSHOT</version>
<version>4.1.3.SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>SpotBugs Maven Plugin</name>
Expand Down Expand Up @@ -120,7 +120,7 @@

<junitVersion>5.6.2</junitVersion>
<spotbugsVersion>4.1.3</spotbugsVersion>
<spotbugsTag>4.0.4</spotbugsTag>
<spotbugsTag>4.1.3</spotbugsTag>
<slf4jVersion>2.0.0-alpha1</slf4jVersion>

<antVersion>1.10.8</antVersion>
Expand Down Expand Up @@ -168,9 +168,9 @@
<compilerPluginVersion>3.8.1</compilerPluginVersion>
<findsecbugsVersion>1.10.1</findsecbugsVersion>
<jxrPluginVersion>3.0.0</jxrPluginVersion>
<mavenSurefireVersion>3.0.0-M4</mavenSurefireVersion>
<mavenSurefireVersion>3.0.0-M5</mavenSurefireVersion>
<jakartaeeApiVersion>8.0.0</jakartaeeApiVersion>
<servletApiVersion>4.0.3</servletApiVersion>
<servletApiVersion>4.0.4</servletApiVersion>
<sb-contribVersion>7.4.7</sb-contribVersion>

<jgit.version>5.7.0.202003110725-r</jgit.version>
Expand All @@ -184,9 +184,6 @@
<digester.version>2.1</digester.version>
<io.version>2.8.0</io.version>
<lang3.version>3.11</lang3.version>

<!-- TODO: Remove this after base-parent 25 released -->
<dependency-check.plugin>5.3.2</dependency-check.plugin>
</properties>

<dependencies>
Expand Down

0 comments on commit b707c97

Please sign in to comment.