diff --git a/org.eclipse.sisu.inject/pom.xml b/org.eclipse.sisu.inject/pom.xml
index dc13010b..b83c5d42 100644
--- a/org.eclipse.sisu.inject/pom.xml
+++ b/org.eclipse.sisu.inject/pom.xml
@@ -181,7 +181,7 @@
org.ow2.asm
asm
- 9.7
+ ${asmVersion}
cglib
@@ -229,7 +229,7 @@
org.ow2.asm
asm
- 9.7
+ ${asmVersion}
com.google.inject
@@ -277,7 +277,7 @@
org.ow2.asm
asm
- 9.7
+ ${asmVersion}
com.google.inject
diff --git a/org.eclipse.sisu.plexus/pom.xml b/org.eclipse.sisu.plexus/pom.xml
index f69b3c8f..a9c56fd5 100644
--- a/org.eclipse.sisu.plexus/pom.xml
+++ b/org.eclipse.sisu.plexus/pom.xml
@@ -220,7 +220,7 @@
org.ow2.asm
asm
- 9.5
+ ${asmVersion}
com.google.inject
@@ -258,7 +258,7 @@
org.ow2.asm
asm
- 9.5
+ ${asmVersion}
com.google.inject
diff --git a/pom.xml b/pom.xml
index f287e16a..eb0e20b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,6 +129,8 @@
3.6.3
11
3.13.0
+
+ 9.7