diff --git a/CHANGELOG.md b/CHANGELOG.md
index f54b6137fff4a21bb1916750b086130eee8155c1..d6032fb75d3403a4d59a7fc68e20035d70e379e3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [3.3.1](https://gitlab.com/to-be-continuous/maven/compare/3.3.0...3.3.1) (2023-03-28)
+
+
+### Bug Fixes
+
+* **sbom:** add CycloneDX report ([9773ebe](https://gitlab.com/to-be-continuous/maven/commit/9773ebee8e79161e2d6aafcac56c67997ce4a918))
+
 # [3.3.0](https://gitlab.com/to-be-continuous/maven/compare/3.2.3...3.3.0) (2023-03-22)
 
 
diff --git a/README.md b/README.md
index 404da817c16a2fa7078bf383d2c847588c448cc5..052d6579240e6f48c13b54b77eef1f3c0262c345 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
 ```yaml
 include:
   - project: 'to-be-continuous/maven'
-    ref: '3.3.0'
+    ref: '3.3.1'
     file: '/templates/gitlab-ci-maven.yml'
 ```
 
diff --git a/templates/gitlab-ci-maven.yml b/templates/gitlab-ci-maven.yml
index 1e71f1ced5fee2cb597828908c76c1b51ca6dca7..9d23d282bc1addae4c2b8ab549dde23e1e0d2a4d 100644
--- a/templates/gitlab-ci-maven.yml
+++ b/templates/gitlab-ci-maven.yml
@@ -379,7 +379,7 @@ stages:
   image: $MAVEN_IMAGE
   services:
     - name: "$TBC_TRACKING_IMAGE"
-      command: ["--service", "maven", "3.3.0" ]
+      command: ["--service", "maven", "3.3.1" ]
   before_script:
     - *mvn-scripts
     - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"