This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/2_1_X by this push:
new ff702e2 Upgrading cargo-maven2-plugin, Tomcat, Swagger UI, Groovy and
Flowable
ff702e2 is described below
commit ff702e2c762d26eaa13d4fbebd00695ab61261b0
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Jul 18 12:06:44 2019 +0200
Upgrading cargo-maven2-plugin, Tomcat, Swagger UI, Groovy and Flowable
---
.../src/main/resources/META-INF/resources/swagger/index.html | 4 ++--
pom.xml | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git
a/ext/swagger-ui/src/main/resources/META-INF/resources/swagger/index.html
b/ext/swagger-ui/src/main/resources/META-INF/resources/swagger/index.html
index 4bc87ee..f8a8209 100644
--- a/ext/swagger-ui/src/main/resources/META-INF/resources/swagger/index.html
+++ b/ext/swagger-ui/src/main/resources/META-INF/resources/swagger/index.html
@@ -57,8 +57,7 @@ under the License.
<script src="./swagger-ui-standalone-preset.js"> </script>
<script>
window.onload = function() {
-
- // Build a system
+ // Begin Swagger UI call region
const ui = SwaggerUIBundle({
// <ApacheSyncope>
urls: [{
@@ -81,6 +80,7 @@ under the License.
],
layout: "StandaloneLayout"
})
+ // End Swagger UI call region
window.ui = ui
}
diff --git a/pom.xml b/pom.xml
index b12375b..8fd8e76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -406,9 +406,9 @@ under the License.
<cocoon.version>3.0.0-alpha-3</cocoon.version>
- <groovy.version>3.0.0-beta-1</groovy.version>
+ <groovy.version>3.0.0-beta-2</groovy.version>
- <flowable.version>6.4.1</flowable.version>
+ <flowable.version>6.4.2</flowable.version>
<camel.version>2.24.0</camel.version>
@@ -444,7 +444,7 @@ under the License.
<log.directory>${project.build.directory}/log</log.directory>
<swagger-core.version>2.0.8</swagger-core.version>
- <swagger-ui.version>3.22.2</swagger-ui.version>
+ <swagger-ui.version>3.23.0</swagger-ui.version>
<guava.version>20.0</guava.version>
<jquery.version>3.3.1-1</jquery.version>
@@ -518,7 +518,7 @@ under the License.
<cargo.log>${log.directory}/cargo.log</cargo.log>
<cargo.output>${log.directory}/cargo-output.log</cargo.output>
- <tomcat.version>9.0.21</tomcat.version>
+ <tomcat.version>9.0.22</tomcat.version>
<nodejs.version>v8.11.4</nodejs.version>
<protractor.version>5.4.0</protractor.version>
@@ -1983,7 +1983,7 @@ under the License.
<plugin>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven2-plugin</artifactId>
- <version>1.7.5</version>
+ <version>1.7.6</version>
<configuration>
<container>
<containerId>tomcat9x</containerId>