diff --git a/operator-framework/pom.xml b/operator-framework/pom.xml
index 5fdb3bf541..8d438a69a5 100644
--- a/operator-framework/pom.xml
+++ b/operator-framework/pom.xml
@@ -81,7 +81,7 @@
io.fabric8
- crd-generator
+ crd-generator-apt
test
diff --git a/pom.xml b/pom.xml
index efdace5a0d..ab11c8a2ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
5.7.0
3.0.0-M5
UTF-8
- 5.1.1
+ 5.2.1
1.7.30
diff --git a/samples/common/pom.xml b/samples/common/pom.xml
index 233b5b686d..806b6c502a 100644
--- a/samples/common/pom.xml
+++ b/samples/common/pom.xml
@@ -25,10 +25,11 @@
io.javaoperatorsdk
operator-framework
${project.version}
+ compile
io.fabric8
- crd-generator
+ crd-generator-apt
compile
diff --git a/samples/quarkus/pom.xml b/samples/quarkus/pom.xml
index 4b716453d8..796b050500 100644
--- a/samples/quarkus/pom.xml
+++ b/samples/quarkus/pom.xml
@@ -17,7 +17,7 @@
11
11
- 1.12.1.Final
+ 1.12.2.Final
3.8.1
true
@@ -46,6 +46,7 @@
io.quarkiverse.operatorsdk
quarkus-operator-sdk
1.8.0.CR1
+
io.javaoperatorsdk