diff --git a/components/org.wso2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth/action/PreIssueAccessTokenResponseProcessor.java b/components/org.wso2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth/action/PreIssueAccessTokenResponseProcessor.java
index 2b6d915718..f56fa00b26 100644
--- a/components/org.wso2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth/action/PreIssueAccessTokenResponseProcessor.java
+++ b/components/org.wso2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth/action/PreIssueAccessTokenResponseProcessor.java
@@ -133,7 +133,7 @@ private void logOperationExecutionResults(ActionType actionType,
ActionExecutionLogConstants.ActionIDs.EXECUTE_ACTION_OPERATIONS);
diagLogBuilder
.inputParam("executed operations", operationDetailsList.isEmpty() ? "empty" : operationDetailsList)
- .resultMessage("Allowed operations are executed for " + actionType + " action.")
+ .resultMessage("Allowed operations are executed for " + actionType.getDisplayName() + " action.")
.logDetailLevel(DiagnosticLog.LogDetailLevel.APPLICATION)
.resultStatus(DiagnosticLog.ResultStatus.SUCCESS)
.build();
diff --git a/pom.xml b/pom.xml
index 4b08c66a4e..33a011c436 100644
--- a/pom.xml
+++ b/pom.xml
@@ -939,7 +939,7 @@
[1.0.1, 2.0.0)
- 7.5.75
+ 7.5.86
[5.25.234, 8.0.0)