diff --git a/modules/integration/tests-integration/src/test/resources/payloads/user-response-payloads.json b/modules/integration/tests-integration/src/test/resources/payloads/user-response-payloads.json
index b27f0abd..dd426c92 100644
--- a/modules/integration/tests-integration/src/test/resources/payloads/user-response-payloads.json
+++ b/modules/integration/tests-integration/src/test/resources/payloads/user-response-payloads.json
@@ -1,9 +1,10 @@
{
"POST": {
- "username":"PRIMARY/username123",
+ "basicUserInfo" : {"username":"PRIMARY/username123",
"firstname":"userfirstname",
"lastname":"userlastname",
- "emailAddress":"user123@gmail.com"
+ "emailAddress":"user123@gmail.com"},
+ "message":"Mail Server is not configured. Email invitation will not be sent."
},
"PUT": {
"username":"username123",
diff --git a/pom.xml b/pom.xml
index 39ca9b5d..a9e8ab09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1517,7 +1517,7 @@
4.7.8
- 3.0.103
+ 3.0.106
[3.0.0, 4.0.0)