From dc8717c07e5ea97a52065d9a70651de6f919674b Mon Sep 17 00:00:00 2001 From: gtoison Date: Tue, 14 Nov 2023 12:21:37 +0100 Subject: [PATCH] deps: revert to using the ASM version provided by SpotBugs Now that SpotBugs is upgraded to 4.8.1 we can revert to using the transient ASM dependency version (i.e. 9.6) --- pom.xml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/pom.xml b/pom.xml index ea9dc5bc..8121f6ea 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,6 @@ 4.8.1 7.6.0 1.12.0 - 9.6 1.8 3.2.2 @@ -73,18 +72,6 @@ 1.8 - - - - org.ow2.asm - asm-bom - ${asm.version} - pom - import - - - -