diff --git a/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/identity/integration/test/rest/api/server/identity/governance/v1/IdentityGovernanceSuccessTest.java b/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/identity/integration/test/rest/api/server/identity/governance/v1/IdentityGovernanceSuccessTest.java index 1ac773f9e9a..7ef13926e84 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/identity/integration/test/rest/api/server/identity/governance/v1/IdentityGovernanceSuccessTest.java +++ b/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/identity/integration/test/rest/api/server/identity/governance/v1/IdentityGovernanceSuccessTest.java @@ -55,7 +55,7 @@ public class IdentityGovernanceSuccessTest extends IdentityGovernanceTestBase { private static final String CATEGORY_ACCOUNT_MANAGEMENT_PROPERTIES = "QWNjb3VudCBNYW5hZ2VtZW50"; private static final String CONNECTOR_LOCK_IDLE_ACCOUNTS = "c3VzcGVuc2lvbi5ub3RpZmljYXRpb24"; private static final String CATEGORY_PASSWORD_POLICIES = "UGFzc3dvcmQgUG9saWNpZXM"; - private static final String CONNECTOR_PASSWORD_EXPIRY = "cGFzc3dvcmRFeHBpcnlWMg"; + private static final String CONNECTOR_PASSWORD_EXPIRY = "cGFzc3dvcmRFeHBpcnk"; private static final String CONNECTOR_PASSWORD_HISTORY = "cGFzc3dvcmRIaXN0b3J5"; private Map categories; private static List connectors; diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/org/wso2/identity/integration/test/rest/api/server/identity/governance/v1/update-multiple-connector-properties.json b/modules/integration/tests-integration/tests-backend/src/test/resources/org/wso2/identity/integration/test/rest/api/server/identity/governance/v1/update-multiple-connector-properties.json index cee6d3bdd6a..7fd22fc8c3f 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/org/wso2/identity/integration/test/rest/api/server/identity/governance/v1/update-multiple-connector-properties.json +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/org/wso2/identity/integration/test/rest/api/server/identity/governance/v1/update-multiple-connector-properties.json @@ -8,7 +8,7 @@ ] }, { - "id": "cGFzc3dvcmRFeHBpcnlWMg", + "id": "cGFzc3dvcmRFeHBpcnk", "properties":[ {"name":"passwordExpiry.enablePasswordExpiry","value":"true"}, {"name":"passwordExpiry.passwordExpiryInDays","value":"20"} diff --git a/pom.xml b/pom.xml index bfd3b4d18c3..8958bb9e126 100755 --- a/pom.xml +++ b/pom.xml @@ -2324,7 +2324,7 @@ 2.5.2 - 1.8.84 + 1.8.87 5.8.5