diff --git a/cli/pom.xml b/cli/pom.xml
index 8867f524..68fa21e4 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -34,11 +34,6 @@
org.slf4j
slf4j-simple
-
-
- com.google.guava
- guava
-
org.apache.maven
maven-core
diff --git a/codebase-graph-builder/pom.xml b/codebase-graph-builder/pom.xml
index 7078de06..025700e6 100644
--- a/codebase-graph-builder/pom.xml
+++ b/codebase-graph-builder/pom.xml
@@ -34,6 +34,13 @@
org.jgrapht
jgrapht-core
+
+
+
+ io.micrometer
+ micrometer-core
+ 1.10.0
+
org.openrewrite
rewrite-java-21
diff --git a/effort-ranker/pom.xml b/effort-ranker/pom.xml
index c9e76c26..3fcaa1a1 100644
--- a/effort-ranker/pom.xml
+++ b/effort-ranker/pom.xml
@@ -19,6 +19,13 @@
codebase-graph-builder
+
+
+ org.apache.commons
+ commons-lang3
+ 3.18.0
+
net.sourceforge.pmd
pmd-java
diff --git a/graph-algorithms/pom.xml b/graph-algorithms/pom.xml
index 275d281e..87ee6d6a 100644
--- a/graph-algorithms/pom.xml
+++ b/graph-algorithms/pom.xml
@@ -34,7 +34,6 @@
com.google.guava
guava
- 33.4.8-jre
diff --git a/pom.xml b/pom.xml
index 1bb70db2..df81bf15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,12 +189,10 @@
2.18.8
-
-
com.google.guava
guava
- 33.4.0-jre
+ 33.6.0-jre
@@ -449,7 +447,7 @@
org.owasp
dependency-check-maven
- 12.1.0
+ 12.2.2
8.0
diff --git a/refactor-first-maven-plugin/pom.xml b/refactor-first-maven-plugin/pom.xml
index 8863b349..55b0aae5 100644
--- a/refactor-first-maven-plugin/pom.xml
+++ b/refactor-first-maven-plugin/pom.xml
@@ -26,11 +26,6 @@
-
-
- com.google.guava
- guava
-
org.iq80.snappy
@@ -42,6 +37,21 @@
maven-core
+
+
+ commons-beanutils
+ commons-beanutils
+ 1.11.0
+
+
+
+
+ org.apache.commons
+ commons-lang3
+ 3.18.0
+
org.apache.maven.reporting
maven-reporting-impl