summaryrefslogtreecommitdiffstats
path: root/mod/runtimeapi/runtime-web/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mod/runtimeapi/runtime-web/pom.xml')
-rw-r--r--mod/runtimeapi/runtime-web/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/runtimeapi/runtime-web/pom.xml b/mod/runtimeapi/runtime-web/pom.xml
index c19c29e..722c36a 100644
--- a/mod/runtimeapi/runtime-web/pom.xml
+++ b/mod/runtimeapi/runtime-web/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
<version>1.0.1</version>
</parent>
<artifactId>runtime-web</artifactId>
- <version>1.0.3-SNAPSHOT</version>
+ <version>1.0.4-SNAPSHOT</version>
<packaging>jar</packaging>
<name>runtime-web</name>
<description>MOD Runtime Web Module</description>
@@ -64,12 +64,12 @@ limitations under the License.
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger2</artifactId>
- <version>2.9.2</version>
+ <version>2.10.5</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
- <version>2.9.2</version>
+ <version>2.10.5</version>
</dependency>
<dependency>
<groupId>org.json</groupId>