diff --git a/CHANGELOG.md b/CHANGELOG.md
index 267ece8e1a6..ac36ceab575 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
* Fix #5501: [crd-generator] Fix fallback value of `Default` annotation in presence of multiple accessors
#### Improvements
+* Fix #5535: Add lombok and sundrio dependencies to the generated bom
#### Dependency Upgrade
diff --git a/pom.xml b/pom.xml
index 8e843b0bd11..125c5cd4322 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1456,6 +1456,8 @@
Fabric8 :: Kubernetes :: Bom with Dependencies
+ io.sundr*:*
+ org.projectlombok:lombok*
com.squareup*:*
com.fasterxml.jackson*:*
io.fabric8:kubernetes-model-core*