diff --git a/.build/cassandra-deps-maven-pom.xml b/.build/cassandra-deps-maven-pom.xml
index 4402a8efd9..474c1037d0 100644
--- a/.build/cassandra-deps-maven-pom.xml
+++ b/.build/cassandra-deps-maven-pom.xml
@@ -161,6 +161,10 @@
com.github.jbellis
jamm
+
+ tools.profiler
+ async-profiler
+
io.netty
netty-all
diff --git a/.build/parent-maven-pom.xml b/.build/parent-maven-pom.xml
index 5d6ca01a4c..c75e254533 100644
--- a/.build/parent-maven-pom.xml
+++ b/.build/parent-maven-pom.xml
@@ -40,6 +40,7 @@
4.0.20
4.1.130.Final
0.5.1
+ 4.2
@asm.version@
@@ -465,6 +466,11 @@
jamm
${jamm.version}
+
+ tools.profiler
+ async-profiler
+ ${async-profiler.version}
+