Skip to content

Commit

Permalink
Merge pull request #381 from hazendaz/spotbugs
Browse files Browse the repository at this point in the history
Prepare for spotbugs 4.5.2 release
  • Loading branch information
hazendaz committed Dec 20, 2021
2 parents 2ecb277 + ad7e95d commit e142e08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -11,7 +11,7 @@

<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.5.0.1-SNAPSHOT</version>
<version>4.5.2.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

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

<projectVersion>${project.version}</projectVersion>

<junitVersion>5.8.1</junitVersion>
<junitVersion>5.8.2</junitVersion>
<spotbugsVersion>4.5.2</spotbugsVersion>
<spotbugsTag>4.5.0</spotbugsTag>
<spotbugsTag>4.5.2</spotbugsTag>
<slf4jVersion>1.7.32</slf4jVersion>

<antVersion>1.10.12</antVersion>
Expand Down Expand Up @@ -177,7 +177,7 @@
<servletApiVersion>4.0.4</servletApiVersion>
<sb-contribVersion>7.4.7</sb-contribVersion>

<jgit.version>6.0.0.202111291000-r</jgit.version>
<jgit.version>5.13.0.202109080827-r</jgit.version>

<!-- Targeted patches -->
<asm.version>9.2</asm.version>
Expand Down

0 comments on commit e142e08

Please sign in to comment.