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 2015/10/20 14:58:38 UTC

syncope git commit: Upgrading swagger-jaxrs

Repository: syncope
Updated Branches:
  refs/heads/master f8d46d3cf -> c5923de5a


Upgrading swagger-jaxrs


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/c5923de5
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/c5923de5
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/c5923de5

Branch: refs/heads/master
Commit: c5923de5a113dd7c8b0aa556fc98b2b3481aba87
Parents: f8d46d3
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Oct 20 14:57:27 2015 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Oct 20 14:58:18 2015 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/c5923de5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b7ee843..059c4ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -505,7 +505,7 @@ under the License.
       <dependency>
         <groupId>io.swagger</groupId>
         <artifactId>swagger-jaxrs</artifactId>
-        <version>1.5.3</version>
+        <version>1.5.4</version>
         <exclusions>
           <exclusion>
             <groupId>javax.ws.rs</groupId>