You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2018/11/29 16:07:16 UTC

[syncope] branch 2_0_X updated: Upgrading Spring Security

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_0_X by this push:
     new d4fbee1  Upgrading Spring Security
d4fbee1 is described below

commit d4fbee1aec260990210f50c3de6bf5d0a63243a9
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Nov 29 16:53:28 2018 +0100

    Upgrading Spring Security
---
 .../apache/syncope/common/rest/api/service/UserWorkflowService.java    | 3 +--
 pom.xml                                                                | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/common/rest-api/src/main/java/org/apache/syncope/common/rest/api/service/UserWorkflowService.java b/common/rest-api/src/main/java/org/apache/syncope/common/rest/api/service/UserWorkflowService.java
index 47cd160..cb42dbf 100644
--- a/common/rest-api/src/main/java/org/apache/syncope/common/rest/api/service/UserWorkflowService.java
+++ b/common/rest-api/src/main/java/org/apache/syncope/common/rest/api/service/UserWorkflowService.java
@@ -41,8 +41,7 @@ import org.apache.syncope.common.rest.api.beans.WorkflowFormQuery;
  * REST operations related to user workflow.
  */
 @Api(tags = "UserWorkflow", authorizations = {
-    @Authorization(value = "BasicAuthentication")
-    ,
+    @Authorization(value = "BasicAuthentication"),
     @Authorization(value = "Bearer") })
 @Path("userworkflow")
 public interface UserWorkflowService extends JAXRSService {
diff --git a/pom.xml b/pom.xml
index 7619504..269b79a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -394,7 +394,7 @@ under the License.
     <jackson.version>2.9.7</jackson.version>
 
     <spring.version>4.3.20.RELEASE</spring.version>
-    <spring-security.version>4.2.9.RELEASE</spring-security.version>
+    <spring-security.version>4.2.10.RELEASE</spring-security.version>
 
     <openjpa.version>2.4.3</openjpa.version>
     <hikaricp.version>2.4.13</hikaricp.version>