Skip to content

Commit

Permalink
deps: revert to using the ASM version provided by SpotBugs (#854)
Browse files Browse the repository at this point in the history
Now that SpotBugs is upgraded to 4.8.1 we can revert to using the
transitive ASM dependency version (i.e. 9.6)
  • Loading branch information
gtoison authored Nov 14, 2023
1 parent b69cbf7 commit d8e0ea7
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
<spotbugs.version>4.8.1</spotbugs.version>
<sbcontrib.version>7.6.0</sbcontrib.version>
<findsecbugs.version>1.12.0</findsecbugs.version>
<asm.version>9.6</asm.version>

<jdk.min.version>1.8</jdk.min.version>
<surefire.version>3.2.2</surefire.version>
Expand All @@ -73,18 +72,6 @@
<maven.compiler.target>1.8</maven.compiler.target>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-bom</artifactId>
<version>${asm.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<!--
!!! ORDER OF DEPENDENCIES IS IMPORTANT !!!
Expand Down

0 comments on commit d8e0ea7

Please sign in to comment.