diff --git a/bpdm-common/pom.xml b/bpdm-common/pom.xml
index a895d209a..167660db5 100644
--- a/bpdm-common/pom.xml
+++ b/bpdm-common/pom.xml
@@ -31,7 +31,7 @@
org.eclipse.tractusx
bpdm-parent
- 3.2.0
+ 3.2.1
diff --git a/bpdm-gate-api/pom.xml b/bpdm-gate-api/pom.xml
index 4d0e520eb..9559413e3 100644
--- a/bpdm-gate-api/pom.xml
+++ b/bpdm-gate-api/pom.xml
@@ -31,7 +31,7 @@
bpdm-parent
org.eclipse.tractusx
- 3.2.0
+ 3.2.1
diff --git a/bpdm-gate/pom.xml b/bpdm-gate/pom.xml
index 3358a23cb..1d39d66ca 100644
--- a/bpdm-gate/pom.xml
+++ b/bpdm-gate/pom.xml
@@ -31,7 +31,7 @@
org.eclipse.tractusx
bpdm-parent
- 3.2.0
+ 3.2.1
diff --git a/bpdm-pool-api/pom.xml b/bpdm-pool-api/pom.xml
index 09e8550b5..e5f6c997b 100644
--- a/bpdm-pool-api/pom.xml
+++ b/bpdm-pool-api/pom.xml
@@ -31,7 +31,7 @@
org.eclipse.tractusx
bpdm-parent
- 3.2.0
+ 3.2.1
diff --git a/bpdm-pool/pom.xml b/bpdm-pool/pom.xml
index a453cf243..636744a22 100644
--- a/bpdm-pool/pom.xml
+++ b/bpdm-pool/pom.xml
@@ -31,7 +31,7 @@
org.eclipse.tractusx
bpdm-parent
- 3.2.0
+ 3.2.1
diff --git a/docs/api/gate.json b/docs/api/gate.json
index 49117cc45..8f88563e7 100644
--- a/docs/api/gate.json
+++ b/docs/api/gate.json
@@ -3,7 +3,7 @@
"info": {
"title": "Business Partner Data Management Gate",
"description": "A gate for a member to share business partner data with CatenaX",
- "version": "3.2.0"
+ "version": "3.2.1"
},
"servers": [
{
diff --git a/docs/api/gate.yaml b/docs/api/gate.yaml
index 9fe838a11..2f02d9bc3 100644
--- a/docs/api/gate.yaml
+++ b/docs/api/gate.yaml
@@ -2,7 +2,7 @@ openapi: 3.0.1
info:
title: Business Partner Data Management Gate
description: A gate for a member to share business partner data with CatenaX
- version: 3.2.0
+ version: 3.2.1
servers:
- url: http://localhost:8081
description: Generated server url
diff --git a/docs/api/pool.json b/docs/api/pool.json
index f43498d3a..847070daa 100644
--- a/docs/api/pool.json
+++ b/docs/api/pool.json
@@ -3,7 +3,7 @@
"info": {
"title": "Business Partner Data Management Pool",
"description": "Service that manages and shares business partner data with other CatenaX services",
- "version": "3.2.0"
+ "version": "3.2.1"
},
"servers": [
{
diff --git a/docs/api/pool.yaml b/docs/api/pool.yaml
index 7a953a76c..f5370baf0 100644
--- a/docs/api/pool.yaml
+++ b/docs/api/pool.yaml
@@ -2,7 +2,7 @@ openapi: 3.0.1
info:
title: Business Partner Data Management Pool
description: Service that manages and shares business partner data with other CatenaX services
- version: 3.2.0
+ version: 3.2.1
servers:
- url: http://localhost:8080
description: Generated server url
diff --git a/pom.xml b/pom.xml
index 446f12f1c..0b088f296 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
bpdm-parent
Business Partner Data Management Parent
Parent pom of Business Partner Data Management
- 3.2.0
+ 3.2.1
pom
@@ -133,6 +133,12 @@
spring-expression
6.0.8
+
+
+ org.springframework
+ spring-core
+ 6.0.8
+
com.github.tomakehurst
wiremock-jre8-standalone