You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2016/07/14 10:43:48 UTC

[15/38] isis git commit: ISIS-1353: updates swagger-core from 1.5.5 to 1.5.9

ISIS-1353: updates swagger-core from 1.5.5 to 1.5.9

            <dependency>
                <groupId>io.swagger</groupId>
                <artifactId>swagger-core</artifactId>
                <version>${swagger-core.version}</version>
                <exclusions>
                    <exclusion>
                        <groupId>org.apache.commons</groupId>
                        <artifactId>commons-lang3</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>


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

Branch: refs/heads/master
Commit: 839bd775cdae862d8aa11d4ce6b39cbd4fc77e7a
Parents: 7a84dfc
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Jul 13 06:41:51 2016 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Jul 13 06:41:51 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/isis/blob/839bd775/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 626a28e..92437eb 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -127,7 +127,7 @@
 
         <jackson.version>2.8.0</jackson.version>
         <gson.version>2.7</gson.version>
-        <swagger-core.version>1.5.5</swagger-core.version>
+        <swagger-core.version>1.5.9</swagger-core.version>
         <swagger-ui.version>2.1.3</swagger-ui.version>
         <webjars-servlet-2.x.version>1.4</webjars-servlet-2.x.version>