Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save flowersinthesand/54af6e685ab15dc7d22a32332faa81ed to your computer and use it in GitHub Desktop.
Save flowersinthesand/54af6e685ab15dc7d22a32332faa81ed to your computer and use it in GitHub Desktop.
[INFO] Scanning for projects...
[WARNING] The project io.cettia.asity:asity-parent:pom:3.0.0-Beta1-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Asity [pom]
[INFO] Asity/Action [jar]
[INFO] Asity/HTTP [jar]
[INFO] Asity/WebSocket [jar]
[INFO] Asity/Test [jar]
[INFO] Asity/Bridge/Atmosphere 2 [jar]
[INFO] Asity/Bridge/Grizzly 2 [jar]
[INFO] Asity/Bridge/Java WebSocket API 1 [jar]
[INFO] Asity/Bridge/Netty 4 [jar]
[INFO] Asity/Bridge/Servlet 3 [jar]
[INFO] Asity/Bridge/Spring WebFlux 5 [jar]
[INFO] Asity/Bridge/Spring Web MVC 4 [jar]
[INFO] Asity/Bridge/Vert.x 2 [jar]
[INFO] Asity/Bridge/Vert.x 3 [jar]
[INFO] Asity/Example [jar]
[INFO] Asity/Example/Atmosphere 2 [war]
[INFO] Asity/Example/Grizzly 2 [jar]
[INFO] Asity/Example/Java WebSocket API 1 [war]
[INFO] Asity/Example/Netty 4 [jar]
[INFO] Asity/Example/Servlet 3 [war]
[INFO] Asity/Example/Spring WebFlux 5 [jar]
[INFO] Asity/Example/Spring Web MVC 4 [war]
[INFO] Asity/Example/Vert.x 2 [jar]
[INFO] Asity/Example/Vert.x 3 [jar]
[INFO]
[INFO] --------------------< io.cettia.asity:asity-parent >--------------------
[INFO] Building Asity 3.0.0-Beta1-SNAPSHOT [1/24]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default-cli) @ asity-parent ---
[INFO]
[INFO] All plugins with a version specified are using the latest versions.
[INFO]
[WARNING] The following plugins do not have their version specified:
[WARNING] maven-clean-plugin ........................ (from super-pom) 3.0.0
[WARNING] maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING] maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING] maven-site-plugin ........................... (from super-pom) 3.6
[INFO]
[INFO] Project defines minimum Maven version as: 3.0
[INFO] Plugins require minimum Maven version of: 3.0
[INFO] Note: the super-pom from Maven 3.5.3 defines some of the plugin
[INFO] versions and may be influencing the plugins required minimum Maven
[INFO] version.
[INFO]
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default-cli) @ asity-parent ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO] junit:junit ...................................... 4.12 -> 4.13-beta-3
[INFO] net.jodah:concurrentunit .............................. 0.4.3 -> 0.4.4
[INFO] org.eclipse.jetty:jetty-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:javax-websocket-server-impl ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.slf4j:slf4j-api ........................... 1.7.25 -> 2.0.0-alpha0
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-property-updates (default-cli) @ asity-parent ---
[INFO]
[INFO] The following version property updates are available:
[INFO] ${slf4j.version} ............................. 1.7.25 -> 2.0.0-alpha0
[INFO] ${jetty.version} ............... 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] ${logback.version} ............................ 1.2.3 -> 1.3.0-alpha4
[INFO]
[INFO]
[INFO] --------------------< io.cettia.asity:asity-action >--------------------
[INFO] Building Asity/Action 3.0.0-Beta1-SNAPSHOT [2/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default-cli) @ asity-action ---
[INFO]
[INFO] All plugins with a version specified are using the latest versions.
[INFO]
[WARNING] The following plugins do not have their version specified:
[WARNING] maven-clean-plugin ........................ (from super-pom) 3.0.0
[WARNING] maven-compiler-plugin ..................... (from super-pom) 3.6.1
[WARNING] maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING] maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING] maven-jar-plugin .......................... (from super-pom) 3.0.2
[WARNING] maven-resources-plugin .................... (from super-pom) 3.0.2
[WARNING] maven-site-plugin ........................... (from super-pom) 3.6
[WARNING] maven-surefire-plugin ...................... (from super-pom) 2.20
[INFO]
[INFO] Project inherits minimum Maven version as: 3.0
[INFO] Plugins require minimum Maven version of: 3.0
[INFO] Note: the super-pom from Maven 3.5.3 defines some of the plugin
[INFO] versions and may be influencing the plugins required minimum Maven
[INFO] version.
[INFO]
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default-cli) @ asity-action ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO] junit:junit ...................................... 4.12 -> 4.13-beta-3
[INFO] net.jodah:concurrentunit .............................. 0.4.3 -> 0.4.4
[INFO] org.eclipse.jetty:jetty-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:javax-websocket-server-impl ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.slf4j:slf4j-api ........................... 1.7.25 -> 2.0.0-alpha0
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-property-updates (default-cli) @ asity-action ---
[INFO]
[INFO] This project does not have any properties associated with versions.
[INFO]
[INFO]
[INFO] ---------------------< io.cettia.asity:asity-http >---------------------
[INFO] Building Asity/HTTP 3.0.0-Beta1-SNAPSHOT [3/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default-cli) @ asity-http ---
[INFO]
[INFO] All plugins with a version specified are using the latest versions.
[INFO]
[WARNING] The following plugins do not have their version specified:
[WARNING] maven-clean-plugin ........................ (from super-pom) 3.0.0
[WARNING] maven-compiler-plugin ..................... (from super-pom) 3.6.1
[WARNING] maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING] maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING] maven-jar-plugin .......................... (from super-pom) 3.0.2
[WARNING] maven-resources-plugin .................... (from super-pom) 3.0.2
[WARNING] maven-site-plugin ........................... (from super-pom) 3.6
[WARNING] maven-surefire-plugin ...................... (from super-pom) 2.20
[INFO]
[INFO] Project inherits minimum Maven version as: 3.0
[INFO] Plugins require minimum Maven version of: 3.0
[INFO] Note: the super-pom from Maven 3.5.3 defines some of the plugin
[INFO] versions and may be influencing the plugins required minimum Maven
[INFO] version.
[INFO]
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default-cli) @ asity-http ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO] junit:junit ...................................... 4.12 -> 4.13-beta-3
[INFO] net.jodah:concurrentunit .............................. 0.4.3 -> 0.4.4
[INFO] org.eclipse.jetty:jetty-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:javax-websocket-server-impl ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.slf4j:slf4j-api ........................... 1.7.25 -> 2.0.0-alpha0
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-property-updates (default-cli) @ asity-http ---
[INFO]
[INFO] This project does not have any properties associated with versions.
[INFO]
[INFO]
[INFO] ------------------< io.cettia.asity:asity-websocket >-------------------
[INFO] Building Asity/WebSocket 3.0.0-Beta1-SNAPSHOT [4/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default-cli) @ asity-websocket ---
[INFO]
[INFO] All plugins with a version specified are using the latest versions.
[INFO]
[WARNING] The following plugins do not have their version specified:
[WARNING] maven-clean-plugin ........................ (from super-pom) 3.0.0
[WARNING] maven-compiler-plugin ..................... (from super-pom) 3.6.1
[WARNING] maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING] maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING] maven-jar-plugin .......................... (from super-pom) 3.0.2
[WARNING] maven-resources-plugin .................... (from super-pom) 3.0.2
[WARNING] maven-site-plugin ........................... (from super-pom) 3.6
[WARNING] maven-surefire-plugin ...................... (from super-pom) 2.20
[INFO]
[INFO] Project inherits minimum Maven version as: 3.0
[INFO] Plugins require minimum Maven version of: 3.0
[INFO] Note: the super-pom from Maven 3.5.3 defines some of the plugin
[INFO] versions and may be influencing the plugins required minimum Maven
[INFO] version.
[INFO]
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default-cli) @ asity-websocket ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO] junit:junit ...................................... 4.12 -> 4.13-beta-3
[INFO] net.jodah:concurrentunit .............................. 0.4.3 -> 0.4.4
[INFO] org.eclipse.jetty:jetty-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:javax-websocket-server-impl ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.slf4j:slf4j-api ........................... 1.7.25 -> 2.0.0-alpha0
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-property-updates (default-cli) @ asity-websocket ---
[INFO]
[INFO] This project does not have any properties associated with versions.
[INFO]
[INFO]
[INFO] ---------------------< io.cettia.asity:asity-test >---------------------
[INFO] Building Asity/Test 3.0.0-Beta1-SNAPSHOT [5/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default-cli) @ asity-test ---
[INFO]
[INFO] All plugins with a version specified are using the latest versions.
[INFO]
[WARNING] The following plugins do not have their version specified:
[WARNING] maven-clean-plugin ........................ (from super-pom) 3.0.0
[WARNING] maven-compiler-plugin ..................... (from super-pom) 3.6.1
[WARNING] maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING] maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING] maven-jar-plugin .......................... (from super-pom) 3.0.2
[WARNING] maven-resources-plugin .................... (from super-pom) 3.0.2
[WARNING] maven-site-plugin ........................... (from super-pom) 3.6
[WARNING] maven-surefire-plugin ...................... (from super-pom) 2.20
[INFO]
[INFO] Project inherits minimum Maven version as: 3.0
[INFO] Plugins require minimum Maven version of: 3.0
[INFO] Note: the super-pom from Maven 3.5.3 defines some of the plugin
[INFO] versions and may be influencing the plugins required minimum Maven
[INFO] version.
[INFO]
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default-cli) @ asity-test ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO] junit:junit ...................................... 4.12 -> 4.13-beta-3
[INFO] net.jodah:concurrentunit .............................. 0.4.3 -> 0.4.4
[INFO] org.eclipse.jetty:jetty-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:javax-websocket-server-impl ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.slf4j:slf4j-api ........................... 1.7.25 -> 2.0.0-alpha0
[INFO]
[INFO] The following dependencies in Dependencies have newer versions:
[INFO] junit:junit ...................................... 4.12 -> 4.13-beta-3
[INFO] net.jodah:concurrentunit .............................. 0.4.3 -> 0.4.4
[INFO] org.eclipse.jetty:jetty-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-property-updates (default-cli) @ asity-test ---
[INFO]
[INFO] This project does not have any properties associated with versions.
[INFO]
[INFO]
[INFO] --------------< io.cettia.asity:asity-bridge-atmosphere2 >--------------
[INFO] Building Asity/Bridge/Atmosphere 2 3.0.0-Beta1-SNAPSHOT [6/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default-cli) @ asity-bridge-atmosphere2 ---
[INFO]
[INFO] All plugins with a version specified are using the latest versions.
[INFO]
[WARNING] The following plugins do not have their version specified:
[WARNING] maven-clean-plugin ........................ (from super-pom) 3.0.0
[WARNING] maven-compiler-plugin ..................... (from super-pom) 3.6.1
[WARNING] maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING] maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING] maven-jar-plugin .......................... (from super-pom) 3.0.2
[WARNING] maven-resources-plugin .................... (from super-pom) 3.0.2
[WARNING] maven-site-plugin ........................... (from super-pom) 3.6
[WARNING] maven-surefire-plugin ...................... (from super-pom) 2.20
[INFO]
[INFO] Project inherits minimum Maven version as: 3.0
[INFO] Plugins require minimum Maven version of: 3.0
[INFO] Note: the super-pom from Maven 3.5.3 defines some of the plugin
[INFO] versions and may be influencing the plugins required minimum Maven
[INFO] version.
[INFO]
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default-cli) @ asity-bridge-atmosphere2 ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO] junit:junit ...................................... 4.12 -> 4.13-beta-3
[INFO] net.jodah:concurrentunit .............................. 0.4.3 -> 0.4.4
[INFO] org.eclipse.jetty:jetty-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:javax-websocket-server-impl ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.slf4j:slf4j-api ........................... 1.7.25 -> 2.0.0-alpha0
[INFO]
[INFO] artifact javax.servlet:javax.servlet-api: checking for updates from central
[INFO] artifact org.atmosphere:atmosphere-runtime: checking for updates from central
[INFO] The following dependencies in Dependencies have newer versions:
[INFO] javax.servlet:javax.servlet-api ....................... 3.1.0 -> 4.0.1
[INFO] org.atmosphere:atmosphere-runtime ............. 2.4.24 -> 3.0.0-alpha2
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-property-updates (default-cli) @ asity-bridge-atmosphere2 ---
[INFO]
[INFO] This project does not have any properties associated with versions.
[INFO]
[INFO]
[INFO] ---------------< io.cettia.asity:asity-bridge-grizzly2 >----------------
[INFO] Building Asity/Bridge/Grizzly 2 3.0.0-Beta1-SNAPSHOT [7/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default-cli) @ asity-bridge-grizzly2 ---
[INFO]
[INFO] All plugins with a version specified are using the latest versions.
[INFO]
[WARNING] The following plugins do not have their version specified:
[WARNING] maven-clean-plugin ........................ (from super-pom) 3.0.0
[WARNING] maven-compiler-plugin ..................... (from super-pom) 3.6.1
[WARNING] maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING] maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING] maven-jar-plugin .......................... (from super-pom) 3.0.2
[WARNING] maven-resources-plugin .................... (from super-pom) 3.0.2
[WARNING] maven-site-plugin ........................... (from super-pom) 3.6
[WARNING] maven-surefire-plugin ...................... (from super-pom) 2.20
[INFO]
[INFO] Project inherits minimum Maven version as: 3.0
[INFO] Plugins require minimum Maven version of: 3.0
[INFO] Note: the super-pom from Maven 3.5.3 defines some of the plugin
[INFO] versions and may be influencing the plugins required minimum Maven
[INFO] version.
[INFO]
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default-cli) @ asity-bridge-grizzly2 ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO] junit:junit ...................................... 4.12 -> 4.13-beta-3
[INFO] net.jodah:concurrentunit .............................. 0.4.3 -> 0.4.4
[INFO] org.eclipse.jetty:jetty-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:javax-websocket-server-impl ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.slf4j:slf4j-api ........................... 1.7.25 -> 2.0.0-alpha0
[INFO]
[INFO] artifact org.glassfish.grizzly:grizzly-http-server: checking for updates from central
[INFO] artifact org.glassfish.grizzly:grizzly-http-servlet: checking for updates from central
[INFO] artifact org.glassfish.grizzly:grizzly-websockets: checking for updates from central
[INFO] The following dependencies in Dependencies have newer versions:
[INFO] javax.servlet:javax.servlet-api ....................... 3.1.0 -> 4.0.1
[INFO] org.glassfish.grizzly:grizzly-http-server ............ 2.3.35 -> 2.4.4
[INFO] org.glassfish.grizzly:grizzly-http-servlet ........... 2.3.35 -> 2.4.4
[INFO] org.glassfish.grizzly:grizzly-websockets ............. 2.3.35 -> 2.4.4
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-property-updates (default-cli) @ asity-bridge-grizzly2 ---
[INFO]
[INFO] This project does not have any properties associated with versions.
[INFO]
[INFO]
[INFO] -----------------< io.cettia.asity:asity-bridge-jwa1 >------------------
[INFO] Building Asity/Bridge/Java WebSocket API 1 3.0.0-Beta1-SNAPSHOT [8/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default-cli) @ asity-bridge-jwa1 ---
[INFO]
[INFO] All plugins with a version specified are using the latest versions.
[INFO]
[WARNING] The following plugins do not have their version specified:
[WARNING] maven-clean-plugin ........................ (from super-pom) 3.0.0
[WARNING] maven-compiler-plugin ..................... (from super-pom) 3.6.1
[WARNING] maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING] maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING] maven-jar-plugin .......................... (from super-pom) 3.0.2
[WARNING] maven-resources-plugin .................... (from super-pom) 3.0.2
[WARNING] maven-site-plugin ........................... (from super-pom) 3.6
[WARNING] maven-surefire-plugin ...................... (from super-pom) 2.20
[INFO]
[INFO] Project inherits minimum Maven version as: 3.0
[INFO] Plugins require minimum Maven version of: 3.0
[INFO] Note: the super-pom from Maven 3.5.3 defines some of the plugin
[INFO] versions and may be influencing the plugins required minimum Maven
[INFO] version.
[INFO]
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default-cli) @ asity-bridge-jwa1 ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO] junit:junit ...................................... 4.12 -> 4.13-beta-3
[INFO] net.jodah:concurrentunit .............................. 0.4.3 -> 0.4.4
[INFO] org.eclipse.jetty:jetty-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:javax-websocket-server-impl ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.slf4j:slf4j-api ........................... 1.7.25 -> 2.0.0-alpha0
[INFO]
[INFO] artifact javax.websocket:javax.websocket-api: checking for updates from central
[INFO] No dependencies in Dependencies have newer versions.
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-property-updates (default-cli) @ asity-bridge-jwa1 ---
[INFO]
[INFO] This project does not have any properties associated with versions.
[INFO]
[INFO]
[INFO] ----------------< io.cettia.asity:asity-bridge-netty4 >-----------------
[INFO] Building Asity/Bridge/Netty 4 3.0.0-Beta1-SNAPSHOT [9/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default-cli) @ asity-bridge-netty4 ---
[INFO]
[INFO] All plugins with a version specified are using the latest versions.
[INFO]
[WARNING] The following plugins do not have their version specified:
[WARNING] maven-clean-plugin ........................ (from super-pom) 3.0.0
[WARNING] maven-compiler-plugin ..................... (from super-pom) 3.6.1
[WARNING] maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING] maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING] maven-jar-plugin .......................... (from super-pom) 3.0.2
[WARNING] maven-resources-plugin .................... (from super-pom) 3.0.2
[WARNING] maven-site-plugin ........................... (from super-pom) 3.6
[WARNING] maven-surefire-plugin ...................... (from super-pom) 2.20
[INFO]
[INFO] Project inherits minimum Maven version as: 3.0
[INFO] Plugins require minimum Maven version of: 3.0
[INFO] Note: the super-pom from Maven 3.5.3 defines some of the plugin
[INFO] versions and may be influencing the plugins required minimum Maven
[INFO] version.
[INFO]
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default-cli) @ asity-bridge-netty4 ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO] junit:junit ...................................... 4.12 -> 4.13-beta-3
[INFO] net.jodah:concurrentunit .............................. 0.4.3 -> 0.4.4
[INFO] org.eclipse.jetty:jetty-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:javax-websocket-server-impl ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.slf4j:slf4j-api ........................... 1.7.25 -> 2.0.0-alpha0
[INFO]
[INFO] artifact io.netty:netty-handler: checking for updates from central
[INFO] artifact io.netty:netty-codec-http: checking for updates from central
[INFO] The following dependencies in Dependencies have newer versions:
[INFO] io.netty:netty-codec-http ............... 4.1.25.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-handler .................. 4.1.25.Final -> 5.0.0.Alpha2
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-property-updates (default-cli) @ asity-bridge-netty4 ---
[INFO]
[INFO] This project does not have any properties associated with versions.
[INFO]
[INFO]
[INFO] ---------------< io.cettia.asity:asity-bridge-servlet3 >----------------
[INFO] Building Asity/Bridge/Servlet 3 3.0.0-Beta1-SNAPSHOT [10/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default-cli) @ asity-bridge-servlet3 ---
[INFO]
[INFO] All plugins with a version specified are using the latest versions.
[INFO]
[WARNING] The following plugins do not have their version specified:
[WARNING] maven-clean-plugin ........................ (from super-pom) 3.0.0
[WARNING] maven-compiler-plugin ..................... (from super-pom) 3.6.1
[WARNING] maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING] maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING] maven-jar-plugin .......................... (from super-pom) 3.0.2
[WARNING] maven-resources-plugin .................... (from super-pom) 3.0.2
[WARNING] maven-site-plugin ........................... (from super-pom) 3.6
[WARNING] maven-surefire-plugin ...................... (from super-pom) 2.20
[INFO]
[INFO] Project inherits minimum Maven version as: 3.0
[INFO] Plugins require minimum Maven version of: 3.0
[INFO] Note: the super-pom from Maven 3.5.3 defines some of the plugin
[INFO] versions and may be influencing the plugins required minimum Maven
[INFO] version.
[INFO]
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default-cli) @ asity-bridge-servlet3 ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO] junit:junit ...................................... 4.12 -> 4.13-beta-3
[INFO] net.jodah:concurrentunit .............................. 0.4.3 -> 0.4.4
[INFO] org.eclipse.jetty:jetty-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:javax-websocket-server-impl ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.slf4j:slf4j-api ........................... 1.7.25 -> 2.0.0-alpha0
[INFO]
[INFO] The following dependencies in Dependencies have newer versions:
[INFO] javax.servlet:javax.servlet-api ....................... 3.1.0 -> 4.0.1
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-property-updates (default-cli) @ asity-bridge-servlet3 ---
[INFO]
[INFO] This project does not have any properties associated with versions.
[INFO]
[INFO]
[INFO] ------------< io.cettia.asity:asity-bridge-spring-webflux5 >------------
[INFO] Building Asity/Bridge/Spring WebFlux 5 3.0.0-Beta1-SNAPSHOT [11/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default-cli) @ asity-bridge-spring-webflux5 ---
[INFO]
[INFO] All plugins with a version specified are using the latest versions.
[INFO]
[WARNING] The following plugins do not have their version specified:
[WARNING] maven-clean-plugin ........................ (from super-pom) 3.0.0
[WARNING] maven-compiler-plugin ..................... (from super-pom) 3.6.1
[WARNING] maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING] maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING] maven-jar-plugin .......................... (from super-pom) 3.0.2
[WARNING] maven-resources-plugin .................... (from super-pom) 3.0.2
[WARNING] maven-site-plugin ........................... (from super-pom) 3.6
[WARNING] maven-surefire-plugin ...................... (from super-pom) 2.20
[INFO]
[INFO] Project inherits minimum Maven version as: 3.0
[INFO] Plugins require minimum Maven version of: 3.0
[INFO] Note: the super-pom from Maven 3.5.3 defines some of the plugin
[INFO] versions and may be influencing the plugins required minimum Maven
[INFO] version.
[INFO]
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default-cli) @ asity-bridge-spring-webflux5 ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO] junit:junit ...................................... 4.12 -> 4.13-beta-3
[INFO] net.jodah:concurrentunit .............................. 0.4.3 -> 0.4.4
[INFO] org.eclipse.jetty:jetty-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:javax-websocket-server-impl ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.slf4j:slf4j-api ........................... 1.7.25 -> 2.0.0-alpha0
[INFO]
[INFO] artifact org.springframework:spring-webflux: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-webflux: checking for updates from central
[INFO] The following dependencies in Dependencies have newer versions:
[INFO] org.springframework:spring-webflux .... 5.0.6.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework.boot:spring-boot-starter ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-webflux ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-property-updates (default-cli) @ asity-bridge-spring-webflux5 ---
[INFO]
[INFO] This project does not have any properties associated with versions.
[INFO]
[INFO]
[INFO] ------------< io.cettia.asity:asity-bridge-spring-webmvc4 >-------------
[INFO] Building Asity/Bridge/Spring Web MVC 4 3.0.0-Beta1-SNAPSHOT [12/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default-cli) @ asity-bridge-spring-webmvc4 ---
[INFO]
[INFO] All plugins with a version specified are using the latest versions.
[INFO]
[WARNING] The following plugins do not have their version specified:
[WARNING] maven-clean-plugin ........................ (from super-pom) 3.0.0
[WARNING] maven-compiler-plugin ..................... (from super-pom) 3.6.1
[WARNING] maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING] maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING] maven-jar-plugin .......................... (from super-pom) 3.0.2
[WARNING] maven-resources-plugin .................... (from super-pom) 3.0.2
[WARNING] maven-site-plugin ........................... (from super-pom) 3.6
[WARNING] maven-surefire-plugin ...................... (from super-pom) 2.20
[INFO]
[INFO] Project inherits minimum Maven version as: 3.0
[INFO] Plugins require minimum Maven version of: 3.0
[INFO] Note: the super-pom from Maven 3.5.3 defines some of the plugin
[INFO] versions and may be influencing the plugins required minimum Maven
[INFO] version.
[INFO]
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default-cli) @ asity-bridge-spring-webmvc4 ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO] junit:junit ...................................... 4.12 -> 4.13-beta-3
[INFO] net.jodah:concurrentunit .............................. 0.4.3 -> 0.4.4
[INFO] org.eclipse.jetty:jetty-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:javax-websocket-server-impl ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.slf4j:slf4j-api ........................... 1.7.25 -> 2.0.0-alpha0
[INFO]
[INFO] artifact org.springframework:spring-webmvc: checking for updates from central
[INFO] artifact org.springframework:spring-websocket: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-web: checking for updates from central
[INFO] The following dependencies in Dependencies have newer versions:
[INFO] javax.servlet:javax.servlet-api ....................... 3.1.0 -> 4.0.1
[INFO] org.springframework:spring-webmvc .... 4.3.17.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-websocket ...
[INFO] 4.3.17.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework.boot:spring-boot-starter ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-web ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-property-updates (default-cli) @ asity-bridge-spring-webmvc4 ---
[INFO]
[INFO] This project does not have any properties associated with versions.
[INFO]
[INFO]
[INFO] ----------------< io.cettia.asity:asity-bridge-vertx2 >-----------------
[INFO] Building Asity/Bridge/Vert.x 2 3.0.0-Beta1-SNAPSHOT [13/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default-cli) @ asity-bridge-vertx2 ---
[INFO]
[INFO] All plugins with a version specified are using the latest versions.
[INFO]
[WARNING] The following plugins do not have their version specified:
[WARNING] maven-clean-plugin ........................ (from super-pom) 3.0.0
[WARNING] maven-compiler-plugin ..................... (from super-pom) 3.6.1
[WARNING] maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING] maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING] maven-jar-plugin .......................... (from super-pom) 3.0.2
[WARNING] maven-resources-plugin .................... (from super-pom) 3.0.2
[WARNING] maven-site-plugin ........................... (from super-pom) 3.6
[WARNING] maven-surefire-plugin ...................... (from super-pom) 2.20
[INFO]
[INFO] Project inherits minimum Maven version as: 3.0
[INFO] Plugins require minimum Maven version of: 3.0
[INFO] Note: the super-pom from Maven 3.5.3 defines some of the plugin
[INFO] versions and may be influencing the plugins required minimum Maven
[INFO] version.
[INFO]
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default-cli) @ asity-bridge-vertx2 ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO] junit:junit ...................................... 4.12 -> 4.13-beta-3
[INFO] net.jodah:concurrentunit .............................. 0.4.3 -> 0.4.4
[INFO] org.eclipse.jetty:jetty-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:javax-websocket-server-impl ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.slf4j:slf4j-api ........................... 1.7.25 -> 2.0.0-alpha0
[INFO]
[INFO] artifact io.vertx:vertx-core: checking for updates from central
[INFO] artifact io.vertx:vertx-platform: checking for updates from central
[INFO] The following dependencies in Dependencies have newer versions:
[INFO] io.vertx:vertx-core ................................... 2.1.6 -> 3.7.1
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-property-updates (default-cli) @ asity-bridge-vertx2 ---
[INFO]
[INFO] This project does not have any properties associated with versions.
[INFO]
[INFO]
[INFO] ----------------< io.cettia.asity:asity-bridge-vertx3 >-----------------
[INFO] Building Asity/Bridge/Vert.x 3 3.0.0-Beta1-SNAPSHOT [14/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default-cli) @ asity-bridge-vertx3 ---
[INFO]
[INFO] All plugins with a version specified are using the latest versions.
[INFO]
[WARNING] The following plugins do not have their version specified:
[WARNING] maven-clean-plugin ........................ (from super-pom) 3.0.0
[WARNING] maven-compiler-plugin ..................... (from super-pom) 3.6.1
[WARNING] maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING] maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING] maven-jar-plugin .......................... (from super-pom) 3.0.2
[WARNING] maven-resources-plugin .................... (from super-pom) 3.0.2
[WARNING] maven-site-plugin ........................... (from super-pom) 3.6
[WARNING] maven-surefire-plugin ...................... (from super-pom) 2.20
[INFO]
[INFO] Project inherits minimum Maven version as: 3.0
[INFO] Plugins require minimum Maven version of: 3.0
[INFO] Note: the super-pom from Maven 3.5.3 defines some of the plugin
[INFO] versions and may be influencing the plugins required minimum Maven
[INFO] version.
[INFO]
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default-cli) @ asity-bridge-vertx3 ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO] junit:junit ...................................... 4.12 -> 4.13-beta-3
[INFO] net.jodah:concurrentunit .............................. 0.4.3 -> 0.4.4
[INFO] org.eclipse.jetty:jetty-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:javax-websocket-server-impl ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.slf4j:slf4j-api ........................... 1.7.25 -> 2.0.0-alpha0
[INFO]
[INFO] The following dependencies in Dependencies have newer versions:
[INFO] io.vertx:vertx-core ................................... 3.5.1 -> 3.7.1
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-property-updates (default-cli) @ asity-bridge-vertx3 ---
[INFO]
[INFO] This project does not have any properties associated with versions.
[INFO]
[INFO]
[INFO] -------------------< io.cettia.asity:asity-example >--------------------
[INFO] Building Asity/Example 3.0.0-Beta1-SNAPSHOT [15/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default-cli) @ asity-example ---
[INFO] artifact org.codehaus.mojo:exec-maven-plugin: checking for updates from central
[INFO]
[INFO] All plugins with a version specified are using the latest versions.
[INFO]
[WARNING] The following plugins do not have their version specified:
[WARNING] maven-clean-plugin ........................ (from super-pom) 3.0.0
[WARNING] maven-compiler-plugin ..................... (from super-pom) 3.6.1
[WARNING] maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING] maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING] maven-jar-plugin .......................... (from super-pom) 3.0.2
[WARNING] maven-resources-plugin .................... (from super-pom) 3.0.2
[WARNING] maven-site-plugin ........................... (from super-pom) 3.6
[WARNING] maven-surefire-plugin ...................... (from super-pom) 2.20
[INFO]
[INFO] Project inherits minimum Maven version as: 3.0
[INFO] Plugins require minimum Maven version of: 3.0
[INFO] Note: the super-pom from Maven 3.5.3 defines some of the plugin
[INFO] versions and may be influencing the plugins required minimum Maven
[INFO] version.
[INFO]
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default-cli) @ asity-example ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO] junit:junit ...................................... 4.12 -> 4.13-beta-3
[INFO] net.jodah:concurrentunit .............................. 0.4.3 -> 0.4.4
[INFO] org.eclipse.jetty:jetty-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:javax-websocket-server-impl ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.slf4j:slf4j-api ........................... 1.7.25 -> 2.0.0-alpha0
[INFO]
[INFO] The following dependencies in Dependencies have newer versions:
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO] org.eclipse.jetty:jetty-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-property-updates (default-cli) @ asity-example ---
[INFO]
[INFO] This project does not have any properties associated with versions.
[INFO]
[INFO]
[INFO] -------------< io.cettia.asity:asity-example-atmosphere2 >--------------
[INFO] Building Asity/Example/Atmosphere 2 3.0.0-Beta1-SNAPSHOT [16/24]
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default-cli) @ asity-example-atmosphere2 ---
[INFO]
[INFO] All plugins with a version specified are using the latest versions.
[INFO]
[WARNING] The following plugins do not have their version specified:
[WARNING] maven-clean-plugin ........................ (from super-pom) 3.0.0
[WARNING] maven-compiler-plugin ..................... (from super-pom) 3.6.1
[WARNING] maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING] maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING] maven-resources-plugin .................... (from super-pom) 3.0.2
[WARNING] maven-site-plugin ........................... (from super-pom) 3.6
[WARNING] maven-surefire-plugin ...................... (from super-pom) 2.20
[WARNING] maven-war-plugin .......................... (from super-pom) 3.1.0
[INFO]
[INFO] Project inherits minimum Maven version as: 3.0
[INFO] Plugins require minimum Maven version of: 3.0
[INFO] Note: the super-pom from Maven 3.5.3 defines some of the plugin
[INFO] versions and may be influencing the plugins required minimum Maven
[INFO] version.
[INFO]
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default-cli) @ asity-example-atmosphere2 ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO] junit:junit ...................................... 4.12 -> 4.13-beta-3
[INFO] net.jodah:concurrentunit .............................. 0.4.3 -> 0.4.4
[INFO] org.eclipse.jetty:jetty-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:javax-websocket-server-impl ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.slf4j:slf4j-api ........................... 1.7.25 -> 2.0.0-alpha0
[INFO]
[INFO] The following dependencies in Dependencies have newer versions:
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO] javax.servlet:javax.servlet-api ....................... 3.1.0 -> 4.0.1
[INFO] org.atmosphere:atmosphere-runtime ............. 2.4.24 -> 3.0.0-alpha2
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-property-updates (default-cli) @ asity-example-atmosphere2 ---
[INFO]
[INFO] This project does not have any properties associated with versions.
[INFO]
[INFO]
[INFO] ---------------< io.cettia.asity:asity-example-grizzly2 >---------------
[INFO] Building Asity/Example/Grizzly 2 3.0.0-Beta1-SNAPSHOT [17/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default-cli) @ asity-example-grizzly2 ---
[INFO]
[INFO] All plugins with a version specified are using the latest versions.
[INFO]
[WARNING] The following plugins do not have their version specified:
[WARNING] maven-clean-plugin ........................ (from super-pom) 3.0.0
[WARNING] maven-compiler-plugin ..................... (from super-pom) 3.6.1
[WARNING] maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING] maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING] maven-jar-plugin .......................... (from super-pom) 3.0.2
[WARNING] maven-resources-plugin .................... (from super-pom) 3.0.2
[WARNING] maven-site-plugin ........................... (from super-pom) 3.6
[WARNING] maven-surefire-plugin ...................... (from super-pom) 2.20
[INFO]
[INFO] Project inherits minimum Maven version as: 3.0
[INFO] Plugins require minimum Maven version of: 3.0
[INFO] Note: the super-pom from Maven 3.5.3 defines some of the plugin
[INFO] versions and may be influencing the plugins required minimum Maven
[INFO] version.
[INFO]
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default-cli) @ asity-example-grizzly2 ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO] junit:junit ...................................... 4.12 -> 4.13-beta-3
[INFO] net.jodah:concurrentunit .............................. 0.4.3 -> 0.4.4
[INFO] org.eclipse.jetty:jetty-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:javax-websocket-server-impl ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.slf4j:slf4j-api ........................... 1.7.25 -> 2.0.0-alpha0
[INFO]
[INFO] The following dependencies in Dependencies have newer versions:
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO] javax.servlet:javax.servlet-api ....................... 3.1.0 -> 4.0.1
[INFO] org.glassfish.grizzly:grizzly-http-server ............ 2.3.35 -> 2.4.4
[INFO] org.glassfish.grizzly:grizzly-http-servlet ........... 2.3.35 -> 2.4.4
[INFO] org.glassfish.grizzly:grizzly-websockets ............. 2.3.35 -> 2.4.4
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-property-updates (default-cli) @ asity-example-grizzly2 ---
[INFO]
[INFO] This project does not have any properties associated with versions.
[INFO]
[INFO]
[INFO] -----------------< io.cettia.asity:asity-example-jwa1 >-----------------
[INFO] Building Asity/Example/Java WebSocket API 1 3.0.0-Beta1-SNAPSHOT [18/24]
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default-cli) @ asity-example-jwa1 ---
[INFO]
[INFO] All plugins with a version specified are using the latest versions.
[INFO]
[WARNING] The following plugins do not have their version specified:
[WARNING] maven-clean-plugin ........................ (from super-pom) 3.0.0
[WARNING] maven-compiler-plugin ..................... (from super-pom) 3.6.1
[WARNING] maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING] maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING] maven-resources-plugin .................... (from super-pom) 3.0.2
[WARNING] maven-site-plugin ........................... (from super-pom) 3.6
[WARNING] maven-surefire-plugin ...................... (from super-pom) 2.20
[WARNING] maven-war-plugin .......................... (from super-pom) 3.1.0
[INFO]
[INFO] Project inherits minimum Maven version as: 3.0
[INFO] Plugins require minimum Maven version of: 3.0
[INFO] Note: the super-pom from Maven 3.5.3 defines some of the plugin
[INFO] versions and may be influencing the plugins required minimum Maven
[INFO] version.
[INFO]
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default-cli) @ asity-example-jwa1 ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO] junit:junit ...................................... 4.12 -> 4.13-beta-3
[INFO] net.jodah:concurrentunit .............................. 0.4.3 -> 0.4.4
[INFO] org.eclipse.jetty:jetty-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:javax-websocket-server-impl ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.slf4j:slf4j-api ........................... 1.7.25 -> 2.0.0-alpha0
[INFO]
[INFO] The following dependencies in Dependencies have newer versions:
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO] javax.servlet:javax.servlet-api ....................... 3.1.0 -> 4.0.1
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-property-updates (default-cli) @ asity-example-jwa1 ---
[INFO]
[INFO] This project does not have any properties associated with versions.
[INFO]
[INFO]
[INFO] ----------------< io.cettia.asity:asity-example-netty4 >----------------
[INFO] Building Asity/Example/Netty 4 3.0.0-Beta1-SNAPSHOT [19/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default-cli) @ asity-example-netty4 ---
[INFO]
[INFO] All plugins with a version specified are using the latest versions.
[INFO]
[WARNING] The following plugins do not have their version specified:
[WARNING] maven-clean-plugin ........................ (from super-pom) 3.0.0
[WARNING] maven-compiler-plugin ..................... (from super-pom) 3.6.1
[WARNING] maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING] maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING] maven-jar-plugin .......................... (from super-pom) 3.0.2
[WARNING] maven-resources-plugin .................... (from super-pom) 3.0.2
[WARNING] maven-site-plugin ........................... (from super-pom) 3.6
[WARNING] maven-surefire-plugin ...................... (from super-pom) 2.20
[INFO]
[INFO] Project inherits minimum Maven version as: 3.0
[INFO] Plugins require minimum Maven version of: 3.0
[INFO] Note: the super-pom from Maven 3.5.3 defines some of the plugin
[INFO] versions and may be influencing the plugins required minimum Maven
[INFO] version.
[INFO]
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default-cli) @ asity-example-netty4 ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO] junit:junit ...................................... 4.12 -> 4.13-beta-3
[INFO] net.jodah:concurrentunit .............................. 0.4.3 -> 0.4.4
[INFO] org.eclipse.jetty:jetty-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:javax-websocket-server-impl ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.slf4j:slf4j-api ........................... 1.7.25 -> 2.0.0-alpha0
[INFO]
[INFO] The following dependencies in Dependencies have newer versions:
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO] io.netty:netty-codec-http ............... 4.1.25.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-handler .................. 4.1.25.Final -> 5.0.0.Alpha2
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-property-updates (default-cli) @ asity-example-netty4 ---
[INFO]
[INFO] This project does not have any properties associated with versions.
[INFO]
[INFO]
[INFO] ---------------< io.cettia.asity:asity-example-servlet3 >---------------
[INFO] Building Asity/Example/Servlet 3 3.0.0-Beta1-SNAPSHOT [20/24]
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default-cli) @ asity-example-servlet3 ---
[INFO]
[INFO] All plugins with a version specified are using the latest versions.
[INFO]
[WARNING] The following plugins do not have their version specified:
[WARNING] maven-clean-plugin ........................ (from super-pom) 3.0.0
[WARNING] maven-compiler-plugin ..................... (from super-pom) 3.6.1
[WARNING] maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING] maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING] maven-resources-plugin .................... (from super-pom) 3.0.2
[WARNING] maven-site-plugin ........................... (from super-pom) 3.6
[WARNING] maven-surefire-plugin ...................... (from super-pom) 2.20
[WARNING] maven-war-plugin .......................... (from super-pom) 3.1.0
[INFO]
[INFO] Project inherits minimum Maven version as: 3.0
[INFO] Plugins require minimum Maven version of: 3.0
[INFO] Note: the super-pom from Maven 3.5.3 defines some of the plugin
[INFO] versions and may be influencing the plugins required minimum Maven
[INFO] version.
[INFO]
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default-cli) @ asity-example-servlet3 ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO] junit:junit ...................................... 4.12 -> 4.13-beta-3
[INFO] net.jodah:concurrentunit .............................. 0.4.3 -> 0.4.4
[INFO] org.eclipse.jetty:jetty-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:javax-websocket-server-impl ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.slf4j:slf4j-api ........................... 1.7.25 -> 2.0.0-alpha0
[INFO]
[INFO] The following dependencies in Dependencies have newer versions:
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO] javax.servlet:javax.servlet-api ....................... 3.1.0 -> 4.0.1
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-property-updates (default-cli) @ asity-example-servlet3 ---
[INFO]
[INFO] This project does not have any properties associated with versions.
[INFO]
[INFO]
[INFO] -----------< io.cettia.asity:asity-example-spring-webflux5 >------------
[INFO] Building Asity/Example/Spring WebFlux 5 3.0.0-Beta1-SNAPSHOT [21/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default-cli) @ asity-example-spring-webflux5 ---
[INFO] artifact org.springframework.boot:spring-boot-maven-plugin: checking for updates from central
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-maven-plugin/2.1.5.RELEASE/spring-boot-maven-plugin-2.1.5.RELEASE.pom
Progress (1): 2.2/4.8 kB
Progress (1): 4.8 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-maven-plugin/2.1.5.RELEASE/spring-boot-maven-plugin-2.1.5.RELEASE.pom (4.8 kB at 6.1 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-tools/2.1.5.RELEASE/spring-boot-tools-2.1.5.RELEASE.pom
Progress (1): 1.8 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-tools/2.1.5.RELEASE/spring-boot-tools-2.1.5.RELEASE.pom (1.8 kB at 3.7 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-parent/2.1.5.RELEASE/spring-boot-parent-2.1.5.RELEASE.pom
Progress (1): 1.8 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-parent/2.1.5.RELEASE/spring-boot-parent-2.1.5.RELEASE.pom (1.8 kB at 3.5 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-dependencies/2.1.5.RELEASE/spring-boot-dependencies-2.1.5.RELEASE.pom
Progress (1): 2.2/122 kB
Progress (1): 5.0/122 kB
Progress (1): 7.8/122 kB
Progress (1): 11/122 kB
Progress (1): 13/122 kB
Progress (1): 16/122 kB
Progress (1): 19/122 kB
Progress (1): 21/122 kB
Progress (1): 24/122 kB
Progress (1): 27/122 kB
Progress (1): 30/122 kB
Progress (1): 32/122 kB
Progress (1): 36/122 kB
Progress (1): 40/122 kB
Progress (1): 45/122 kB
Progress (1): 49/122 kB
Progress (1): 53/122 kB
Progress (1): 57/122 kB
Progress (1): 61/122 kB
Progress (1): 65/122 kB
Progress (1): 69/122 kB
Progress (1): 73/122 kB
Progress (1): 77/122 kB
Progress (1): 81/122 kB
Progress (1): 85/122 kB
Progress (1): 90/122 kB
Progress (1): 94/122 kB
Progress (1): 98/122 kB
Progress (1): 102/122 kB
Progress (1): 106/122 kB
Progress (1): 110/122 kB
Progress (1): 114/122 kB
Progress (1): 118/122 kB
Progress (1): 122 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-dependencies/2.1.5.RELEASE/spring-boot-dependencies-2.1.5.RELEASE.pom (122 kB at 66 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-bom/4.1.36.Final/netty-bom-4.1.36.Final.pom
Progress (1): 4.1/7.9 kB
Progress (1): 7.7/7.9 kB
Progress (1): 7.9 kB
Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-bom/4.1.36.Final/netty-bom-4.1.36.Final.pom (7.9 kB at 11 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/projectreactor/reactor-bom/Californium-SR8/reactor-bom-Californium-SR8.pom
Progress (1): 4.0 kB
Downloaded from central: https://repo.maven.apache.org/maven2/io/projectreactor/reactor-bom/Californium-SR8/reactor-bom-Californium-SR8.pom (4.0 kB at 5.4 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-bom/9.4.18.v20190429/jetty-bom-9.4.18.v20190429.pom
Progress (1): 2.2/18 kB
Progress (1): 5.0/18 kB
Progress (1): 7.8/18 kB
Progress (1): 11/18 kB
Progress (1): 13/18 kB
Progress (1): 16/18 kB
Progress (1): 18 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-bom/9.4.18.v20190429/jetty-bom-9.4.18.v20190429.pom (18 kB at 37 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/5.1.7.RELEASE/spring-framework-bom-5.1.7.RELEASE.pom
Progress (1): 2.2/5.3 kB
Progress (1): 5.0/5.3 kB
Progress (1): 5.3 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/5.1.7.RELEASE/spring-framework-bom-5.1.7.RELEASE.pom (5.3 kB at 6.0 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-releasetrain/Lovelace-SR8/spring-data-releasetrain-Lovelace-SR8.pom
Progress (1): 2.2/4.6 kB
Progress (1): 4.6 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/data/spring-data-releasetrain/Lovelace-SR8/spring-data-releasetrain-Lovelace-SR8.pom (4.6 kB at 7.4 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/data/build/spring-data-build/2.1.8.RELEASE/spring-data-build-2.1.8.RELEASE.pom
Progress (1): 2.2/6.6 kB
Progress (1): 5.0/6.6 kB
Progress (1): 6.6 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/data/build/spring-data-build/2.1.8.RELEASE/spring-data-build-2.1.8.RELEASE.pom (6.6 kB at 8.0 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/integration/spring-integration-bom/5.1.5.RELEASE/spring-integration-bom-5.1.5.RELEASE.pom
Progress (1): 2.2/8.7 kB
Progress (1): 5.0/8.7 kB
Progress (1): 7.8/8.7 kB
Progress (1): 8.7 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/integration/spring-integration-bom/5.1.5.RELEASE/spring-integration-bom-5.1.5.RELEASE.pom (8.7 kB at 8.2 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/security/spring-security-bom/5.1.5.RELEASE/spring-security-bom-5.1.5.RELEASE.pom
Progress (1): 2.2/5.0 kB
Progress (1): 5.0/5.0 kB
Progress (1): 5.0 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/security/spring-security-bom/5.1.5.RELEASE/spring-security-bom-5.1.5.RELEASE.pom (5.0 kB at 13 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/session/spring-session-bom/Bean-SR5/spring-session-bom-Bean-SR5.pom
Progress (1): 2.2/3.0 kB
Progress (1): 3.0 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/session/spring-session-bom/Bean-SR5/spring-session-bom-Bean-SR5.pom (3.0 kB at 4.2 kB/s)
[INFO]
[INFO] The following plugin updates are available:
[INFO] org.springframework.boot:spring-boot-maven-plugin 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO]
[WARNING] The following plugins do not have their version specified:
[WARNING] maven-clean-plugin ........................ (from super-pom) 3.0.0
[WARNING] maven-compiler-plugin ..................... (from super-pom) 3.6.1
[WARNING] maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING] maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING] maven-jar-plugin .......................... (from super-pom) 3.0.2
[WARNING] maven-resources-plugin .................... (from super-pom) 3.0.2
[WARNING] maven-site-plugin ........................... (from super-pom) 3.6
[WARNING] maven-surefire-plugin ...................... (from super-pom) 2.20
[INFO]
[INFO] Project inherits minimum Maven version as: 3.0
[INFO] Plugins require minimum Maven version of: 3.5
[INFO] Note: the super-pom from Maven 3.5.3 defines some of the plugin
[INFO] versions and may be influencing the plugins required minimum Maven
[INFO] version.
[INFO]
[ERROR] Project requires an incorrect minimum version of Maven.
[ERROR] Either change plugin versions to those compatible with 3.0
[ERROR] or update the pom.xml to contain
[ERROR] <prerequisites>
[ERROR] <maven>3.5</maven>
[ERROR] </prerequisites>
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default-cli) @ asity-example-spring-webflux5 ---
[INFO] artifact antlr:antlr: checking for updates from central
[INFO] artifact ch.qos.logback:logback-access: checking for updates from central
[INFO] artifact com.atomikos:transactions-jdbc: checking for updates from central
[INFO] artifact com.atomikos:transactions-jms: checking for updates from central
[INFO] artifact com.atomikos:transactions-jta: checking for updates from central
[INFO] artifact com.couchbase.client:couchbase-spring-cache: checking for updates from central
[INFO] artifact com.couchbase.client:java-client: checking for updates from central
[INFO] artifact com.datastax.cassandra:cassandra-driver-core: checking for updates from central
[INFO] artifact com.datastax.cassandra:cassandra-driver-mapping: checking for updates from central
[INFO] artifact com.fasterxml.jackson.core:jackson-annotations: checking for updates from central
[INFO] artifact com.fasterxml:classmate: checking for updates from central
[INFO] artifact com.fasterxml.jackson.core:jackson-core: checking for updates from central
[INFO] artifact com.fasterxml.jackson.core:jackson-databind: checking for updates from central
[INFO] artifact com.fasterxml.jackson.dataformat:jackson-dataformat-cbor: checking for updates from central
[INFO] artifact com.fasterxml.jackson.dataformat:jackson-dataformat-avro: checking for updates from central
[INFO] artifact com.fasterxml.jackson.dataformat:jackson-dataformat-csv: checking for updates from central
[INFO] artifact com.fasterxml.jackson.dataformat:jackson-dataformat-ion: checking for updates from central
[INFO] artifact com.fasterxml.jackson.dataformat:jackson-dataformat-properties: checking for updates from central
[INFO] artifact com.fasterxml.jackson.dataformat:jackson-dataformat-protobuf: checking for updates from central
[INFO] artifact com.fasterxml.jackson.dataformat:jackson-dataformat-smile: checking for updates from central
[INFO] artifact com.fasterxml.jackson.dataformat:jackson-dataformat-xml: checking for updates from central
[INFO] artifact com.fasterxml.jackson.dataformat:jackson-dataformat-yaml: checking for updates from central
[INFO] artifact com.fasterxml.jackson.datatype:jackson-datatype-guava: checking for updates from central
[INFO] artifact com.fasterxml.jackson.datatype:jackson-datatype-hibernate3: checking for updates from central
[INFO] artifact com.fasterxml.jackson.datatype:jackson-datatype-hibernate4: checking for updates from central
[INFO] artifact com.fasterxml.jackson.datatype:jackson-datatype-hibernate5: checking for updates from central
[INFO] artifact com.fasterxml.jackson.datatype:jackson-datatype-hppc: checking for updates from central
[INFO] artifact com.fasterxml.jackson.datatype:jackson-datatype-jaxrs: checking for updates from central
[INFO] artifact com.fasterxml.jackson.datatype:jackson-datatype-jdk8: checking for updates from central
[INFO] artifact com.fasterxml.jackson.datatype:jackson-datatype-joda: checking for updates from central
[INFO] artifact com.fasterxml.jackson.datatype:jackson-datatype-json-org: checking for updates from central
[INFO] artifact com.fasterxml.jackson.datatype:jackson-datatype-jsr310: checking for updates from central
[INFO] artifact com.fasterxml.jackson.datatype:jackson-datatype-jsr353: checking for updates from central
[INFO] artifact com.fasterxml.jackson.datatype:jackson-datatype-pcollections: checking for updates from central
[INFO] artifact com.fasterxml.jackson.jaxrs:jackson-jaxrs-base: checking for updates from central
[INFO] artifact com.fasterxml.jackson.jaxrs:jackson-jaxrs-cbor-provider: checking for updates from central
[INFO] artifact com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider: checking for updates from central
[INFO] artifact com.fasterxml.jackson.jaxrs:jackson-jaxrs-smile-provider: checking for updates from central
[INFO] artifact com.fasterxml.jackson.jaxrs:jackson-jaxrs-xml-provider: checking for updates from central
[INFO] artifact com.fasterxml.jackson.jaxrs:jackson-jaxrs-yaml-provider: checking for updates from central
[INFO] artifact com.fasterxml.jackson.jr:jackson-jr-all: checking for updates from central
[INFO] artifact com.fasterxml.jackson.jr:jackson-jr-objects: checking for updates from central
[INFO] artifact com.fasterxml.jackson.jr:jackson-jr-retrofit2: checking for updates from central
[INFO] artifact com.fasterxml.jackson.jr:jackson-jr-stree: checking for updates from central
[INFO] artifact com.fasterxml.jackson.module:jackson-module-afterburner: checking for updates from central
[INFO] artifact com.fasterxml.jackson.module:jackson-module-guice: checking for updates from central
[INFO] artifact com.fasterxml.jackson.module:jackson-module-jaxb-annotations: checking for updates from central
[INFO] artifact com.fasterxml.jackson.module:jackson-module-jsonSchema: checking for updates from central
[INFO] artifact com.fasterxml.jackson.module:jackson-module-kotlin: checking for updates from central
[INFO] artifact com.fasterxml.jackson.module:jackson-module-mrbean: checking for updates from central
[INFO] artifact com.fasterxml.jackson.module:jackson-module-osgi: checking for updates from central
[INFO] artifact com.fasterxml.jackson.module:jackson-module-parameter-names: checking for updates from central
[INFO] artifact com.fasterxml.jackson.module:jackson-module-paranamer: checking for updates from central
[INFO] artifact com.fasterxml.jackson.module:jackson-module-scala_2.10: checking for updates from central
[INFO] artifact com.fasterxml.jackson.module:jackson-module-scala_2.11: checking for updates from central
[INFO] artifact com.fasterxml.jackson.module:jackson-module-scala_2.12: checking for updates from central
[INFO] artifact com.github.ben-manes.caffeine:caffeine: checking for updates from central
[INFO] artifact com.github.mxab.thymeleaf.extras:thymeleaf-extras-data-attribute: checking for updates from central
[INFO] artifact com.google.appengine:appengine-api-1.0-sdk: checking for updates from central
[INFO] artifact com.google.code.gson:gson: checking for updates from central
[INFO] artifact com.googlecode.json-simple:json-simple: checking for updates from central
[INFO] artifact com.hazelcast:hazelcast: checking for updates from central
[INFO] artifact com.h2database:h2: checking for updates from central
[INFO] artifact com.hazelcast:hazelcast-client: checking for updates from central
[INFO] artifact com.hazelcast:hazelcast-hibernate52: checking for updates from central
[INFO] artifact com.hazelcast:hazelcast-spring: checking for updates from central
[INFO] artifact com.jayway.jsonpath:json-path: checking for updates from central
[INFO] artifact com.jayway.jsonpath:json-path-assert: checking for updates from central
[INFO] artifact com.microsoft.sqlserver:mssql-jdbc: checking for updates from central
[INFO] artifact com.querydsl:querydsl-apt: checking for updates from central
[INFO] artifact com.querydsl:querydsl-collections: checking for updates from central
[INFO] artifact com.querydsl:querydsl-core: checking for updates from central
[INFO] artifact com.querydsl:querydsl-jpa: checking for updates from central
[INFO] artifact com.querydsl:querydsl-mongodb: checking for updates from central
[INFO] artifact com.rabbitmq:amqp-client: checking for updates from central
[INFO] artifact com.samskivert:jmustache: checking for updates from central
[INFO] artifact com.sendgrid:sendgrid-java: checking for updates from central
[INFO] artifact com.sun.mail:javax.mail: checking for updates from central
[INFO] artifact com.timgroup:java-statsd-client: checking for updates from central
[INFO] artifact com.unboundid:unboundid-ldapsdk: checking for updates from central
[INFO] artifact com.zaxxer:HikariCP: checking for updates from central
[INFO] artifact commons-codec:commons-codec: checking for updates from central
[INFO] artifact commons-pool:commons-pool: checking for updates from central
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '0b31bbe826f73090a058ded5e376b7be771c3f49'; remote = '5572da9cc70dd0ecfc196f50480710702cceea32' - RETRYING
[INFO] artifact de.flapdoodle.embed:de.flapdoodle.embed.mongo: checking for updates from central
[INFO] artifact dom4j:dom4j: checking for updates from central
[INFO] artifact io.dropwizard.metrics:metrics-annotation: checking for updates from central
[INFO] artifact io.dropwizard.metrics:metrics-core: checking for updates from central
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '0b31bbe826f73090a058ded5e376b7be771c3f49'; remote = '5572da9cc70dd0ecfc196f50480710702cceea32' - IGNORING
[INFO] artifact io.dropwizard.metrics:metrics-ehcache: checking for updates from central
[INFO] artifact io.dropwizard.metrics:metrics-ganglia: checking for updates from central
[INFO] artifact io.dropwizard.metrics:metrics-graphite: checking for updates from central
[INFO] artifact io.dropwizard.metrics:metrics-healthchecks: checking for updates from central
[INFO] artifact io.dropwizard.metrics:metrics-httpasyncclient: checking for updates from central
[INFO] artifact io.dropwizard.metrics:metrics-jdbi: checking for updates from central
[INFO] artifact io.dropwizard.metrics:metrics-jersey: checking for updates from central
[INFO] artifact io.dropwizard.metrics:metrics-jersey2: checking for updates from central
[INFO] artifact io.dropwizard.metrics:metrics-jetty8: checking for updates from central
[INFO] artifact io.dropwizard.metrics:metrics-jetty9: checking for updates from central
[INFO] artifact io.dropwizard.metrics:metrics-jetty9-legacy: checking for updates from central
[INFO] artifact io.dropwizard.metrics:metrics-json: checking for updates from central
[INFO] artifact io.dropwizard.metrics:metrics-jvm: checking for updates from central
[INFO] artifact io.dropwizard.metrics:metrics-log4j: checking for updates from central
[INFO] artifact io.dropwizard.metrics:metrics-log4j2: checking for updates from central
[INFO] artifact io.dropwizard.metrics:metrics-logback: checking for updates from central
[INFO] artifact io.dropwizard.metrics:metrics-servlet: checking for updates from central
[INFO] artifact io.dropwizard.metrics:metrics-servlets: checking for updates from central
[INFO] artifact io.lettuce:lettuce-core: checking for updates from central
[INFO] artifact io.micrometer:micrometer-core: checking for updates from central
[INFO] artifact io.micrometer:micrometer-registry-atlas: checking for updates from central
[INFO] artifact io.micrometer:micrometer-registry-datadog: checking for updates from central
[INFO] artifact io.micrometer:micrometer-registry-ganglia: checking for updates from central
[INFO] artifact io.micrometer:micrometer-registry-graphite: checking for updates from central
[INFO] artifact io.micrometer:micrometer-registry-influx: checking for updates from central
[INFO] artifact io.micrometer:micrometer-registry-jmx: checking for updates from central
[INFO] artifact io.micrometer:micrometer-registry-new-relic: checking for updates from central
[INFO] artifact io.micrometer:micrometer-registry-prometheus: checking for updates from central
[INFO] artifact io.micrometer:micrometer-registry-signalfx: checking for updates from central
[INFO] artifact io.micrometer:micrometer-registry-statsd: checking for updates from central
[INFO] artifact io.micrometer:micrometer-registry-wavefront: checking for updates from central
[INFO] artifact io.netty:netty-all: checking for updates from central
[INFO] artifact io.netty:netty-buffer: checking for updates from central
[INFO] artifact io.netty:netty-codec: checking for updates from central
[INFO] artifact io.netty:netty-codec-dns: checking for updates from central
[INFO] artifact io.netty:netty-codec-haproxy: checking for updates from central
[INFO] artifact io.netty:netty-codec-http2: checking for updates from central
[INFO] artifact io.netty:netty-codec-memcache: checking for updates from central
[INFO] artifact io.netty:netty-codec-mqtt: checking for updates from central
[INFO] artifact io.netty:netty-codec-redis: checking for updates from central
[INFO] artifact io.netty:netty-codec-smtp: checking for updates from central
[INFO] artifact io.netty:netty-codec-socks: checking for updates from central
[INFO] artifact io.netty:netty-codec-stomp: checking for updates from central
[INFO] artifact io.netty:netty-codec-xml: checking for updates from central
[INFO] artifact io.netty:netty-common: checking for updates from central
[INFO] artifact io.netty:netty-dev-tools: checking for updates from central
[INFO] artifact io.netty:netty-example: checking for updates from central
[INFO] artifact io.netty:netty-handler-proxy: checking for updates from central
[INFO] artifact io.netty:netty-resolver: checking for updates from central
[INFO] artifact io.netty:netty-resolver-dns: checking for updates from central
[INFO] artifact io.netty:netty-transport: checking for updates from central
[INFO] artifact io.netty:netty-transport-native-epoll: checking for updates from central
[INFO] artifact io.netty:netty-transport-native-kqueue: checking for updates from central
[INFO] artifact io.netty:netty-transport-native-unix-common: checking for updates from central
[INFO] artifact io.netty:netty-transport-rxtx: checking for updates from central
[INFO] artifact io.netty:netty-transport-sctp: checking for updates from central
[INFO] artifact io.netty:netty-transport-udt: checking for updates from central
[INFO] artifact io.projectreactor:reactor-core: checking for updates from central
[INFO] artifact io.projectreactor:reactor-test: checking for updates from central
[INFO] artifact io.projectreactor.addons:reactor-adapter: checking for updates from central
[INFO] artifact io.projectreactor.addons:reactor-extra: checking for updates from central
[INFO] artifact io.projectreactor.addons:reactor-logback: checking for updates from central
[INFO] artifact io.projectreactor.ipc:reactor-netty: checking for updates from central
[INFO] artifact io.projectreactor.kafka:reactor-kafka: checking for updates from central
[INFO] artifact io.reactivex:rxjava: checking for updates from central
[INFO] artifact io.reactivex:rxjava-reactive-streams: checking for updates from central
[INFO] artifact io.reactivex.rxjava2:rxjava: checking for updates from central
[INFO] artifact io.rest-assured:json-path: checking for updates from central
[INFO] artifact io.rest-assured:json-schema-validator: checking for updates from central
[INFO] artifact io.rest-assured:rest-assured: checking for updates from central
[INFO] artifact io.rest-assured:scala-support: checking for updates from central
[INFO] artifact io.rest-assured:spring-mock-mvc: checking for updates from central
[INFO] artifact io.rest-assured:xml-path: checking for updates from central
[INFO] artifact io.searchbox:jest: checking for updates from central
[INFO] artifact io.undertow:undertow-core: checking for updates from central
[INFO] artifact io.undertow:undertow-servlet: checking for updates from central
[INFO] artifact javax.annotation:javax.annotation-api: checking for updates from central
[INFO] artifact io.undertow:undertow-websockets-jsr: checking for updates from central
[INFO] artifact javax.cache:cache-api: checking for updates from central
[INFO] artifact javax.jms:javax.jms-api: checking for updates from central
[INFO] artifact javax.json:javax.json-api: checking for updates from central
[INFO] artifact javax.json.bind:javax.json.bind-api: checking for updates from central
[INFO] artifact javax.mail:javax.mail-api: checking for updates from central
[INFO] artifact javax.money:money-api: checking for updates from central
[INFO] artifact javax.servlet:jstl: checking for updates from central
[INFO] artifact javax.transaction:javax.transaction-api: checking for updates from central
[INFO] artifact javax.xml.bind:jaxb-api: checking for updates from central
[INFO] artifact javax.validation:validation-api: checking for updates from central
[INFO] artifact jaxen:jaxen: checking for updates from central
[INFO] artifact joda-time:joda-time: checking for updates from central
[INFO] artifact mysql:mysql-connector-java: checking for updates from central
[INFO] artifact net.bytebuddy:byte-buddy: checking for updates from central
[INFO] artifact net.bytebuddy:byte-buddy-agent: checking for updates from central
[INFO] artifact net.java.dev.jna:jna: checking for updates from central
[INFO] artifact net.java.dev.jna:jna-platform: checking for updates from central
[INFO] artifact net.sf.ehcache:ehcache: checking for updates from central
[INFO] artifact net.sourceforge.htmlunit:htmlunit: checking for updates from central
[INFO] artifact net.sourceforge.jtds:jtds: checking for updates from central
[INFO] artifact net.sourceforge.nekohtml:nekohtml: checking for updates from central
[INFO] artifact nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect: checking for updates from central
[INFO] artifact org.apache.activemq:activemq-amqp: checking for updates from central
[INFO] artifact org.apache.activemq:activemq-blueprint: checking for updates from central
[INFO] artifact org.apache.activemq:activemq-broker: checking for updates from central
[INFO] artifact org.apache.activemq:activemq-camel: checking for updates from central
[INFO] artifact org.apache.activemq:activemq-client: checking for updates from central
[INFO] artifact org.apache.activemq:activemq-console: checking for updates from central
[INFO] artifact org.apache.activemq:activemq-http: checking for updates from central
[INFO] artifact org.apache.activemq:activemq-jaas: checking for updates from central
[INFO] artifact org.apache.activemq:activemq-jdbc-store: checking for updates from central
[INFO] artifact org.apache.activemq:activemq-jms-pool: checking for updates from central
[INFO] artifact org.apache.activemq:activemq-kahadb-store: checking for updates from central
[INFO] artifact org.apache.activemq:activemq-karaf: checking for updates from central
[INFO] artifact org.apache.activemq:activemq-leveldb-store: checking for updates from central
[INFO] artifact org.apache.activemq:activemq-log4j-appender: checking for updates from central
[INFO] artifact org.apache.activemq:activemq-mqtt: checking for updates from central
[INFO] artifact org.apache.activemq:activemq-openwire-generator: checking for updates from central
[INFO] artifact org.apache.activemq:activemq-openwire-legacy: checking for updates from central
[INFO] artifact org.apache.activemq:activemq-osgi: checking for updates from central
[INFO] artifact org.apache.activemq:activemq-partition: checking for updates from central
[INFO] artifact org.apache.activemq:activemq-pool: checking for updates from central
[INFO] artifact org.apache.activemq:activemq-ra: checking for updates from central
[INFO] artifact org.apache.activemq:activemq-run: checking for updates from central
[INFO] artifact org.apache.activemq:activemq-runtime-config: checking for updates from central
[INFO] artifact org.apache.activemq:activemq-shiro: checking for updates from central
[INFO] artifact org.apache.activemq:activemq-spring: checking for updates from central
[INFO] artifact org.apache.activemq:activemq-stomp: checking for updates from central
[INFO] artifact org.apache.activemq:activemq-web: checking for updates from central
[INFO] artifact org.apache.activemq:artemis-amqp-protocol: checking for updates from central
[INFO] artifact org.apache.activemq:artemis-commons: checking for updates from central
[INFO] artifact org.apache.activemq:artemis-core-client: checking for updates from central
[INFO] artifact org.apache.activemq:artemis-jms-client: checking for updates from central
[INFO] artifact org.apache.activemq:artemis-jms-server: checking for updates from central
[INFO] artifact org.apache.activemq:artemis-journal: checking for updates from central
[INFO] artifact org.apache.activemq:artemis-native: checking for updates from central
[INFO] artifact org.apache.activemq:artemis-selector: checking for updates from central
[INFO] artifact org.apache.activemq:artemis-server: checking for updates from central
[INFO] artifact org.apache.activemq:artemis-service-extensions: checking for updates from central
[INFO] artifact org.apache.commons:commons-dbcp2: checking for updates from central
[INFO] artifact org.apache.commons:commons-lang3: checking for updates from central
[INFO] artifact org.apache.commons:commons-pool2: checking for updates from central
[INFO] artifact org.apache.derby:derby: checking for updates from central
[INFO] artifact org.apache.httpcomponents:fluent-hc: checking for updates from central
[INFO] artifact org.apache.httpcomponents:httpasyncclient: checking for updates from central
[INFO] artifact org.apache.httpcomponents:httpclient: checking for updates from central
[INFO] artifact org.apache.httpcomponents:httpclient-cache: checking for updates from central
[INFO] artifact org.apache.httpcomponents:httpclient-osgi: checking for updates from central
[INFO] artifact org.apache.httpcomponents:httpclient-win: checking for updates from central
[INFO] artifact org.apache.httpcomponents:httpcore: checking for updates from central
[INFO] artifact org.apache.httpcomponents:httpcore-nio: checking for updates from central
[INFO] artifact org.apache.httpcomponents:httpmime: checking for updates from central
[INFO] artifact org.apache.johnzon:johnzon-jsonb: checking for updates from central
[INFO] artifact org.apache.kafka:connect-api: checking for updates from central
[INFO] artifact org.apache.kafka:connect-file: checking for updates from central
[INFO] artifact org.apache.kafka:connect-json: checking for updates from central
[INFO] artifact org.apache.kafka:connect-runtime: checking for updates from central
[INFO] artifact org.apache.kafka:connect-transforms: checking for updates from central
[INFO] artifact org.apache.kafka:kafka-clients: checking for updates from central
[INFO] artifact org.apache.kafka:kafka-log4j-appender: checking for updates from central
[INFO] artifact org.apache.kafka:kafka-streams: checking for updates from central
[INFO] artifact org.apache.kafka:kafka-tools: checking for updates from central
[INFO] artifact org.apache.kafka:kafka_2.11: checking for updates from central
[INFO] artifact org.apache.kafka:kafka_2.12: checking for updates from central
[INFO] artifact org.apache.logging.log4j:log4j-1.2-api: checking for updates from central
[INFO] artifact org.apache.logging.log4j:log4j-api: checking for updates from central
[INFO] artifact org.apache.logging.log4j:log4j-cassandra: checking for updates from central
[INFO] artifact org.apache.logging.log4j:log4j-core: checking for updates from central
[INFO] artifact org.apache.logging.log4j:log4j-couchdb: checking for updates from central
[INFO] artifact org.apache.logging.log4j:log4j-flume-ng: checking for updates from central
[INFO] artifact org.apache.logging.log4j:log4j-iostreams: checking for updates from central
[INFO] artifact org.apache.logging.log4j:log4j-jcl: checking for updates from central
[INFO] artifact org.apache.logging.log4j:log4j-jmx-gui: checking for updates from central
[INFO] artifact org.apache.logging.log4j:log4j-jul: checking for updates from central
[INFO] artifact org.apache.logging.log4j:log4j-liquibase: checking for updates from central
[INFO] artifact org.apache.logging.log4j:log4j-mongodb: checking for updates from central
[INFO] artifact org.apache.logging.log4j:log4j-slf4j-impl: checking for updates from central
[INFO] artifact org.apache.logging.log4j:log4j-taglib: checking for updates from central
[INFO] artifact org.apache.logging.log4j:log4j-to-slf4j: checking for updates from central
[INFO] artifact org.apache.logging.log4j:log4j-web: checking for updates from central
[INFO] artifact org.apache.solr:solr-analysis-extras: checking for updates from central
[INFO] artifact org.apache.solr:solr-analytics: checking for updates from central
[INFO] artifact org.apache.solr:solr-cell: checking for updates from central
[INFO] artifact org.apache.solr:solr-clustering: checking for updates from central
[INFO] artifact org.apache.solr:solr-core: checking for updates from central
[INFO] artifact org.apache.solr:solr-dataimporthandler: checking for updates from central
[INFO] artifact org.apache.solr:solr-dataimporthandler-extras: checking for updates from central
[INFO] artifact org.apache.solr:solr-langid: checking for updates from central
[INFO] artifact org.apache.solr:solr-solrj: checking for updates from central
[INFO] artifact org.apache.solr:solr-test-framework: checking for updates from central
[INFO] artifact org.apache.solr:solr-uima: checking for updates from central
[INFO] artifact org.apache.solr:solr-velocity: checking for updates from central
[INFO] artifact org.apache.tomcat:tomcat-annotations-api: checking for updates from central
[INFO] artifact org.apache.tomcat:tomcat-catalina-jmx-remote: checking for updates from central
[INFO] artifact org.apache.tomcat:tomcat-jdbc: checking for updates from central
[INFO] artifact org.apache.tomcat:tomcat-jsp-api: checking for updates from central
[INFO] artifact org.apache.tomcat.embed:tomcat-embed-core: checking for updates from central
[INFO] artifact org.apache.tomcat.embed:tomcat-embed-el: checking for updates from central
[INFO] artifact org.apache.tomcat.embed:tomcat-embed-jasper: checking for updates from central
[INFO] artifact org.apache.tomcat.embed:tomcat-embed-websocket: checking for updates from central
[INFO] artifact org.aspectj:aspectjrt: checking for updates from central
[INFO] artifact org.aspectj:aspectjtools: checking for updates from central
[INFO] artifact org.aspectj:aspectjweaver: checking for updates from central
[INFO] artifact org.assertj:assertj-core: checking for updates from central
[INFO] artifact org.codehaus.btm:btm: checking for updates from central
[INFO] artifact org.codehaus.groovy:groovy: checking for updates from central
[INFO] artifact org.codehaus.groovy:groovy-all: checking for updates from central
[INFO] artifact org.codehaus.groovy:groovy-ant: checking for updates from central
[INFO] artifact org.codehaus.groovy:groovy-bsf: checking for updates from central
[INFO] artifact org.codehaus.groovy:groovy-console: checking for updates from central
[INFO] artifact org.codehaus.groovy:groovy-docgenerator: checking for updates from central
[INFO] artifact org.codehaus.groovy:groovy-groovydoc: checking for updates from central
[INFO] artifact org.codehaus.groovy:groovy-groovysh: checking for updates from central
[INFO] artifact org.codehaus.groovy:groovy-jmx: checking for updates from central
[INFO] artifact org.codehaus.groovy:groovy-json: checking for updates from central
[INFO] artifact org.codehaus.groovy:groovy-jsr223: checking for updates from central
[INFO] artifact org.codehaus.groovy:groovy-nio: checking for updates from central
[INFO] artifact org.codehaus.groovy:groovy-servlet: checking for updates from central
[INFO] artifact org.codehaus.groovy:groovy-sql: checking for updates from central
[INFO] artifact org.codehaus.groovy:groovy-swing: checking for updates from central
[INFO] artifact org.codehaus.groovy:groovy-templates: checking for updates from central
[INFO] artifact org.codehaus.groovy:groovy-test: checking for updates from central
[INFO] artifact org.codehaus.groovy:groovy-xml: checking for updates from central
[INFO] artifact org.codehaus.janino:janino: checking for updates from central
[INFO] artifact org.codehaus.groovy:groovy-testng: checking for updates from central
[INFO] artifact org.eclipse.jetty:apache-jsp: checking for updates from central
[INFO] artifact org.eclipse.jetty:apache-jstl: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-alpn-client: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-alpn-conscrypt-client: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-alpn-conscrypt-server: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-alpn-java-client: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-alpn-java-server: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-alpn-openjdk8-client: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-alpn-openjdk8-server: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-alpn-server: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-annotations: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-ant: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-continuation: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-deploy: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-distribution: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-hazelcast: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-home: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-http: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-http-spi: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-infinispan: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-io: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-jaas: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-jaspi: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-jmx: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-jndi: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-nosql: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-plus: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-proxy: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-quickstart: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-rewrite: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-security: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-server: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-servlet: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-servlets: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-spring: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-unixsocket: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-util: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-util-ajax: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-webapp: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-xml: checking for updates from central
[INFO] artifact org.eclipse.jetty.cdi:cdi-core: checking for updates from central
[INFO] artifact org.eclipse.jetty.cdi:cdi-servlet: checking for updates from central
[INFO] artifact org.eclipse.jetty.fcgi:fcgi-client: checking for updates from central
[INFO] artifact org.eclipse.jetty.fcgi:fcgi-server: checking for updates from central
[INFO] artifact org.eclipse.jetty.gcloud:jetty-gcloud-session-manager: checking for updates from central
[INFO] artifact org.eclipse.jetty.http2:http2-client: checking for updates from central
[INFO] artifact org.eclipse.jetty.http2:http2-common: checking for updates from central
[INFO] artifact org.eclipse.jetty.http2:http2-hpack: checking for updates from central
[INFO] artifact org.eclipse.jetty.http2:http2-http-client-transport: checking for updates from central
[INFO] artifact org.eclipse.jetty.http2:http2-server: checking for updates from central
[INFO] artifact org.eclipse.jetty.memcached:jetty-memcached-sessions: checking for updates from central
[INFO] artifact org.eclipse.jetty.orbit:javax.servlet.jsp: checking for updates from central
[INFO] artifact org.eclipse.jetty.osgi:jetty-httpservice: checking for updates from central
[INFO] artifact org.eclipse.jetty.osgi:jetty-osgi-boot: checking for updates from central
[INFO] artifact org.eclipse.jetty.osgi:jetty-osgi-boot-jsp: checking for updates from central
[INFO] artifact org.eclipse.jetty.osgi:jetty-osgi-boot-warurl: checking for updates from central
[INFO] artifact org.eclipse.jetty.websocket:javax-websocket-client-impl: checking for updates from central
[INFO] artifact org.eclipse.jetty.websocket:websocket-api: checking for updates from central
[INFO] artifact org.eclipse.jetty.websocket:websocket-common: checking for updates from central
[INFO] artifact org.eclipse.jetty.websocket:websocket-server: checking for updates from central
[INFO] artifact org.eclipse.jetty.websocket:websocket-servlet: checking for updates from central
[INFO] artifact org.ehcache:ehcache: checking for updates from central
[INFO] artifact org.ehcache:ehcache-clustered: checking for updates from central
[INFO] artifact org.ehcache:ehcache-transactions: checking for updates from central
[INFO] artifact org.elasticsearch:elasticsearch: checking for updates from central
[INFO] artifact org.elasticsearch.client:transport: checking for updates from central
[INFO] artifact org.elasticsearch.plugin:transport-netty4-client: checking for updates from central
[INFO] artifact org.firebirdsql.jdbc:jaybird-jdk17: checking for updates from central
[INFO] artifact org.firebirdsql.jdbc:jaybird-jdk18: checking for updates from central
[INFO] artifact org.flywaydb:flyway-core: checking for updates from central
[INFO] artifact org.freemarker:freemarker: checking for updates from central
[INFO] artifact org.glassfish:javax.el: checking for updates from central
[INFO] artifact org.glassfish.jersey.containers:jersey-container-servlet: checking for updates from central
[INFO] artifact org.glassfish.jersey.containers:jersey-container-servlet-core: checking for updates from central
[INFO] artifact org.glassfish.jersey.core:jersey-client: checking for updates from central
[INFO] artifact org.glassfish.jersey.core:jersey-common: checking for updates from central
[INFO] artifact org.glassfish.jersey.core:jersey-server: checking for updates from central
[INFO] artifact org.glassfish.jersey.ext:jersey-bean-validation: checking for updates from central
[INFO] artifact org.glassfish.jersey.ext:jersey-entity-filtering: checking for updates from central
[INFO] artifact org.glassfish.jersey.ext:jersey-spring4: checking for updates from central
[INFO] artifact org.glassfish.jersey.media:jersey-media-jaxb: checking for updates from central
[INFO] artifact org.glassfish.jersey.media:jersey-media-json-jackson: checking for updates from central
[INFO] artifact org.glassfish.jersey.media:jersey-media-multipart: checking for updates from central
[INFO] artifact org.hamcrest:hamcrest-core: checking for updates from central
[INFO] artifact org.hamcrest:hamcrest-library: checking for updates from central
[INFO] artifact org.hibernate:hibernate-c3p0: checking for updates from central
[INFO] artifact org.hibernate:hibernate-core: checking for updates from central
[INFO] artifact org.hibernate:hibernate-ehcache: checking for updates from central
[INFO] artifact org.hibernate:hibernate-entitymanager: checking for updates from central
[INFO] artifact org.hibernate:hibernate-envers: checking for updates from central
[INFO] artifact org.hibernate:hibernate-hikaricp: checking for updates from central
[INFO] artifact org.hibernate:hibernate-infinispan: checking for updates from central
[INFO] artifact org.hibernate:hibernate-java8: checking for updates from central
[INFO] artifact org.hibernate:hibernate-jcache: checking for updates from central
[INFO] artifact org.hibernate:hibernate-jpamodelgen: checking for updates from central
[INFO] artifact org.hibernate:hibernate-proxool: checking for updates from central
[INFO] artifact org.hibernate:hibernate-spatial: checking for updates from central
[INFO] artifact org.hibernate:hibernate-testing: checking for updates from central
[INFO] artifact org.hibernate.validator:hibernate-validator: checking for updates from central
[INFO] artifact org.hibernate.validator:hibernate-validator-annotation-processor: checking for updates from central
[INFO] artifact org.hsqldb:hsqldb: checking for updates from central
[INFO] artifact org.infinispan:infinispan-cachestore-jdbc: checking for updates from central
[INFO] artifact org.infinispan:infinispan-cachestore-jpa: checking for updates from central
[INFO] artifact org.infinispan:infinispan-cachestore-leveldb: checking for updates from central
[INFO] artifact org.infinispan:infinispan-cachestore-remote: checking for updates from central
[INFO] artifact org.infinispan:infinispan-cachestore-rest: checking for updates from central
[INFO] artifact org.infinispan:infinispan-cachestore-rocksdb: checking for updates from central
[INFO] artifact org.infinispan:infinispan-cdi-common: checking for updates from central
[INFO] artifact org.infinispan:infinispan-cdi-embedded: checking for updates from central
[INFO] artifact org.infinispan:infinispan-cdi-remote: checking for updates from central
[INFO] artifact org.infinispan:infinispan-cli: checking for updates from central
[INFO] artifact org.infinispan:infinispan-client-hotrod: checking for updates from central
[INFO] artifact org.infinispan:infinispan-cloud: checking for updates from central
[INFO] artifact org.infinispan:infinispan-clustered-counter: checking for updates from central
[INFO] artifact org.infinispan:infinispan-commons: checking for updates from central
[INFO] artifact org.infinispan:infinispan-core: checking for updates from central
[INFO] artifact org.infinispan:infinispan-directory-provider: checking for updates from central
[INFO] artifact org.infinispan:infinispan-embedded: checking for updates from central
[INFO] artifact org.infinispan:infinispan-embedded-query: checking for updates from central
[INFO] artifact org.infinispan:infinispan-hibernate-cache: checking for updates from central
[INFO] artifact org.infinispan:infinispan-jcache: checking for updates from central
[INFO] artifact org.infinispan:infinispan-jcache-commons: checking for updates from central
[INFO] artifact org.infinispan:infinispan-jcache-remote: checking for updates from central
[INFO] artifact org.infinispan:infinispan-lucene-directory: checking for updates from central
[INFO] artifact org.infinispan:infinispan-objectfilter: checking for updates from central
[INFO] artifact org.infinispan:infinispan-osgi: checking for updates from central
[INFO] artifact org.infinispan:infinispan-persistence-cli: checking for updates from central
[INFO] artifact org.infinispan:infinispan-persistence-soft-index: checking for updates from central
[INFO] artifact org.infinispan:infinispan-query: checking for updates from central
[INFO] artifact org.infinispan:infinispan-query-dsl: checking for updates from central
[INFO] artifact org.infinispan:infinispan-remote: checking for updates from central
[INFO] artifact org.infinispan:infinispan-remote-query-client: checking for updates from central
[INFO] artifact org.infinispan:infinispan-remote-query-server: checking for updates from central
[INFO] artifact org.infinispan:infinispan-scripting: checking for updates from central
[INFO] artifact org.infinispan:infinispan-server-core: checking for updates from central
[INFO] artifact org.infinispan:infinispan-server-hotrod: checking for updates from central
[INFO] artifact org.infinispan:infinispan-server-memcached: checking for updates from central
[INFO] artifact org.infinispan:infinispan-server-router: checking for updates from central
[INFO] artifact org.infinispan:infinispan-server-websocket: checking for updates from central
[INFO] artifact org.infinispan:infinispan-spring4-common: checking for updates from central
[INFO] artifact org.infinispan:infinispan-spring4-embedded: checking for updates from central
[INFO] artifact org.infinispan:infinispan-spring4-remote: checking for updates from central
[INFO] artifact org.infinispan:infinispan-tasks: checking for updates from central
[INFO] artifact org.infinispan:infinispan-tasks-api: checking for updates from central
[INFO] artifact org.infinispan:infinispan-tools: checking for updates from central
[INFO] artifact org.infinispan:infinispan-tree: checking for updates from central
[INFO] artifact org.influxdb:influxdb-java: checking for updates from central
[INFO] artifact org.jboss.logging:jboss-logging: checking for updates from central
[INFO] artifact org.jboss:jboss-transaction-spi: checking for updates from central
[INFO] artifact org.jboss.narayana.jta:jdbc: checking for updates from central
[INFO] artifact org.jboss.narayana.jta:jms: checking for updates from central
[INFO] artifact org.jboss.narayana.jta:jta: checking for updates from central
[INFO] artifact org.jboss.narayana.jts:narayana-jts-integration: checking for updates from central
[INFO] artifact org.jdom:jdom2: checking for updates from central
[INFO] artifact org.jetbrains.kotlin:kotlin-reflect: checking for updates from central
[INFO] artifact org.jetbrains.kotlin:kotlin-runtime: checking for updates from central
[INFO] artifact org.jetbrains.kotlin:kotlin-stdlib: checking for updates from central
[INFO] artifact org.jetbrains.kotlin:kotlin-stdlib-jdk7: checking for updates from central
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'ac2dce4e6ccb40db75b9c44af021f5666519b46e'; remote = '15f51ac5d3e48561f1672ec9802f9e5781b2aa1e' - RETRYING
[INFO] artifact org.jetbrains.kotlin:kotlin-stdlib-jdk8: checking for updates from central
[INFO] artifact org.jetbrains.kotlin:kotlin-stdlib-jre7: checking for updates from central
[INFO] artifact org.jetbrains.kotlin:kotlin-stdlib-jre8: checking for updates from central
[INFO] artifact org.jolokia:jolokia-core: checking for updates from central
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'ac2dce4e6ccb40db75b9c44af021f5666519b46e'; remote = '15f51ac5d3e48561f1672ec9802f9e5781b2aa1e' - IGNORING
[INFO] artifact org.jooq:jooq: checking for updates from central
[INFO] artifact org.jooq:jooq-codegen: checking for updates from central
[INFO] artifact org.jooq:jooq-meta: checking for updates from central
[INFO] artifact org.junit.jupiter:junit-jupiter-api: checking for updates from central
[INFO] artifact org.junit.jupiter:junit-jupiter-engine: checking for updates from central
[INFO] artifact org.junit.jupiter:junit-jupiter-params: checking for updates from central
[INFO] artifact org.junit.vintage:junit-vintage-engine: checking for updates from central
[INFO] artifact org.liquibase:liquibase-core: checking for updates from central
[INFO] artifact org.mariadb.jdbc:mariadb-java-client: checking for updates from central
[INFO] artifact org.mockito:mockito-core: checking for updates from central
[INFO] artifact org.mockito:mockito-inline: checking for updates from central
[INFO] artifact org.mongodb:bson: checking for updates from central
[INFO] artifact org.mongodb:mongo-java-driver: checking for updates from central
[INFO] artifact org.mongodb:mongodb-driver: checking for updates from central
[INFO] artifact org.mongodb:mongodb-driver-async: checking for updates from central
[INFO] artifact org.mongodb:mongodb-driver-core: checking for updates from central
[INFO] artifact org.mongodb:mongodb-driver-reactivestreams: checking for updates from central
[INFO] artifact org.mortbay.jasper:apache-el: checking for updates from central
[INFO] artifact org.neo4j:neo4j-ogm-api: checking for updates from central
[INFO] artifact org.neo4j:neo4j-ogm-bolt-driver: checking for updates from central
[INFO] artifact org.neo4j:neo4j-ogm-core: checking for updates from central
[INFO] artifact org.neo4j:neo4j-ogm-http-driver: checking for updates from central
[INFO] artifact org.postgresql:postgresql: checking for updates from central
[INFO] artifact org.projectlombok:lombok: checking for updates from central
[INFO] artifact org.quartz-scheduler:quartz: checking for updates from central
[INFO] artifact org.quartz-scheduler:quartz-jobs: checking for updates from central
[INFO] artifact org.reactivestreams:reactive-streams: checking for updates from central
[INFO] artifact org.seleniumhq.selenium:htmlunit-driver: checking for updates from central
[INFO] artifact org.seleniumhq.selenium:selenium-api: checking for updates from central
[INFO] artifact org.seleniumhq.selenium:selenium-chrome-driver: checking for updates from central
[INFO] artifact org.seleniumhq.selenium:selenium-edge-driver: checking for updates from central
[INFO] artifact org.seleniumhq.selenium:selenium-firefox-driver: checking for updates from central
[INFO] artifact org.seleniumhq.selenium:selenium-ie-driver: checking for updates from central
[INFO] artifact org.seleniumhq.selenium:selenium-java: checking for updates from central
[INFO] artifact org.seleniumhq.selenium:selenium-opera-driver: checking for updates from central
[INFO] artifact org.seleniumhq.selenium:selenium-remote-driver: checking for updates from central
[INFO] artifact org.seleniumhq.selenium:selenium-safari-driver: checking for updates from central
[INFO] artifact org.seleniumhq.selenium:selenium-support: checking for updates from central
[INFO] artifact org.skyscreamer:jsonassert: checking for updates from central
[INFO] artifact org.slf4j:jul-to-slf4j: checking for updates from central
[INFO] artifact org.slf4j:jcl-over-slf4j: checking for updates from central
[INFO] artifact org.slf4j:log4j-over-slf4j: checking for updates from central
[INFO] artifact org.slf4j:slf4j-ext: checking for updates from central
[INFO] artifact org.slf4j:slf4j-jcl: checking for updates from central
[INFO] artifact org.slf4j:slf4j-jdk14: checking for updates from central
[INFO] artifact org.slf4j:slf4j-nop: checking for updates from central
[INFO] artifact org.slf4j:slf4j-log4j12: checking for updates from central
[INFO] artifact org.slf4j:slf4j-simple: checking for updates from central
[INFO] artifact org.springframework:spring-aop: checking for updates from central
[INFO] artifact org.springframework:spring-aspects: checking for updates from central
[INFO] artifact org.springframework:spring-beans: checking for updates from central
[INFO] artifact org.springframework:spring-context: checking for updates from central
[INFO] artifact org.springframework:spring-context-indexer: checking for updates from central
[INFO] artifact org.springframework:spring-context-support: checking for updates from central
[INFO] artifact org.springframework:spring-core: checking for updates from central
[INFO] artifact org.springframework:spring-instrument: checking for updates from central
[INFO] artifact org.springframework:spring-expression: checking for updates from central
[INFO] artifact org.springframework:spring-jcl: checking for updates from central
[INFO] artifact org.springframework:spring-jdbc: checking for updates from central
[INFO] artifact org.springframework:spring-jms: checking for updates from central
[INFO] artifact org.springframework:spring-messaging: checking for updates from central
[INFO] artifact org.springframework:spring-orm: checking for updates from central
[INFO] artifact org.springframework:spring-oxm: checking for updates from central
[INFO] artifact org.springframework:spring-test: checking for updates from central
[INFO] artifact org.springframework:spring-tx: checking for updates from central
[INFO] artifact org.springframework:spring-web: checking for updates from central
[INFO] artifact org.springframework.amqp:spring-amqp: checking for updates from central
[INFO] artifact org.springframework.amqp:spring-rabbit: checking for updates from central
[INFO] artifact org.springframework.amqp:spring-rabbit-junit: checking for updates from central
[INFO] artifact org.springframework.amqp:spring-rabbit-test: checking for updates from central
[INFO] artifact org.springframework.batch:spring-batch-core: checking for updates from central
[INFO] artifact org.springframework.batch:spring-batch-infrastructure: checking for updates from central
[INFO] artifact org.springframework.batch:spring-batch-integration: checking for updates from central
[INFO] artifact org.springframework.batch:spring-batch-test: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-actuator: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-actuator-autoconfigure: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-autoconfigure: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-autoconfigure-processor: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-configuration-metadata: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-configuration-processor: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-devtools: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-loader: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-loader-tools: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-properties-migrator: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-activemq: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-actuator: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-amqp: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-aop: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-artemis: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-batch: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-cache: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-cloud-connectors: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-data-cassandra: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-data-cassandra-reactive: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-data-couchbase: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-data-couchbase-reactive: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-data-elasticsearch: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-data-jpa: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-data-ldap: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-data-mongodb: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-data-mongodb-reactive: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-data-neo4j: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-data-redis: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-data-redis-reactive: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-data-rest: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-data-solr: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-freemarker: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-groovy-templates: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-hateoas: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-integration: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-jdbc: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-jersey: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-jetty: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-jooq: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-json: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-jta-atomikos: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-jta-bitronix: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-jta-narayana: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-log4j2: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-logging: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-mail: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-mustache: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-quartz: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-reactor-netty: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-security: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-test: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-thymeleaf: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-tomcat: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-undertow: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-validation: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-web-services: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-websocket: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-test: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-test-autoconfigure: checking for updates from central
[INFO] artifact org.springframework.cloud:spring-cloud-cloudfoundry-connector: checking for updates from central
[INFO] artifact org.springframework.cloud:spring-cloud-connectors-core: checking for updates from central
[INFO] artifact org.springframework.cloud:spring-cloud-heroku-connector: checking for updates from central
[INFO] artifact org.springframework.cloud:spring-cloud-localconfig-connector: checking for updates from central
[INFO] artifact org.springframework.cloud:spring-cloud-spring-service-connector: checking for updates from central
[INFO] artifact org.springframework.data:spring-data-cassandra: checking for updates from central
[INFO] artifact org.springframework.data:spring-data-commons: checking for updates from central
[INFO] artifact org.springframework.data:spring-data-couchbase: checking for updates from central
[INFO] artifact org.springframework.data:spring-data-elasticsearch: checking for updates from central
[INFO] artifact org.springframework.data:spring-data-envers: checking for updates from central
[INFO] artifact org.springframework.data:spring-data-gemfire: checking for updates from central
[INFO] artifact org.springframework.data:spring-data-geode: checking for updates from central
[INFO] artifact org.springframework.data:spring-data-jpa: checking for updates from central
[INFO] artifact org.springframework.data:spring-data-keyvalue: checking for updates from central
[INFO] artifact org.springframework.data:spring-data-ldap: checking for updates from central
[INFO] artifact org.springframework.data:spring-data-mongodb: checking for updates from central
[INFO] artifact org.springframework.data:spring-data-mongodb-cross-store: checking for updates from central
[INFO] artifact org.springframework.data:spring-data-neo4j: checking for updates from central
[INFO] artifact org.springframework.data:spring-data-redis: checking for updates from central
[INFO] artifact org.springframework.data:spring-data-rest-core: checking for updates from central
[INFO] artifact org.springframework.data:spring-data-rest-hal-browser: checking for updates from central
[INFO] artifact org.springframework.data:spring-data-rest-webmvc: checking for updates from central
[INFO] artifact org.springframework.data:spring-data-solr: checking for updates from central
[INFO] artifact org.springframework.hateoas:spring-hateoas: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-amqp: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-core: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-event: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-feed: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-file: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-ftp: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-gemfire: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-groovy: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-http: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-ip: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-jdbc: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-jms: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-jmx: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-jpa: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-mail: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-mongodb: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-mqtt: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-redis: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-rmi: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-scripting: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-security: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-sftp: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-stomp: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-stream: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-syslog: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-test: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-test-support: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-twitter: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-webflux: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-websocket: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-ws: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-xml: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-xmpp: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-zookeeper: checking for updates from central
[INFO] artifact org.springframework.kafka:spring-kafka: checking for updates from central
[INFO] artifact org.springframework.kafka:spring-kafka-test: checking for updates from central
[INFO] artifact org.springframework.ldap:spring-ldap-core: checking for updates from central
[INFO] artifact org.springframework.ldap:spring-ldap-core-tiger: checking for updates from central
[INFO] artifact org.springframework.ldap:spring-ldap-ldif-batch: checking for updates from central
[INFO] artifact org.springframework.ldap:spring-ldap-ldif-core: checking for updates from central
[INFO] artifact org.springframework.ldap:spring-ldap-odm: checking for updates from central
[INFO] artifact org.springframework.ldap:spring-ldap-test: checking for updates from central
[INFO] artifact org.springframework.plugin:spring-plugin-core: checking for updates from central
[INFO] artifact org.springframework.plugin:spring-plugin-metadata: checking for updates from central
[INFO] artifact org.springframework.restdocs:spring-restdocs-asciidoctor: checking for updates from central
[INFO] artifact org.springframework.restdocs:spring-restdocs-core: checking for updates from central
[INFO] artifact org.springframework.restdocs:spring-restdocs-mockmvc: checking for updates from central
[INFO] artifact org.springframework.restdocs:spring-restdocs-restassured: checking for updates from central
[INFO] artifact org.springframework.restdocs:spring-restdocs-webtestclient: checking for updates from central
[INFO] artifact org.springframework.retry:spring-retry: checking for updates from central
[INFO] artifact org.springframework.security:spring-security-acl: checking for updates from central
[INFO] artifact org.springframework.security:spring-security-aspects: checking for updates from central
[INFO] artifact org.springframework.security:spring-security-cas: checking for updates from central
[INFO] artifact org.springframework.security:spring-security-config: checking for updates from central
[INFO] artifact org.springframework.security:spring-security-core: checking for updates from central
[INFO] artifact org.springframework.security:spring-security-crypto: checking for updates from central
[INFO] artifact org.springframework.security:spring-security-data: checking for updates from central
[INFO] artifact org.springframework.security:spring-security-ldap: checking for updates from central
[INFO] artifact org.springframework.security:spring-security-messaging: checking for updates from central
[INFO] artifact org.springframework.security:spring-security-oauth2-client: checking for updates from central
[INFO] artifact org.springframework.security:spring-security-oauth2-core: checking for updates from central
[INFO] artifact org.springframework.security:spring-security-oauth2-jose: checking for updates from central
[INFO] artifact org.springframework.security:spring-security-openid: checking for updates from central
[INFO] artifact org.springframework.security:spring-security-remoting: checking for updates from central
[INFO] artifact org.springframework.security:spring-security-taglibs: checking for updates from central
[INFO] artifact org.springframework.security:spring-security-test: checking for updates from central
[INFO] artifact org.springframework.security:spring-security-web: checking for updates from central
[INFO] artifact org.springframework.session:spring-session-core: checking for updates from central
[INFO] artifact org.springframework.session:spring-session-data-gemfire: checking for updates from central
[INFO] artifact org.springframework.session:spring-session-data-geode: checking for updates from central
[INFO] artifact org.springframework.session:spring-session-data-mongodb: checking for updates from central
[INFO] artifact org.springframework.session:spring-session-data-redis: checking for updates from central
[INFO] artifact org.springframework.session:spring-session-hazelcast: checking for updates from central
[INFO] artifact org.springframework.session:spring-session-jdbc: checking for updates from central
[INFO] artifact org.springframework.ws:spring-ws-core: checking for updates from central
[INFO] artifact org.springframework.ws:spring-ws-security: checking for updates from central
[INFO] artifact org.springframework.ws:spring-ws-support: checking for updates from central
[INFO] artifact org.springframework.ws:spring-ws-test: checking for updates from central
[INFO] artifact org.synchronoss.cloud:nio-multipart-parser: checking for updates from central
[INFO] artifact org.thymeleaf:thymeleaf: checking for updates from central
[INFO] artifact org.thymeleaf:thymeleaf-spring5: checking for updates from central
[INFO] artifact org.thymeleaf.extras:thymeleaf-extras-java8time: checking for updates from central
[INFO] artifact org.thymeleaf.extras:thymeleaf-extras-springsecurity4: checking for updates from central
[INFO] artifact org.webjars:hal-browser: checking for updates from central
[INFO] artifact org.webjars:webjars-locator-core: checking for updates from central
[INFO] artifact org.xerial:sqlite-jdbc: checking for updates from central
[INFO] artifact org.xmlunit:xmlunit-core: checking for updates from central
[INFO] artifact org.xmlunit:xmlunit-legacy: checking for updates from central
[INFO] artifact org.xmlunit:xmlunit-matchers: checking for updates from central
[INFO] artifact org.yaml:snakeyaml: checking for updates from central
[INFO] artifact redis.clients:jedis: checking for updates from central
[INFO] artifact wsdl4j:wsdl4j: checking for updates from central
[INFO] artifact xml-apis:xml-apis: checking for updates from central
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO] antlr:antlr ........................................ 2.7.7 -> 20030911
[INFO] ch.qos.logback:logback-access .................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO] com.atomikos:transactions-jdbc ........................ 4.0.6 -> 5.0.0
[INFO] com.atomikos:transactions-jms ......................... 4.0.6 -> 5.0.0
[INFO] com.atomikos:transactions-jta ......................... 4.0.6 -> 5.0.0
[INFO] com.couchbase.client:java-client ...................... 2.5.8 -> 2.7.7
[INFO] com.datastax.cassandra:cassandra-driver-core .......... 3.4.0 -> 4.0.0
[INFO] com.datastax.cassandra:cassandra-driver-mapping ....... 3.4.0 -> 3.7.1
[INFO] com.fasterxml:classmate ............................... 1.3.4 -> 1.5.0
[INFO] com.fasterxml.jackson.core:jackson-annotations ........ 2.9.0 -> 2.9.9
[INFO] com.fasterxml.jackson.core:jackson-core ............... 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.core:jackson-databind ........... 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.dataformat:jackson-dataformat-avro ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.dataformat:jackson-dataformat-cbor ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.dataformat:jackson-dataformat-csv ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.dataformat:jackson-dataformat-ion ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.dataformat:jackson-dataformat-properties ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.dataformat:jackson-dataformat-protobuf ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.dataformat:jackson-dataformat-smile ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.dataformat:jackson-dataformat-xml ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.dataformat:jackson-dataformat-yaml ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.datatype:jackson-datatype-guava ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.datatype:jackson-datatype-hibernate3 ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.datatype:jackson-datatype-hibernate4 ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.datatype:jackson-datatype-hibernate5 ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.datatype:jackson-datatype-hppc ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.datatype:jackson-datatype-jaxrs ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.datatype:jackson-datatype-jdk8 ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.datatype:jackson-datatype-joda ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.datatype:jackson-datatype-json-org ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.datatype:jackson-datatype-jsr310 ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.datatype:jackson-datatype-jsr353 ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.datatype:jackson-datatype-pcollections ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.jaxrs:jackson-jaxrs-base ........ 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.jaxrs:jackson-jaxrs-cbor-provider ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.jaxrs:jackson-jaxrs-smile-provider ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.jaxrs:jackson-jaxrs-xml-provider ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.jaxrs:jackson-jaxrs-yaml-provider ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.jr:jackson-jr-all ............... 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.jr:jackson-jr-objects ........... 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.jr:jackson-jr-retrofit2 ......... 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.jr:jackson-jr-stree ............. 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.module:jackson-module-afterburner ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.module:jackson-module-guice ..... 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.module:jackson-module-jaxb-annotations ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.module:jackson-module-jsonSchema ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.module:jackson-module-kotlin .... 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.module:jackson-module-mrbean .... 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.module:jackson-module-osgi ...... 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.module:jackson-module-parameter-names ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.module:jackson-module-paranamer ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.module:jackson-module-scala_2.10 ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.module:jackson-module-scala_2.11 ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.fasterxml.jackson.module:jackson-module-scala_2.12 ...
[INFO] 2.9.5 -> 2.9.9
[INFO] com.github.ben-manes.caffeine:caffeine ................ 2.6.2 -> 2.7.0
[INFO] com.google.appengine:appengine-api-1.0-sdk .......... 1.9.63 -> 1.9.75
[INFO] com.google.code.gson:gson ............................. 2.8.4 -> 2.8.5
[INFO] com.h2database:h2 ................................. 1.4.197 -> 1.4.199
[INFO] com.hazelcast:hazelcast .............................. 3.9.4 -> 3.12.1
[INFO] com.hazelcast:hazelcast-client ....................... 3.9.4 -> 3.12.1
[INFO] com.hazelcast:hazelcast-hibernate52 ................... 1.2.3 -> 1.3.2
[INFO] com.hazelcast:hazelcast-spring ....................... 3.9.4 -> 3.12.1
[INFO] com.microsoft.sqlserver:mssql-jdbc ...
[INFO] 6.2.2.jre8 -> 7.3.0.jre11-preview
[INFO] com.querydsl:querydsl-apt ............................. 4.1.4 -> 4.2.1
[INFO] com.querydsl:querydsl-collections ..................... 4.1.4 -> 4.2.1
[INFO] com.querydsl:querydsl-core ............................ 4.1.4 -> 4.2.1
[INFO] com.querydsl:querydsl-jpa ............................. 4.1.4 -> 4.2.1
[INFO] com.querydsl:querydsl-mongodb ......................... 4.1.4 -> 4.2.1
[INFO] com.rabbitmq:amqp-client .............................. 5.1.2 -> 5.7.1
[INFO] com.sendgrid:sendgrid-java ............................ 4.1.2 -> 4.4.1
[INFO] com.sun.mail:javax.mail ............................... 1.6.1 -> 1.6.2
[INFO] com.unboundid:unboundid-ldapsdk ...................... 4.0.5 -> 4.0.11
[INFO] com.zaxxer:HikariCP ................................... 2.7.9 -> 3.3.1
[INFO] commons-codec:commons-codec ............................. 1.11 -> 1.12
[INFO] de.flapdoodle.embed:de.flapdoodle.embed.mongo ......... 2.0.3 -> 2.2.0
[INFO] dom4j:dom4j ................................. 1.6.1 -> 20040902.021138
[INFO] io.dropwizard.metrics:metrics-annotation .............. 3.2.6 -> 4.1.0
[INFO] io.dropwizard.metrics:metrics-core .................... 3.2.6 -> 4.1.0
[INFO] io.dropwizard.metrics:metrics-ehcache ................. 3.2.6 -> 4.1.0
[INFO] io.dropwizard.metrics:metrics-graphite ................ 3.2.6 -> 4.1.0
[INFO] io.dropwizard.metrics:metrics-healthchecks ............ 3.2.6 -> 4.1.0
[INFO] io.dropwizard.metrics:metrics-httpasyncclient ......... 3.2.6 -> 4.1.0
[INFO] io.dropwizard.metrics:metrics-jdbi .................... 3.2.6 -> 4.1.0
[INFO] io.dropwizard.metrics:metrics-jersey2 ................. 3.2.6 -> 4.1.0
[INFO] io.dropwizard.metrics:metrics-jetty9 .................. 3.2.6 -> 4.1.0
[INFO] io.dropwizard.metrics:metrics-json .................... 3.2.6 -> 4.1.0
[INFO] io.dropwizard.metrics:metrics-jvm ..................... 3.2.6 -> 4.1.0
[INFO] io.dropwizard.metrics:metrics-log4j2 .................. 3.2.6 -> 4.1.0
[INFO] io.dropwizard.metrics:metrics-logback ................. 3.2.6 -> 4.1.0
[INFO] io.dropwizard.metrics:metrics-servlet ................. 3.2.6 -> 4.1.0
[INFO] io.dropwizard.metrics:metrics-servlets ................ 3.2.6 -> 4.1.0
[INFO] io.lettuce:lettuce-core ............... 5.0.4.RELEASE -> 5.1.7.RELEASE
[INFO] io.micrometer:micrometer-core ......................... 1.0.4 -> 1.1.4
[INFO] io.micrometer:micrometer-registry-atlas ............... 1.0.4 -> 1.1.4
[INFO] io.micrometer:micrometer-registry-datadog ............. 1.0.4 -> 1.1.4
[INFO] io.micrometer:micrometer-registry-ganglia ............. 1.0.4 -> 1.1.4
[INFO] io.micrometer:micrometer-registry-graphite ............ 1.0.4 -> 1.1.4
[INFO] io.micrometer:micrometer-registry-influx .............. 1.0.4 -> 1.1.4
[INFO] io.micrometer:micrometer-registry-jmx ................. 1.0.4 -> 1.1.4
[INFO] io.micrometer:micrometer-registry-new-relic ........... 1.0.4 -> 1.1.4
[INFO] io.micrometer:micrometer-registry-prometheus .......... 1.0.4 -> 1.1.4
[INFO] io.micrometer:micrometer-registry-signalfx ............ 1.0.4 -> 1.1.4
[INFO] io.micrometer:micrometer-registry-statsd .............. 1.0.4 -> 1.1.4
[INFO] io.micrometer:micrometer-registry-wavefront ........... 1.0.4 -> 1.1.4
[INFO] io.netty:netty-all ...................... 4.1.24.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-buffer ................... 4.1.24.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-codec .................... 4.1.24.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-codec-dns ................ 4.1.24.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-codec-haproxy ............ 4.1.24.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-codec-http ............... 4.1.24.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-codec-http2 .............. 4.1.24.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-codec-memcache ........... 4.1.24.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-codec-mqtt ............... 4.1.24.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-codec-redis .............. 4.1.24.Final -> 4.1.36.Final
[INFO] io.netty:netty-codec-smtp ............... 4.1.24.Final -> 4.1.36.Final
[INFO] io.netty:netty-codec-socks .............. 4.1.24.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-codec-stomp .............. 4.1.24.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-codec-xml ................ 4.1.24.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-common ................... 4.1.24.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-dev-tools ................ 4.1.24.Final -> 4.1.36.Final
[INFO] io.netty:netty-example .................. 4.1.24.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-handler .................. 4.1.24.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-handler-proxy ............ 4.1.24.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-resolver ................. 4.1.24.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-resolver-dns ............. 4.1.24.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-transport ................ 4.1.24.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-transport-native-epoll ... 4.1.24.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-transport-native-kqueue ...
[INFO] 4.1.24.Final -> 4.1.36.Final
[INFO] io.netty:netty-transport-native-unix-common ...
[INFO] 4.1.24.Final -> 4.1.36.Final
[INFO] io.netty:netty-transport-rxtx ........... 4.1.24.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-transport-sctp ........... 4.1.24.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-transport-udt ............ 4.1.24.Final -> 5.0.0.Alpha2
[INFO] io.projectreactor:reactor-core ....... 3.1.7.RELEASE -> 3.2.10.RELEASE
[INFO] io.projectreactor:reactor-test ....... 3.1.7.RELEASE -> 3.2.10.RELEASE
[INFO] io.projectreactor.addons:reactor-adapter ...
[INFO] 3.1.6.RELEASE -> 3.2.3.RELEASE
[INFO] io.projectreactor.addons:reactor-extra ...
[INFO] 3.1.6.RELEASE -> 3.2.3.RELEASE
[INFO] io.projectreactor.addons:reactor-logback ...
[INFO] 3.1.6.RELEASE -> 3.2.3.RELEASE
[INFO] io.projectreactor.ipc:reactor-netty ...
[INFO] 0.7.7.RELEASE -> 0.7.15.RELEASE
[INFO] io.projectreactor.kafka:reactor-kafka ...
[INFO] 1.0.0.RELEASE -> 1.1.1.RELEASE
[INFO] io.reactivex.rxjava2:rxjava .......................... 2.1.13 -> 2.2.9
[INFO] io.rest-assured:json-path ............................. 3.0.7 -> 4.0.0
[INFO] io.rest-assured:json-schema-validator ................. 3.0.7 -> 4.0.0
[INFO] io.rest-assured:rest-assured .......................... 3.0.7 -> 4.0.0
[INFO] io.rest-assured:scala-support ......................... 3.0.7 -> 4.0.0
[INFO] io.rest-assured:spring-mock-mvc ....................... 3.0.7 -> 4.0.0
[INFO] io.rest-assured:xml-path .............................. 3.0.7 -> 4.0.0
[INFO] io.searchbox:jest ..................................... 5.3.3 -> 6.3.1
[INFO] io.undertow:undertow-core ............... 1.4.25.Final -> 2.0.21.Final
[INFO] io.undertow:undertow-servlet ............ 1.4.25.Final -> 2.0.21.Final
[INFO] io.undertow:undertow-websockets-jsr ..... 1.4.25.Final -> 2.0.21.Final
[INFO] javax.cache:cache-api ................................. 1.1.0 -> 1.1.1
[INFO] javax.json:javax.json-api ............................. 1.1.2 -> 1.1.4
[INFO] javax.mail:javax.mail-api ............................. 1.6.1 -> 1.6.2
[INFO] javax.servlet:javax.servlet-api ....................... 3.1.0 -> 4.0.1
[INFO] javax.transaction:javax.transaction-api ................... 1.2 -> 1.3
[INFO] javax.xml.bind:jaxb-api .................. 2.3.0 -> 2.4.0-b180830.0359
[INFO] jaxen:jaxen ........................................... 1.1.6 -> 1.2.0
[INFO] joda-time:joda-time .................................. 2.9.9 -> 2.10.2
[INFO] junit:junit ...................................... 4.12 -> 4.13-beta-3
[INFO] mysql:mysql-connector-java .......................... 5.1.46 -> 8.0.16
[INFO] net.bytebuddy:byte-buddy ............................ 1.7.11 -> 1.9.13
[INFO] net.bytebuddy:byte-buddy-agent ...................... 1.7.11 -> 1.9.13
[INFO] net.java.dev.jna:jna .................................. 4.5.1 -> 5.3.1
[INFO] net.java.dev.jna:jna-platform ......................... 4.5.1 -> 5.3.1
[INFO] net.jodah:concurrentunit .............................. 0.4.3 -> 0.4.4
[INFO] net.sf.ehcache:ehcache .............................. 2.10.4 -> 2.10.6
[INFO] net.sourceforge.htmlunit:htmlunit ..................... 2.29 -> 2.35.0
[INFO] nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect ...... 2.3.0 -> 2.4.1
[INFO] org.apache.activemq:activemq-amqp ................... 5.15.3 -> 5.15.9
[INFO] org.apache.activemq:activemq-blueprint .............. 5.15.3 -> 5.15.9
[INFO] org.apache.activemq:activemq-broker ................. 5.15.3 -> 5.15.9
[INFO] org.apache.activemq:activemq-camel .................. 5.15.3 -> 5.15.9
[INFO] org.apache.activemq:activemq-client ................. 5.15.3 -> 5.15.9
[INFO] org.apache.activemq:activemq-console ................ 5.15.3 -> 5.15.9
[INFO] org.apache.activemq:activemq-http ................... 5.15.3 -> 5.15.9
[INFO] org.apache.activemq:activemq-jaas ................... 5.15.3 -> 5.15.9
[INFO] org.apache.activemq:activemq-jdbc-store ............. 5.15.3 -> 5.15.9
[INFO] org.apache.activemq:activemq-jms-pool ............... 5.15.3 -> 5.15.9
[INFO] org.apache.activemq:activemq-kahadb-store ........... 5.15.3 -> 5.15.9
[INFO] org.apache.activemq:activemq-karaf .................. 5.15.3 -> 5.15.9
[INFO] org.apache.activemq:activemq-leveldb-store .......... 5.15.3 -> 5.15.9
[INFO] org.apache.activemq:activemq-log4j-appender ......... 5.15.3 -> 5.15.9
[INFO] org.apache.activemq:activemq-mqtt ................... 5.15.3 -> 5.15.9
[INFO] org.apache.activemq:activemq-openwire-generator ..... 5.15.3 -> 5.15.9
[INFO] org.apache.activemq:activemq-openwire-legacy ........ 5.15.3 -> 5.15.9
[INFO] org.apache.activemq:activemq-osgi ................... 5.15.3 -> 5.15.9
[INFO] org.apache.activemq:activemq-partition .............. 5.15.3 -> 5.15.9
[INFO] org.apache.activemq:activemq-pool ................... 5.15.3 -> 5.15.9
[INFO] org.apache.activemq:activemq-ra ..................... 5.15.3 -> 5.15.9
[INFO] org.apache.activemq:activemq-run .................... 5.15.3 -> 5.15.9
[INFO] org.apache.activemq:activemq-runtime-config ......... 5.15.3 -> 5.15.9
[INFO] org.apache.activemq:activemq-shiro .................. 5.15.3 -> 5.15.9
[INFO] org.apache.activemq:activemq-spring ................. 5.15.3 -> 5.15.9
[INFO] org.apache.activemq:activemq-stomp .................. 5.15.3 -> 5.15.9
[INFO] org.apache.activemq:activemq-web .................... 5.15.3 -> 5.15.9
[INFO] org.apache.activemq:artemis-amqp-protocol ............. 2.4.0 -> 2.9.0
[INFO] org.apache.activemq:artemis-commons ................... 2.4.0 -> 2.9.0
[INFO] org.apache.activemq:artemis-core-client ............... 2.4.0 -> 2.9.0
[INFO] org.apache.activemq:artemis-jms-client ................ 2.4.0 -> 2.9.0
[INFO] org.apache.activemq:artemis-jms-server ................ 2.4.0 -> 2.9.0
[INFO] org.apache.activemq:artemis-journal ................... 2.4.0 -> 2.9.0
[INFO] org.apache.activemq:artemis-native .................... 2.4.0 -> 2.6.4
[INFO] org.apache.activemq:artemis-selector .................. 2.4.0 -> 2.9.0
[INFO] org.apache.activemq:artemis-server .................... 2.4.0 -> 2.9.0
[INFO] org.apache.activemq:artemis-service-extensions ........ 2.4.0 -> 2.9.0
[INFO] org.apache.commons:commons-dbcp2 ...................... 2.2.0 -> 2.6.0
[INFO] org.apache.commons:commons-lang3 .......................... 3.7 -> 3.9
[INFO] org.apache.commons:commons-pool2 ...................... 2.5.0 -> 2.6.2
[INFO] org.apache.derby:derby ........................ 10.14.1.0 -> 10.15.1.3
[INFO] org.apache.httpcomponents:fluent-hc ................... 4.5.5 -> 4.5.9
[INFO] org.apache.httpcomponents:httpasyncclient ............. 4.1.3 -> 4.1.4
[INFO] org.apache.httpcomponents:httpclient .................. 4.5.5 -> 4.5.9
[INFO] org.apache.httpcomponents:httpclient-cache ............ 4.5.5 -> 4.5.9
[INFO] org.apache.httpcomponents:httpclient-osgi ............. 4.5.5 -> 4.5.9
[INFO] org.apache.httpcomponents:httpclient-win .............. 4.5.5 -> 4.5.9
[INFO] org.apache.httpcomponents:httpcore ................... 4.4.9 -> 4.4.11
[INFO] org.apache.httpcomponents:httpcore-nio ............... 4.4.9 -> 4.4.11
[INFO] org.apache.httpcomponents:httpmime .................... 4.5.5 -> 4.5.9
[INFO] org.apache.johnzon:johnzon-jsonb ..................... 1.1.7 -> 1.1.12
[INFO] org.apache.kafka:connect-api .......................... 1.0.1 -> 2.2.1
[INFO] org.apache.kafka:connect-file ......................... 1.0.1 -> 2.2.1
[INFO] org.apache.kafka:connect-json ......................... 1.0.1 -> 2.2.1
[INFO] org.apache.kafka:connect-runtime ...................... 1.0.1 -> 2.2.1
[INFO] org.apache.kafka:connect-transforms ................... 1.0.1 -> 2.2.1
[INFO] org.apache.kafka:kafka-clients ........................ 1.0.1 -> 2.2.1
[INFO] org.apache.kafka:kafka-log4j-appender ................. 1.0.1 -> 2.2.1
[INFO] org.apache.kafka:kafka-streams ........................ 1.0.1 -> 2.2.1
[INFO] org.apache.kafka:kafka-tools .......................... 1.0.1 -> 2.2.1
[INFO] org.apache.kafka:kafka_2.11 ........................... 1.0.1 -> 2.2.1
[INFO] org.apache.kafka:kafka_2.12 ........................... 1.0.1 -> 2.2.1
[INFO] org.apache.logging.log4j:log4j-1.2-api .............. 2.10.0 -> 2.11.2
[INFO] org.apache.logging.log4j:log4j-api .................. 2.10.0 -> 2.11.2
[INFO] org.apache.logging.log4j:log4j-cassandra ............ 2.10.0 -> 2.11.2
[INFO] org.apache.logging.log4j:log4j-core ................. 2.10.0 -> 2.11.2
[INFO] org.apache.logging.log4j:log4j-couchdb .............. 2.10.0 -> 2.11.2
[INFO] org.apache.logging.log4j:log4j-flume-ng ............. 2.10.0 -> 2.11.2
[INFO] org.apache.logging.log4j:log4j-iostreams ............ 2.10.0 -> 2.11.2
[INFO] org.apache.logging.log4j:log4j-jcl .................. 2.10.0 -> 2.11.2
[INFO] org.apache.logging.log4j:log4j-jmx-gui .............. 2.10.0 -> 2.11.2
[INFO] org.apache.logging.log4j:log4j-jul .................. 2.10.0 -> 2.11.2
[INFO] org.apache.logging.log4j:log4j-liquibase ............ 2.10.0 -> 2.11.2
[INFO] org.apache.logging.log4j:log4j-slf4j-impl ........... 2.10.0 -> 2.11.2
[INFO] org.apache.logging.log4j:log4j-taglib ............... 2.10.0 -> 2.11.2
[INFO] org.apache.logging.log4j:log4j-to-slf4j ............. 2.10.0 -> 2.11.2
[INFO] org.apache.logging.log4j:log4j-web .................. 2.10.0 -> 2.11.2
[INFO] org.apache.solr:solr-analysis-extras .................. 6.6.3 -> 8.1.1
[INFO] org.apache.solr:solr-analytics ........................ 6.6.3 -> 8.1.1
[INFO] org.apache.solr:solr-cell ............................. 6.6.3 -> 8.1.1
[INFO] org.apache.solr:solr-clustering ....................... 6.6.3 -> 8.1.1
[INFO] org.apache.solr:solr-core ............................. 6.6.3 -> 8.1.1
[INFO] org.apache.solr:solr-dataimporthandler ................ 6.6.3 -> 8.1.1
[INFO] org.apache.solr:solr-dataimporthandler-extras ......... 6.6.3 -> 8.1.1
[INFO] org.apache.solr:solr-langid ........................... 6.6.3 -> 8.1.1
[INFO] org.apache.solr:solr-solrj ............................ 6.6.3 -> 8.1.1
[INFO] org.apache.solr:solr-test-framework ................... 6.6.3 -> 8.1.1
[INFO] org.apache.solr:solr-uima ............................. 6.6.3 -> 7.4.0
[INFO] org.apache.solr:solr-velocity ......................... 6.6.3 -> 8.1.1
[INFO] org.apache.tomcat:tomcat-annotations-api ............ 8.5.31 -> 9.0.21
[INFO] org.apache.tomcat:tomcat-catalina-jmx-remote ........ 8.5.31 -> 9.0.14
[INFO] org.apache.tomcat:tomcat-jdbc ....................... 8.5.31 -> 9.0.21
[INFO] org.apache.tomcat:tomcat-jsp-api .................... 8.5.31 -> 9.0.21
[INFO] org.apache.tomcat.embed:tomcat-embed-core ........... 8.5.31 -> 9.0.21
[INFO] org.apache.tomcat.embed:tomcat-embed-el ............. 8.5.31 -> 9.0.21
[INFO] org.apache.tomcat.embed:tomcat-embed-jasper ......... 8.5.31 -> 9.0.21
[INFO] org.apache.tomcat.embed:tomcat-embed-websocket ...... 8.5.31 -> 9.0.21
[INFO] org.aspectj:aspectjrt ................................ 1.8.13 -> 1.9.4
[INFO] org.aspectj:aspectjtools ............................. 1.8.13 -> 1.9.4
[INFO] org.aspectj:aspectjweaver ............................ 1.8.13 -> 1.9.4
[INFO] org.assertj:assertj-core ............................. 3.9.1 -> 3.12.2
[INFO] org.codehaus.groovy:groovy .................... 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-all ................ 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-ant ................ 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-bsf ................ 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-console ............ 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-docgenerator ....... 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-groovydoc .......... 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-groovysh ........... 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-jmx ................ 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-json ............... 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-jsr223 ............. 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-nio ................ 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-servlet ............ 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-sql ................ 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-swing .............. 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-templates .......... 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-test ............... 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-testng ............. 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-xml ................ 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.janino:janino ........................... 3.0.8 -> 3.0.12
[INFO] org.eclipse.jetty:apache-jsp .... 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:apache-jstl ... 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-alpn-client ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-alpn-conscrypt-client ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-alpn-conscrypt-server ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-alpn-java-client ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-alpn-java-server ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-alpn-openjdk8-client ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-alpn-openjdk8-server ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-alpn-server ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-annotations ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-ant ..... 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-continuation ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-deploy ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-distribution ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-hazelcast ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-home .... 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-http .... 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-http-spi ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-infinispan ...
[INFO] 9.4.10.v20180503 -> 9.4.16.v20190411
[INFO] org.eclipse.jetty:jetty-io ...... 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-jaas .... 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-jaspi ... 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-jmx ..... 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-jndi .... 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-nosql ... 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-plus .... 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-proxy ... 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-quickstart ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-rewrite ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-security ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-server ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-servlet ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-servlets ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-spring ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-unixsocket ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-util .... 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-util-ajax ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-webapp ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-xml ..... 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.cdi:cdi-core ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.cdi:cdi-servlet ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.fcgi:fcgi-client ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.fcgi:fcgi-server ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.gcloud:jetty-gcloud-session-manager ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.http2:http2-client ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.http2:http2-common ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.http2:http2-hpack ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.http2:http2-http-client-transport ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.http2:http2-server ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.memcached:jetty-memcached-sessions ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.osgi:jetty-httpservice ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.osgi:jetty-osgi-boot ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.osgi:jetty-osgi-boot-jsp ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.osgi:jetty-osgi-boot-warurl ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:javax-websocket-client-impl ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:javax-websocket-server-impl ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-api ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-common ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-server ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-servlet ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.ehcache:ehcache ................................... 3.5.2 -> 3.7.1
[INFO] org.ehcache:ehcache-clustered ......................... 3.5.2 -> 3.7.1
[INFO] org.ehcache:ehcache-transactions ...................... 3.5.2 -> 3.7.1
[INFO] org.elasticsearch:elasticsearch ....................... 5.6.9 -> 7.1.1
[INFO] org.elasticsearch.client:transport .................... 5.6.9 -> 7.1.1
[INFO] org.elasticsearch.plugin:transport-netty4-client ...... 5.6.9 -> 7.1.1
[INFO] org.firebirdsql.jdbc:jaybird-jdk17 ............. 3.0.4 -> 4.0.0-beta-1
[INFO] org.firebirdsql.jdbc:jaybird-jdk18 ............. 3.0.4 -> 4.0.0-beta-1
[INFO] org.flywaydb:flyway-core ........................ 5.0.7 -> 6.0.0-beta2
[INFO] org.glassfish:javax.el ............................ 3.0.0 -> 3.0.1-b11
[INFO] org.glassfish.jersey.containers:jersey-container-servlet ...
[INFO] 2.26 -> 2.28
[INFO] org.glassfish.jersey.containers:jersey-container-servlet-core ...
[INFO] 2.26 -> 2.28
[INFO] org.glassfish.jersey.core:jersey-client ................. 2.26 -> 2.28
[INFO] org.glassfish.jersey.core:jersey-common ................. 2.26 -> 2.28
[INFO] org.glassfish.jersey.core:jersey-server ................. 2.26 -> 2.28
[INFO] org.glassfish.jersey.ext:jersey-bean-validation ......... 2.26 -> 2.28
[INFO] org.glassfish.jersey.ext:jersey-entity-filtering ........ 2.26 -> 2.28
[INFO] org.glassfish.jersey.ext:jersey-spring4 ................. 2.26 -> 2.28
[INFO] org.glassfish.jersey.media:jersey-media-jaxb ............ 2.26 -> 2.28
[INFO] org.glassfish.jersey.media:jersey-media-json-jackson .... 2.26 -> 2.28
[INFO] org.glassfish.jersey.media:jersey-media-multipart ....... 2.26 -> 2.28
[INFO] org.hamcrest:hamcrest-core ................................ 1.3 -> 2.1
[INFO] org.hamcrest:hamcrest-library ............................. 1.3 -> 2.1
[INFO] org.hibernate:hibernate-c3p0 ............. 5.2.17.Final -> 5.3.0.Beta1
[INFO] org.hibernate:hibernate-core ............ 5.2.17.Final -> 6.0.0.Alpha2
[INFO] org.hibernate:hibernate-ehcache .......... 5.2.17.Final -> 5.3.0.Beta1
[INFO] org.hibernate:hibernate-entitymanager .... 5.2.17.Final -> 5.3.0.Beta1
[INFO] org.hibernate:hibernate-envers ........... 5.2.17.Final -> 5.3.0.Beta1
[INFO] org.hibernate:hibernate-hikaricp ......... 5.2.17.Final -> 5.3.0.Beta1
[INFO] org.hibernate:hibernate-infinispan ....... 5.2.17.Final -> 5.3.0.Beta1
[INFO] org.hibernate:hibernate-java8 ............ 5.2.17.Final -> 5.3.0.Beta1
[INFO] org.hibernate:hibernate-jcache ........... 5.2.17.Final -> 5.3.0.Beta1
[INFO] org.hibernate:hibernate-jpamodelgen ..... 5.2.17.Final -> 6.0.0.Alpha2
[INFO] org.hibernate:hibernate-proxool .......... 5.2.17.Final -> 5.3.0.Beta1
[INFO] org.hibernate:hibernate-spatial .......... 5.2.17.Final -> 5.3.0.Beta1
[INFO] org.hibernate:hibernate-testing .......... 5.2.17.Final -> 5.3.0.Beta1
[INFO] org.hibernate.validator:hibernate-validator ...
[INFO] 6.0.9.Final -> 6.1.0.Alpha5
[INFO] org.hibernate.validator:hibernate-validator-annotation-processor ...
[INFO] 6.0.9.Final -> 6.1.0.Alpha5
[INFO] org.hsqldb:hsqldb ..................................... 2.4.0 -> 2.5.0
[INFO] org.infinispan:infinispan-cachestore-jdbc ...
[INFO] 9.1.7.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-cachestore-jpa ...
[INFO] 9.1.7.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-cachestore-leveldb ...
[INFO] 9.1.7.Final -> 10.0.0.Alpha2
[INFO] org.infinispan:infinispan-cachestore-remote ...
[INFO] 9.1.7.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-cachestore-rest ...
[INFO] 9.1.7.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-cachestore-rocksdb ...
[INFO] 9.1.7.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-cdi-common ..... 9.1.7.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-cdi-embedded ... 9.1.7.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-cdi-remote ..... 9.1.7.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-client-hotrod ...
[INFO] 9.1.7.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-cloud .......... 9.1.7.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-clustered-counter ...
[INFO] 9.1.7.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-commons ........ 9.1.7.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-core ........... 9.1.7.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-directory-provider ...
[INFO] 9.1.7.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-hibernate-cache ...
[INFO] 9.1.7.Final -> 9.3.0.Alpha1
[INFO] org.infinispan:infinispan-jcache ......... 9.1.7.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-jcache-commons ...
[INFO] 9.1.7.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-jcache-remote ...
[INFO] 9.1.7.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-lucene-directory ...
[INFO] 9.1.7.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-objectfilter ... 9.1.7.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-osgi ........... 9.1.7.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-persistence-cli ...
[INFO] 9.1.7.Final -> 10.0.0.Alpha1
[INFO] org.infinispan:infinispan-persistence-soft-index ...
[INFO] 9.1.7.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-query .......... 9.1.7.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-query-dsl ...... 9.1.7.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-remote-query-client ...
[INFO] 9.1.7.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-remote-query-server ...
[INFO] 9.1.7.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-scripting ...... 9.1.7.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-server-core .... 9.1.7.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-server-hotrod ...
[INFO] 9.1.7.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-server-memcached ...
[INFO] 9.1.7.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-server-router ...
[INFO] 9.1.7.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-server-websocket ...
[INFO] 9.1.7.Final -> 9.4.0.Alpha1
[INFO] org.infinispan:infinispan-spring4-common ...
[INFO] 9.1.7.Final -> 10.0.0.Alpha1
[INFO] org.infinispan:infinispan-spring4-embedded ...
[INFO] 9.1.7.Final -> 10.0.0.Alpha1
[INFO] org.infinispan:infinispan-spring4-remote ...
[INFO] 9.1.7.Final -> 10.0.0.Alpha1
[INFO] org.infinispan:infinispan-tasks .......... 9.1.7.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-tasks-api ...... 9.1.7.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-tools .......... 9.1.7.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-tree ........... 9.1.7.Final -> 10.0.0.Beta2
[INFO] org.influxdb:influxdb-java ............................... 2.9 -> 2.15
[INFO] org.jboss.logging:jboss-logging ........... 3.3.2.Final -> 3.4.0.Final
[INFO] org.jboss.narayana.jta:jdbc ............... 5.8.1.Final -> 5.9.5.Final
[INFO] org.jboss.narayana.jta:jms ................ 5.8.1.Final -> 5.9.5.Final
[INFO] org.jboss.narayana.jta:jta ................ 5.8.1.Final -> 5.9.5.Final
[INFO] org.jboss.narayana.jts:narayana-jts-integration ...
[INFO] 5.8.1.Final -> 5.9.5.Final
[INFO] org.jetbrains.kotlin:kotlin-reflect ................. 1.2.41 -> 1.3.31
[INFO] org.jetbrains.kotlin:kotlin-runtime ................. 1.2.41 -> 1.2.71
[INFO] org.jetbrains.kotlin:kotlin-stdlib .................. 1.2.41 -> 1.3.31
[INFO] org.jetbrains.kotlin:kotlin-stdlib-jdk7 ............. 1.2.41 -> 1.3.31
[INFO] org.jetbrains.kotlin:kotlin-stdlib-jdk8 ............. 1.2.41 -> 1.3.31
[INFO] org.jetbrains.kotlin:kotlin-stdlib-jre7 ............. 1.2.41 -> 1.2.71
[INFO] org.jetbrains.kotlin:kotlin-stdlib-jre8 ............. 1.2.41 -> 1.2.71
[INFO] org.jolokia:jolokia-core .............................. 1.5.0 -> 1.6.1
[INFO] org.jooq:jooq ...................................... 3.10.7 -> 3.11.11
[INFO] org.jooq:jooq-codegen .............................. 3.10.7 -> 3.11.11
[INFO] org.jooq:jooq-meta ................................. 3.10.7 -> 3.11.11
[INFO] org.junit.jupiter:junit-jupiter-api ............... 5.1.1 -> 5.5.0-RC1
[INFO] org.junit.jupiter:junit-jupiter-engine ............ 5.1.1 -> 5.5.0-RC1
[INFO] org.junit.jupiter:junit-jupiter-params ............ 5.1.1 -> 5.5.0-RC1
[INFO] org.junit.vintage:junit-vintage-engine ............ 5.1.1 -> 5.5.0-RC1
[INFO] org.liquibase:liquibase-core .......................... 3.5.5 -> 3.6.3
[INFO] org.mariadb.jdbc:mariadb-java-client .................. 2.2.3 -> 2.4.1
[INFO] org.mockito:mockito-core ............................ 2.15.0 -> 2.28.2
[INFO] org.mockito:mockito-inline .......................... 2.15.0 -> 2.28.2
[INFO] org.mongodb:bson ............................... 3.6.3 -> 3.11.0-beta3
[INFO] org.mongodb:mongo-java-driver .................. 3.6.3 -> 3.11.0-beta3
[INFO] org.mongodb:mongodb-driver ..................... 3.6.3 -> 3.11.0-beta3
[INFO] org.mongodb:mongodb-driver-async ............... 3.6.3 -> 3.11.0-beta3
[INFO] org.mongodb:mongodb-driver-core ................ 3.6.3 -> 3.11.0-beta3
[INFO] org.mongodb:mongodb-driver-reactivestreams ........... 1.7.1 -> 1.11.0
[INFO] org.mortbay.jasper:apache-el ...................... 8.5.24.2 -> 9.0.19
[INFO] org.neo4j:neo4j-ogm-api ....................... 3.1.0 -> 3.2.0-alpha05
[INFO] org.neo4j:neo4j-ogm-bolt-driver ............... 3.1.0 -> 3.2.0-alpha05
[INFO] org.neo4j:neo4j-ogm-core ...................... 3.1.0 -> 3.2.0-alpha05
[INFO] org.neo4j:neo4j-ogm-http-driver ............... 3.1.0 -> 3.2.0-alpha05
[INFO] org.postgresql:postgresql ...................... 42.2.2 -> 42.2.5.jre7
[INFO] org.projectlombok:lombok ........................... 1.16.20 -> 1.18.8
[INFO] org.quartz-scheduler:quartz ........................... 2.3.0 -> 2.3.1
[INFO] org.quartz-scheduler:quartz-jobs ...................... 2.3.0 -> 2.3.1
[INFO] org.seleniumhq.selenium:htmlunit-driver ............. 2.29.3 -> 2.35.1
[INFO] org.seleniumhq.selenium:selenium-api .......... 3.9.1 -> 4.0.0-alpha-1
[INFO] org.seleniumhq.selenium:selenium-chrome-driver ...
[INFO] 3.9.1 -> 4.0.0-alpha-1
[INFO] org.seleniumhq.selenium:selenium-edge-driver ...
[INFO] 3.9.1 -> 4.0.0-alpha-1
[INFO] org.seleniumhq.selenium:selenium-firefox-driver ...
[INFO] 3.9.1 -> 4.0.0-alpha-1
[INFO] org.seleniumhq.selenium:selenium-ie-driver .... 3.9.1 -> 4.0.0-alpha-1
[INFO] org.seleniumhq.selenium:selenium-java ......... 3.9.1 -> 4.0.0-alpha-1
[INFO] org.seleniumhq.selenium:selenium-opera-driver ...
[INFO] 3.9.1 -> 4.0.0-alpha-1
[INFO] org.seleniumhq.selenium:selenium-remote-driver ...
[INFO] 3.9.1 -> 4.0.0-alpha-1
[INFO] org.seleniumhq.selenium:selenium-safari-driver ...
[INFO] 3.9.1 -> 4.0.0-alpha-1
[INFO] org.seleniumhq.selenium:selenium-support ...... 3.9.1 -> 4.0.0-alpha-1
[INFO] org.slf4j:jcl-over-slf4j ...................... 1.7.25 -> 2.0.0-alpha0
[INFO] org.slf4j:jul-to-slf4j ........................ 1.7.25 -> 2.0.0-alpha0
[INFO] org.slf4j:log4j-over-slf4j .................... 1.7.25 -> 2.0.0-alpha0
[INFO] org.slf4j:slf4j-api ........................... 1.7.25 -> 2.0.0-alpha0
[INFO] org.slf4j:slf4j-ext ........................... 1.7.25 -> 2.0.0-alpha0
[INFO] org.slf4j:slf4j-jcl ................................. 1.7.25 -> 1.7.26
[INFO] org.slf4j:slf4j-jdk14 ......................... 1.7.25 -> 2.0.0-alpha0
[INFO] org.slf4j:slf4j-log4j12 ....................... 1.7.25 -> 2.0.0-alpha0
[INFO] org.slf4j:slf4j-nop ........................... 1.7.25 -> 2.0.0-alpha0
[INFO] org.slf4j:slf4j-simple ........................ 1.7.25 -> 2.0.0-alpha0
[INFO] org.springframework:spring-aop ........ 5.0.6.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-aspects .... 5.0.6.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-beans ...... 5.0.6.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-context .... 5.0.6.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-context-indexer ...
[INFO] 5.0.6.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-context-support ...
[INFO] 5.0.6.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-core ....... 5.0.6.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-expression ...
[INFO] 5.0.6.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-instrument ...
[INFO] 5.0.6.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-jcl ........ 5.0.6.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-jdbc ....... 5.0.6.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-jms ........ 5.0.6.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-messaging ...
[INFO] 5.0.6.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-orm ........ 5.0.6.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-oxm ........ 5.0.6.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-test ....... 5.0.6.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-tx ......... 5.0.6.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-web ........ 5.0.6.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-webflux .... 5.0.6.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-webmvc ..... 5.0.6.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-websocket ...
[INFO] 5.0.6.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework.amqp:spring-amqp ...
[INFO] 2.0.3.RELEASE -> 2.1.6.RELEASE
[INFO] org.springframework.amqp:spring-rabbit ...
[INFO] 2.0.3.RELEASE -> 2.1.6.RELEASE
[INFO] org.springframework.amqp:spring-rabbit-junit ...
[INFO] 2.0.3.RELEASE -> 2.1.6.RELEASE
[INFO] org.springframework.amqp:spring-rabbit-test ...
[INFO] 2.0.3.RELEASE -> 2.1.6.RELEASE
[INFO] org.springframework.batch:spring-batch-core ...
[INFO] 4.0.1.RELEASE -> 4.1.2.RELEASE
[INFO] org.springframework.batch:spring-batch-infrastructure ...
[INFO] 4.0.1.RELEASE -> 4.1.2.RELEASE
[INFO] org.springframework.batch:spring-batch-integration ...
[INFO] 4.0.1.RELEASE -> 4.1.2.RELEASE
[INFO] org.springframework.batch:spring-batch-test ...
[INFO] 4.0.1.RELEASE -> 4.1.2.RELEASE
[INFO] org.springframework.boot:spring-boot ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-actuator ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-actuator-autoconfigure ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-autoconfigure ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-autoconfigure-processor ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-configuration-metadata ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-configuration-processor ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-devtools ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-loader ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-loader-tools ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-properties-migrator ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-activemq ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-actuator ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-amqp ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-aop ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-artemis ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-batch ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-cache ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-cloud-connectors ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-data-cassandra ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-data-cassandra-reactive ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-data-couchbase ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-data-couchbase-reactive ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-data-elasticsearch ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-data-jpa ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-data-ldap ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-data-mongodb ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-data-mongodb-reactive ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-data-neo4j ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-data-redis ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-data-redis-reactive ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-data-rest ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-data-solr ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-freemarker ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-groovy-templates ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-hateoas ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-integration ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-jdbc ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-jersey ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-jetty ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-jooq ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-json ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-jta-atomikos ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-jta-bitronix ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-jta-narayana ...
[INFO] 2.0.2.RELEASE -> 2.0.9.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-log4j2 ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-logging ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-mail ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-mustache ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-quartz ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-reactor-netty ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-security ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-test ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-thymeleaf ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-tomcat ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-undertow ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-validation ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-web ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-web-services ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-webflux ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-websocket ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-test ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-test-autoconfigure ...
[INFO] 2.0.2.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.cloud:spring-cloud-cloudfoundry-connector ...
[INFO] 2.0.1.RELEASE -> 2.0.5.RELEASE
[INFO] org.springframework.cloud:spring-cloud-connectors-core ...
[INFO] 2.0.1.RELEASE -> 2.0.5.RELEASE
[INFO] org.springframework.cloud:spring-cloud-heroku-connector ...
[INFO] 2.0.1.RELEASE -> 2.0.5.RELEASE
[INFO] org.springframework.cloud:spring-cloud-localconfig-connector ...
[INFO] 2.0.1.RELEASE -> 2.0.5.RELEASE
[INFO] org.springframework.cloud:spring-cloud-spring-service-connector ...
[INFO] 2.0.1.RELEASE -> 2.0.5.RELEASE
[INFO] org.springframework.data:spring-data-cassandra ...
[INFO] 2.0.7.RELEASE -> 2.1.8.RELEASE
[INFO] org.springframework.data:spring-data-commons ...
[INFO] 2.0.7.RELEASE -> 2.1.8.RELEASE
[INFO] org.springframework.data:spring-data-couchbase ...
[INFO] 3.0.7.RELEASE -> 3.1.8.RELEASE
[INFO] org.springframework.data:spring-data-elasticsearch ...
[INFO] 3.0.7.RELEASE -> 3.1.8.RELEASE
[INFO] org.springframework.data:spring-data-envers ...
[INFO] 2.0.7.RELEASE -> 2.1.8.RELEASE
[INFO] org.springframework.data:spring-data-gemfire ...
[INFO] 2.0.7.RELEASE -> 2.1.8.RELEASE
[INFO] org.springframework.data:spring-data-geode ...
[INFO] 2.0.7.RELEASE -> 2.1.8.RELEASE
[INFO] org.springframework.data:spring-data-jpa ...
[INFO] 2.0.7.RELEASE -> 2.1.8.RELEASE
[INFO] org.springframework.data:spring-data-keyvalue ...
[INFO] 2.0.7.RELEASE -> 2.1.8.RELEASE
[INFO] org.springframework.data:spring-data-ldap ...
[INFO] 2.0.7.RELEASE -> 2.1.8.RELEASE
[INFO] org.springframework.data:spring-data-mongodb ...
[INFO] 2.0.7.RELEASE -> 2.1.8.RELEASE
[INFO] org.springframework.data:spring-data-mongodb-cross-store ...
[INFO] 2.0.7.RELEASE -> 2.1.8.RELEASE
[INFO] org.springframework.data:spring-data-neo4j ...
[INFO] 5.0.7.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework.data:spring-data-redis ...
[INFO] 2.0.7.RELEASE -> 2.1.8.RELEASE
[INFO] org.springframework.data:spring-data-rest-core ...
[INFO] 3.0.7.RELEASE -> 3.1.8.RELEASE
[INFO] org.springframework.data:spring-data-rest-hal-browser ...
[INFO] 3.0.7.RELEASE -> 3.1.8.RELEASE
[INFO] org.springframework.data:spring-data-rest-webmvc ...
[INFO] 3.0.7.RELEASE -> 3.1.8.RELEASE
[INFO] org.springframework.data:spring-data-solr ...
[INFO] 3.0.7.RELEASE -> 4.0.8.RELEASE
[INFO] org.springframework.hateoas:spring-hateoas ...
[INFO] 0.24.0.RELEASE -> 0.25.1.RELEASE
[INFO] org.springframework.integration:spring-integration-amqp ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-core ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-event ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-feed ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-file ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-ftp ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-gemfire ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-groovy ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-http ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-ip ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-jdbc ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-jms ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-jmx ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-jpa ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-mail ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-mongodb ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-mqtt ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-redis ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-rmi ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-scripting ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-security ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-sftp ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-stomp ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-stream ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-syslog ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-test ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-test-support ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-twitter ...
[INFO] 5.0.5.RELEASE -> 5.0.13.RELEASE
[INFO] org.springframework.integration:spring-integration-webflux ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-websocket ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-ws ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-xml ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-xmpp ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-zookeeper ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.kafka:spring-kafka ...
[INFO] 2.1.6.RELEASE -> 2.2.6.RELEASE
[INFO] org.springframework.kafka:spring-kafka-test ...
[INFO] 2.1.6.RELEASE -> 2.2.6.RELEASE
[INFO] org.springframework.restdocs:spring-restdocs-asciidoctor ...
[INFO] 2.0.1.RELEASE -> 2.0.3.RELEASE
[INFO] org.springframework.restdocs:spring-restdocs-core ...
[INFO] 2.0.1.RELEASE -> 2.0.3.RELEASE
[INFO] org.springframework.restdocs:spring-restdocs-mockmvc ...
[INFO] 2.0.1.RELEASE -> 2.0.3.RELEASE
[INFO] org.springframework.restdocs:spring-restdocs-restassured ...
[INFO] 2.0.1.RELEASE -> 2.0.3.RELEASE
[INFO] org.springframework.restdocs:spring-restdocs-webtestclient ...
[INFO] 2.0.1.RELEASE -> 2.0.3.RELEASE
[INFO] org.springframework.retry:spring-retry ...
[INFO] 1.2.2.RELEASE -> 1.2.4.RELEASE
[INFO] org.springframework.security:spring-security-acl ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.security:spring-security-aspects ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.security:spring-security-cas ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.security:spring-security-config ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.security:spring-security-core ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.security:spring-security-crypto ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.security:spring-security-data ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.security:spring-security-ldap ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.security:spring-security-messaging ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.security:spring-security-oauth2-client ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.security:spring-security-oauth2-core ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.security:spring-security-oauth2-jose ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.security:spring-security-openid ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.security:spring-security-remoting ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.security:spring-security-taglibs ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.security:spring-security-test ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.security:spring-security-web ...
[INFO] 5.0.5.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.session:spring-session-core ...
[INFO] 2.0.3.RELEASE -> 2.1.6.RELEASE
[INFO] org.springframework.session:spring-session-data-gemfire ...
[INFO] 2.0.2.RELEASE -> 2.1.3.RELEASE
[INFO] org.springframework.session:spring-session-data-geode ...
[INFO] 2.0.2.RELEASE -> 2.1.3.RELEASE
[INFO] org.springframework.session:spring-session-data-mongodb ...
[INFO] 2.0.2.RELEASE -> 2.1.4.RELEASE
[INFO] org.springframework.session:spring-session-data-redis ...
[INFO] 2.0.3.RELEASE -> 2.1.6.RELEASE
[INFO] org.springframework.session:spring-session-hazelcast ...
[INFO] 2.0.3.RELEASE -> 2.1.6.RELEASE
[INFO] org.springframework.session:spring-session-jdbc ...
[INFO] 2.0.3.RELEASE -> 2.1.6.RELEASE
[INFO] org.springframework.ws:spring-ws-core ...
[INFO] 3.0.1.RELEASE -> 3.0.7.RELEASE
[INFO] org.springframework.ws:spring-ws-security ...
[INFO] 3.0.1.RELEASE -> 3.0.7.RELEASE
[INFO] org.springframework.ws:spring-ws-support ...
[INFO] 3.0.1.RELEASE -> 3.0.7.RELEASE
[INFO] org.springframework.ws:spring-ws-test ...
[INFO] 3.0.1.RELEASE -> 3.0.7.RELEASE
[INFO] org.thymeleaf:thymeleaf .............. 3.0.9.RELEASE -> 3.0.11.RELEASE
[INFO] org.thymeleaf:thymeleaf-spring5 ...... 3.0.9.RELEASE -> 3.0.11.RELEASE
[INFO] org.thymeleaf.extras:thymeleaf-extras-java8time ...
[INFO] 3.0.1.RELEASE -> 3.0.4.RELEASE
[INFO] org.thymeleaf.extras:thymeleaf-extras-springsecurity4 ...
[INFO] 3.0.2.RELEASE -> 3.0.4.RELEASE
[INFO] org.webjars:webjars-locator-core ........................ 0.35 -> 0.37
[INFO] org.xerial:sqlite-jdbc .......................... 3.21.0.1 -> 3.27.2.1
[INFO] org.xmlunit:xmlunit-core .............................. 2.5.1 -> 2.6.2
[INFO] org.xmlunit:xmlunit-legacy ............................ 2.5.1 -> 2.6.2
[INFO] org.xmlunit:xmlunit-matchers .......................... 2.5.1 -> 2.6.2
[INFO] org.yaml:snakeyaml ...................................... 1.19 -> 1.24
[INFO] redis.clients:jedis ................................ 2.9.0 -> 3.1.0-m2
[INFO] xml-apis:xml-apis .................................... 1.4.01 -> 2.0.2
[INFO]
[INFO] The following dependencies in Dependencies have newer versions:
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-property-updates (default-cli) @ asity-example-spring-webflux5 ---
[INFO]
[INFO] This project does not have any properties associated with versions.
[INFO]
[INFO]
[INFO] ------------< io.cettia.asity:asity-example-spring-webmvc4 >------------
[INFO] Building Asity/Example/Spring Web MVC 4 3.0.0-Beta1-SNAPSHOT [22/24]
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default-cli) @ asity-example-spring-webmvc4 ---
[INFO]
[INFO] The following plugin updates are available:
[INFO] org.springframework.boot:spring-boot-maven-plugin 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO]
[WARNING] The following plugins do not have their version specified:
[WARNING] maven-clean-plugin ........................ (from super-pom) 3.0.0
[WARNING] maven-compiler-plugin ..................... (from super-pom) 3.6.1
[WARNING] maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING] maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING] maven-resources-plugin .................... (from super-pom) 3.0.2
[WARNING] maven-site-plugin ........................... (from super-pom) 3.6
[WARNING] maven-surefire-plugin ...................... (from super-pom) 2.20
[WARNING] maven-war-plugin .......................... (from super-pom) 3.1.0
[INFO]
[INFO] Project inherits minimum Maven version as: 3.0
[INFO] Plugins require minimum Maven version of: 3.0
[INFO] Note: the super-pom from Maven 3.5.3 defines some of the plugin
[INFO] versions and may be influencing the plugins required minimum Maven
[INFO] version.
[INFO]
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default-cli) @ asity-example-spring-webmvc4 ---
[INFO] artifact com.gemstone.gemfire:gemfire: checking for updates from central
[INFO] artifact com.hazelcast:hazelcast-hibernate4: checking for updates from central
[INFO] artifact com.hazelcast:hazelcast-hibernate5: checking for updates from central
[INFO] artifact com.zaxxer:HikariCP-java6: checking for updates from central
[INFO] artifact com.zaxxer:HikariCP-java7: checking for updates from central
[INFO] artifact commons-beanutils:commons-beanutils: checking for updates from central
[INFO] artifact commons-collections:commons-collections: checking for updates from central
[INFO] artifact commons-digester:commons-digester: checking for updates from central
[INFO] artifact commons-dbcp:commons-dbcp: checking for updates from central
[INFO] artifact io.projectreactor:reactor-bus: checking for updates from central
[INFO] artifact io.projectreactor:reactor-groovy: checking for updates from central
[INFO] artifact io.projectreactor:reactor-groovy-extensions: checking for updates from central
[INFO] artifact io.projectreactor:reactor-logback: checking for updates from central
[INFO] artifact io.projectreactor:reactor-net: checking for updates from central
[INFO] artifact io.projectreactor:reactor-stream: checking for updates from central
[INFO] artifact io.projectreactor.spring:reactor-spring-context: checking for updates from central
[INFO] artifact io.projectreactor.spring:reactor-spring-core: checking for updates from central
[INFO] artifact io.projectreactor.spring:reactor-spring-messaging: checking for updates from central
[INFO] artifact io.projectreactor.spring:reactor-spring-webmvc: checking for updates from central
[INFO] artifact javax.jms:jms-api: checking for updates from central
[INFO] artifact org.apache.logging.log4j:log4j-api-scala_2.11: checking for updates from central
[INFO] artifact org.apache.logging.log4j:log4j-api-scala_2.10: checking for updates from central
[INFO] artifact org.apache.logging.log4j:log4j-nosql: checking for updates from central
[INFO] artifact org.apache.solr:solr-map-reduce: checking for updates from central
[INFO] artifact org.apache.solr:solr-morphlines-cell: checking for updates from central
[INFO] artifact org.apache.solr:solr-morphlines-core: checking for updates from central
[INFO] artifact org.crashub:crash.cli: checking for updates from central
[INFO] artifact org.crashub:crash.connectors.ssh: checking for updates from central
[INFO] artifact org.crashub:crash.connectors.telnet: checking for updates from central
[INFO] artifact org.crashub:crash.embed.spring: checking for updates from central
[INFO] artifact org.crashub:crash.plugins.cron: checking for updates from central
[INFO] artifact org.crashub:crash.plugins.mail: checking for updates from central
[INFO] artifact org.crashub:crash.shell: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-runner: checking for updates from central
[INFO] artifact org.eclipse.jetty:jetty-start: checking for updates from central
[INFO] artifact org.firebirdsql.jdbc:jaybird-jdk16: checking for updates from central
[INFO] artifact org.glassfish.jersey.bundles.repackaged:jersey-guava: checking for updates from central
[INFO] artifact org.glassfish.jersey.ext:jersey-spring3: checking for updates from central
[INFO] artifact org.hibernate:hibernate-validator: checking for updates from central
[INFO] artifact org.hibernate:hibernate-validator-annotation-processor: checking for updates from central
[INFO] artifact org.infinispan:infinispan-spring: checking for updates from central
[INFO] artifact org.javassist:javassist: checking for updates from central
[INFO] artifact org.json:json: checking for updates from central
[INFO] artifact org.neo4j:neo4j-ogm-compiler: checking for updates from central
[INFO] artifact org.spockframework:spock-core: checking for updates from central
[INFO] artifact org.spockframework:spock-spring: checking for updates from central
[INFO] artifact org.springframework:spring-instrument-tomcat: checking for updates from central
[INFO] artifact org.springframework:spring-webmvc-portlet: checking for updates from central
[INFO] artifact org.springframework:springloaded: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-actuator-docs: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-data-gemfire: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-mobile: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-remote-shell: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-social-facebook: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-social-linkedin: checking for updates from central
[INFO] artifact org.springframework.boot:spring-boot-starter-social-twitter: checking for updates from central
[INFO] artifact org.springframework.cloud:spring-cloud-core: checking for updates from central
[INFO] artifact org.springframework.data:spring-cql: checking for updates from central
[INFO] artifact org.springframework.data:spring-data-mongodb-log4j: checking for updates from central
[INFO] artifact org.springframework.integration:spring-integration-java-dsl: checking for updates from central
[INFO] artifact org.springframework.mobile:spring-mobile-device: checking for updates from central
[INFO] artifact org.springframework.security:spring-security-jwt: checking for updates from central
[INFO] artifact org.springframework.security.oauth:spring-security-oauth: checking for updates from central
[INFO] artifact org.springframework.security.oauth:spring-security-oauth2: checking for updates from central
[INFO] artifact org.springframework.session:spring-session: checking for updates from central
[INFO] artifact org.springframework.session:spring-session-data-mongo: checking for updates from central
[INFO] artifact org.springframework.social:spring-social-config: checking for updates from central
[INFO] artifact org.springframework.social:spring-social-core: checking for updates from central
[INFO] artifact org.springframework.social:spring-social-facebook: checking for updates from central
[INFO] artifact org.springframework.social:spring-social-facebook-web: checking for updates from central
[INFO] artifact org.springframework.social:spring-social-linkedin: checking for updates from central
[INFO] artifact org.springframework.social:spring-social-security: checking for updates from central
[INFO] artifact org.springframework.social:spring-social-twitter: checking for updates from central
[INFO] artifact org.springframework.social:spring-social-web: checking for updates from central
[INFO] artifact org.thymeleaf:thymeleaf-spring4: checking for updates from central
[INFO] artifact org.thymeleaf.extras:thymeleaf-extras-conditionalcomments: checking for updates from central
[INFO] artifact org.webjars:webjars-locator: checking for updates from central
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO] antlr:antlr ........................................ 2.7.7 -> 20030911
[INFO] ch.qos.logback:logback-access ................. 1.1.11 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO] com.atomikos:transactions-jdbc ........................ 3.9.3 -> 5.0.0
[INFO] com.atomikos:transactions-jms ......................... 3.9.3 -> 5.0.0
[INFO] com.atomikos:transactions-jta ......................... 3.9.3 -> 5.0.0
[INFO] com.couchbase.client:java-client ...................... 2.3.7 -> 2.7.7
[INFO] com.datastax.cassandra:cassandra-driver-core .......... 3.1.4 -> 4.0.0
[INFO] com.datastax.cassandra:cassandra-driver-mapping ....... 3.1.4 -> 3.7.1
[INFO] com.fasterxml:classmate ............................... 1.3.4 -> 1.5.0
[INFO] com.fasterxml.jackson.core:jackson-annotations ........ 2.8.0 -> 2.9.9
[INFO] com.fasterxml.jackson.core:jackson-core .............. 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.core:jackson-databind ........ 2.8.11.1 -> 2.9.9
[INFO] com.fasterxml.jackson.dataformat:jackson-dataformat-avro ...
[INFO] 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.dataformat:jackson-dataformat-cbor ...
[INFO] 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.dataformat:jackson-dataformat-csv ...
[INFO] 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.dataformat:jackson-dataformat-ion ...
[INFO] 2.8.10 -> 2.9.9
[INFO] com.fasterxml.jackson.dataformat:jackson-dataformat-properties ...
[INFO] 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.dataformat:jackson-dataformat-protobuf ...
[INFO] 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.dataformat:jackson-dataformat-smile ...
[INFO] 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.dataformat:jackson-dataformat-xml ...
[INFO] 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.dataformat:jackson-dataformat-yaml ...
[INFO] 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.datatype:jackson-datatype-guava ...
[INFO] 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.datatype:jackson-datatype-hibernate3 ...
[INFO] 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.datatype:jackson-datatype-hibernate4 ...
[INFO] 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.datatype:jackson-datatype-hibernate5 ...
[INFO] 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.datatype:jackson-datatype-hppc ...
[INFO] 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.datatype:jackson-datatype-jaxrs ...
[INFO] 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.datatype:jackson-datatype-jdk8 ...
[INFO] 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.datatype:jackson-datatype-joda ...
[INFO] 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.datatype:jackson-datatype-json-org ...
[INFO] 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.datatype:jackson-datatype-jsr310 ...
[INFO] 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.datatype:jackson-datatype-jsr353 ...
[INFO] 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.datatype:jackson-datatype-pcollections ...
[INFO] 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.jaxrs:jackson-jaxrs-base ....... 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.jaxrs:jackson-jaxrs-cbor-provider ...
[INFO] 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider ...
[INFO] 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.jaxrs:jackson-jaxrs-smile-provider ...
[INFO] 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.jaxrs:jackson-jaxrs-xml-provider ...
[INFO] 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.jaxrs:jackson-jaxrs-yaml-provider ...
[INFO] 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.jr:jackson-jr-all .............. 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.jr:jackson-jr-objects .......... 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.jr:jackson-jr-retrofit2 ........ 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.jr:jackson-jr-stree ............ 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.module:jackson-module-afterburner ...
[INFO] 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.module:jackson-module-guice .... 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.module:jackson-module-jaxb-annotations ...
[INFO] 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.module:jackson-module-jsonSchema ...
[INFO] 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.module:jackson-module-kotlin ...
[INFO] 2.8.11.1 -> 2.9.9
[INFO] com.fasterxml.jackson.module:jackson-module-mrbean ... 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.module:jackson-module-osgi ..... 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.module:jackson-module-parameter-names ...
[INFO] 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.module:jackson-module-paranamer ...
[INFO] 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.module:jackson-module-scala_2.10 ...
[INFO] 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.module:jackson-module-scala_2.11 ...
[INFO] 2.8.11 -> 2.9.9
[INFO] com.fasterxml.jackson.module:jackson-module-scala_2.12 ...
[INFO] 2.8.11 -> 2.9.9
[INFO] com.github.ben-manes.caffeine:caffeine ................ 2.3.5 -> 2.7.0
[INFO] com.github.mxab.thymeleaf.extras:thymeleaf-extras-data-attribute ...
[INFO] 1.3 -> 2.0.1
[INFO] com.google.appengine:appengine-api-1.0-sdk .......... 1.9.63 -> 1.9.75
[INFO] com.google.code.gson:gson ............................. 2.8.4 -> 2.8.5
[INFO] com.h2database:h2 ................................. 1.4.197 -> 1.4.199
[INFO] com.hazelcast:hazelcast .............................. 3.7.8 -> 3.12.1
[INFO] com.hazelcast:hazelcast-client ....................... 3.7.8 -> 3.12.1
[INFO] com.hazelcast:hazelcast-hibernate4 .................... 3.7.1 -> 3.8.4
[INFO] com.hazelcast:hazelcast-hibernate5 .................... 1.1.3 -> 1.3.2
[INFO] com.hazelcast:hazelcast-spring ....................... 3.7.8 -> 3.12.1
[INFO] com.jayway.jsonpath:json-path ......................... 2.2.0 -> 2.4.0
[INFO] com.jayway.jsonpath:json-path-assert .................. 2.2.0 -> 2.4.0
[INFO] com.microsoft.sqlserver:mssql-jdbc ...
[INFO] 6.1.0.jre7 -> 7.3.0.jre11-preview
[INFO] com.querydsl:querydsl-apt ............................. 4.1.4 -> 4.2.1
[INFO] com.querydsl:querydsl-collections ..................... 4.1.4 -> 4.2.1
[INFO] com.querydsl:querydsl-core ............................ 4.1.4 -> 4.2.1
[INFO] com.querydsl:querydsl-jpa ............................. 4.1.4 -> 4.2.1
[INFO] com.querydsl:querydsl-mongodb ......................... 4.1.4 -> 4.2.1
[INFO] com.samskivert:jmustache ................................ 1.13 -> 1.14
[INFO] com.sendgrid:sendgrid-java ............................ 2.2.2 -> 4.4.1
[INFO] com.sun.mail:javax.mail ............................... 1.5.6 -> 1.6.2
[INFO] com.unboundid:unboundid-ldapsdk ...................... 3.2.1 -> 4.0.11
[INFO] com.zaxxer:HikariCP ................................... 2.5.1 -> 3.3.1
[INFO] commons-codec:commons-codec ............................. 1.10 -> 1.12
[INFO] commons-collections:commons-collections ............ 3.2.2 -> 20040616
[INFO] de.flapdoodle.embed:de.flapdoodle.embed.mongo ........ 1.50.5 -> 2.2.0
[INFO] dom4j:dom4j ................................. 1.6.1 -> 20040902.021138
[INFO] io.dropwizard.metrics:metrics-annotation .............. 3.1.5 -> 4.1.0
[INFO] io.dropwizard.metrics:metrics-core .................... 3.1.5 -> 4.1.0
[INFO] io.dropwizard.metrics:metrics-ehcache ................. 3.1.5 -> 4.1.0
[INFO] io.dropwizard.metrics:metrics-ganglia ................. 3.1.5 -> 3.2.6
[INFO] io.dropwizard.metrics:metrics-graphite ................ 3.1.5 -> 4.1.0
[INFO] io.dropwizard.metrics:metrics-healthchecks ............ 3.1.5 -> 4.1.0
[INFO] io.dropwizard.metrics:metrics-httpasyncclient ......... 3.1.5 -> 4.1.0
[INFO] io.dropwizard.metrics:metrics-jdbi .................... 3.1.5 -> 4.1.0
[INFO] io.dropwizard.metrics:metrics-jersey .................. 3.1.5 -> 3.2.6
[INFO] io.dropwizard.metrics:metrics-jersey2 ................. 3.1.5 -> 4.1.0
[INFO] io.dropwizard.metrics:metrics-jetty8 .................. 3.1.5 -> 3.2.6
[INFO] io.dropwizard.metrics:metrics-jetty9 .................. 3.1.5 -> 4.1.0
[INFO] io.dropwizard.metrics:metrics-jetty9-legacy ........... 3.1.5 -> 3.2.6
[INFO] io.dropwizard.metrics:metrics-json .................... 3.1.5 -> 4.1.0
[INFO] io.dropwizard.metrics:metrics-jvm ..................... 3.1.5 -> 4.1.0
[INFO] io.dropwizard.metrics:metrics-log4j ................... 3.1.5 -> 3.2.6
[INFO] io.dropwizard.metrics:metrics-log4j2 .................. 3.1.5 -> 4.1.0
[INFO] io.dropwizard.metrics:metrics-logback ................. 3.1.5 -> 4.1.0
[INFO] io.dropwizard.metrics:metrics-servlet ................. 3.1.5 -> 4.1.0
[INFO] io.dropwizard.metrics:metrics-servlets ................ 3.1.5 -> 4.1.0
[INFO] io.projectreactor:reactor-core ....... 2.0.8.RELEASE -> 3.2.10.RELEASE
[INFO] io.searchbox:jest ..................................... 2.0.4 -> 6.3.1
[INFO] io.undertow:undertow-core ............... 1.4.25.Final -> 2.0.21.Final
[INFO] io.undertow:undertow-servlet ............ 1.4.25.Final -> 2.0.21.Final
[INFO] io.undertow:undertow-websockets-jsr ..... 1.4.25.Final -> 2.0.21.Final
[INFO] javax.cache:cache-api ................................. 1.0.0 -> 1.1.1
[INFO] javax.mail:javax.mail-api ............................. 1.5.6 -> 1.6.2
[INFO] javax.servlet:javax.servlet-api ....................... 3.1.0 -> 4.0.1
[INFO] javax.transaction:javax.transaction-api ................... 1.2 -> 1.3
[INFO] javax.validation:validation-api ........... 1.1.0.Final -> 2.0.1.Final
[INFO] jaxen:jaxen ........................................... 1.1.6 -> 1.2.0
[INFO] joda-time:joda-time .................................. 2.9.9 -> 2.10.2
[INFO] junit:junit ...................................... 4.12 -> 4.13-beta-3
[INFO] mysql:mysql-connector-java .......................... 5.1.46 -> 8.0.16
[INFO] net.java.dev.jna:jna .................................. 4.2.2 -> 5.3.1
[INFO] net.java.dev.jna:jna-platform ......................... 4.2.2 -> 5.3.1
[INFO] net.jodah:concurrentunit .............................. 0.4.3 -> 0.4.4
[INFO] net.sf.ehcache:ehcache .............................. 2.10.4 -> 2.10.6
[INFO] net.sourceforge.htmlunit:htmlunit ..................... 2.21 -> 2.35.0
[INFO] nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect ...... 1.4.0 -> 2.4.1
[INFO] org.apache.activemq:activemq-amqp ................... 5.14.5 -> 5.15.9
[INFO] org.apache.activemq:activemq-blueprint .............. 5.14.5 -> 5.15.9
[INFO] org.apache.activemq:activemq-broker ................. 5.14.5 -> 5.15.9
[INFO] org.apache.activemq:activemq-camel .................. 5.14.5 -> 5.15.9
[INFO] org.apache.activemq:activemq-client ................. 5.14.5 -> 5.15.9
[INFO] org.apache.activemq:activemq-console ................ 5.14.5 -> 5.15.9
[INFO] org.apache.activemq:activemq-http ................... 5.14.5 -> 5.15.9
[INFO] org.apache.activemq:activemq-jaas ................... 5.14.5 -> 5.15.9
[INFO] org.apache.activemq:activemq-jdbc-store ............. 5.14.5 -> 5.15.9
[INFO] org.apache.activemq:activemq-jms-pool ............... 5.14.5 -> 5.15.9
[INFO] org.apache.activemq:activemq-kahadb-store ........... 5.14.5 -> 5.15.9
[INFO] org.apache.activemq:activemq-karaf .................. 5.14.5 -> 5.15.9
[INFO] org.apache.activemq:activemq-leveldb-store .......... 5.14.5 -> 5.15.9
[INFO] org.apache.activemq:activemq-log4j-appender ......... 5.14.5 -> 5.15.9
[INFO] org.apache.activemq:activemq-mqtt ................... 5.14.5 -> 5.15.9
[INFO] org.apache.activemq:activemq-openwire-generator ..... 5.14.5 -> 5.15.9
[INFO] org.apache.activemq:activemq-openwire-legacy ........ 5.14.5 -> 5.15.9
[INFO] org.apache.activemq:activemq-osgi ................... 5.14.5 -> 5.15.9
[INFO] org.apache.activemq:activemq-partition .............. 5.14.5 -> 5.15.9
[INFO] org.apache.activemq:activemq-pool ................... 5.14.5 -> 5.15.9
[INFO] org.apache.activemq:activemq-ra ..................... 5.14.5 -> 5.15.9
[INFO] org.apache.activemq:activemq-run .................... 5.14.5 -> 5.15.9
[INFO] org.apache.activemq:activemq-runtime-config ......... 5.14.5 -> 5.15.9
[INFO] org.apache.activemq:activemq-shiro .................. 5.14.5 -> 5.15.9
[INFO] org.apache.activemq:activemq-spring ................. 5.14.5 -> 5.15.9
[INFO] org.apache.activemq:activemq-stomp .................. 5.14.5 -> 5.15.9
[INFO] org.apache.activemq:activemq-web .................... 5.14.5 -> 5.15.9
[INFO] org.apache.activemq:artemis-amqp-protocol ............. 1.5.6 -> 2.9.0
[INFO] org.apache.activemq:artemis-commons ................... 1.5.6 -> 2.9.0
[INFO] org.apache.activemq:artemis-core-client ............... 1.5.6 -> 2.9.0
[INFO] org.apache.activemq:artemis-jms-client ................ 1.5.6 -> 2.9.0
[INFO] org.apache.activemq:artemis-jms-server ................ 1.5.6 -> 2.9.0
[INFO] org.apache.activemq:artemis-journal ................... 1.5.6 -> 2.9.0
[INFO] org.apache.activemq:artemis-native .................... 1.5.6 -> 2.6.4
[INFO] org.apache.activemq:artemis-selector .................. 1.5.6 -> 2.9.0
[INFO] org.apache.activemq:artemis-server .................... 1.5.6 -> 2.9.0
[INFO] org.apache.activemq:artemis-service-extensions ........ 1.5.6 -> 2.9.0
[INFO] org.apache.commons:commons-dbcp2 ...................... 2.1.1 -> 2.6.0
[INFO] org.apache.commons:commons-pool2 ...................... 2.4.3 -> 2.6.2
[INFO] org.apache.derby:derby ........................ 10.13.1.1 -> 10.15.1.3
[INFO] org.apache.httpcomponents:fluent-hc ................... 4.5.5 -> 4.5.9
[INFO] org.apache.httpcomponents:httpasyncclient ............. 4.1.3 -> 4.1.4
[INFO] org.apache.httpcomponents:httpclient .................. 4.5.5 -> 4.5.9
[INFO] org.apache.httpcomponents:httpclient-cache ............ 4.5.5 -> 4.5.9
[INFO] org.apache.httpcomponents:httpclient-osgi ............. 4.5.5 -> 4.5.9
[INFO] org.apache.httpcomponents:httpclient-win .............. 4.5.5 -> 4.5.9
[INFO] org.apache.httpcomponents:httpcore ................... 4.4.9 -> 4.4.11
[INFO] org.apache.httpcomponents:httpmime .................... 4.5.5 -> 4.5.9
[INFO] org.apache.logging.log4j:log4j-1.2-api ................. 2.7 -> 2.11.2
[INFO] org.apache.logging.log4j:log4j-api ..................... 2.7 -> 2.11.2
[INFO] org.apache.logging.log4j:log4j-api-scala_2.10 ............ 2.7 -> 11.0
[INFO] org.apache.logging.log4j:log4j-api-scala_2.11 ............ 2.7 -> 11.0
[INFO] org.apache.logging.log4j:log4j-core .................... 2.7 -> 2.11.2
[INFO] org.apache.logging.log4j:log4j-flume-ng ................ 2.7 -> 2.11.2
[INFO] org.apache.logging.log4j:log4j-iostreams ............... 2.7 -> 2.11.2
[INFO] org.apache.logging.log4j:log4j-jcl ..................... 2.7 -> 2.11.2
[INFO] org.apache.logging.log4j:log4j-jmx-gui ................. 2.7 -> 2.11.2
[INFO] org.apache.logging.log4j:log4j-jul ..................... 2.7 -> 2.11.2
[INFO] org.apache.logging.log4j:log4j-liquibase ............... 2.7 -> 2.11.2
[INFO] org.apache.logging.log4j:log4j-nosql .................... 2.7 -> 2.9.1
[INFO] org.apache.logging.log4j:log4j-slf4j-impl .............. 2.7 -> 2.11.2
[INFO] org.apache.logging.log4j:log4j-taglib .................. 2.7 -> 2.11.2
[INFO] org.apache.logging.log4j:log4j-web ..................... 2.7 -> 2.11.2
[INFO] org.apache.solr:solr-analysis-extras .................. 5.5.5 -> 8.1.1
[INFO] org.apache.solr:solr-analytics ........................ 5.5.5 -> 8.1.1
[INFO] org.apache.solr:solr-cell ............................. 5.5.5 -> 8.1.1
[INFO] org.apache.solr:solr-clustering ....................... 5.5.5 -> 8.1.1
[INFO] org.apache.solr:solr-core ............................. 5.5.5 -> 8.1.1
[INFO] org.apache.solr:solr-dataimporthandler ................ 5.5.5 -> 8.1.1
[INFO] org.apache.solr:solr-dataimporthandler-extras ......... 5.5.5 -> 8.1.1
[INFO] org.apache.solr:solr-langid ........................... 5.5.5 -> 8.1.1
[INFO] org.apache.solr:solr-map-reduce ....................... 5.5.5 -> 6.5.1
[INFO] org.apache.solr:solr-morphlines-cell .................. 5.5.5 -> 6.5.1
[INFO] org.apache.solr:solr-morphlines-core .................. 5.5.5 -> 6.5.1
[INFO] org.apache.solr:solr-solrj ............................ 5.5.5 -> 8.1.1
[INFO] org.apache.solr:solr-test-framework ................... 5.5.5 -> 8.1.1
[INFO] org.apache.solr:solr-uima ............................. 5.5.5 -> 7.4.0
[INFO] org.apache.solr:solr-velocity ......................... 5.5.5 -> 8.1.1
[INFO] org.apache.tomcat:tomcat-annotations-api ............ 8.5.31 -> 9.0.21
[INFO] org.apache.tomcat:tomcat-jdbc ....................... 8.5.31 -> 9.0.21
[INFO] org.apache.tomcat:tomcat-jsp-api .................... 8.5.31 -> 9.0.21
[INFO] org.apache.tomcat.embed:tomcat-embed-core ........... 8.5.31 -> 9.0.21
[INFO] org.apache.tomcat.embed:tomcat-embed-el ............. 8.5.31 -> 9.0.21
[INFO] org.apache.tomcat.embed:tomcat-embed-jasper ......... 8.5.31 -> 9.0.21
[INFO] org.apache.tomcat.embed:tomcat-embed-websocket ...... 8.5.31 -> 9.0.21
[INFO] org.aspectj:aspectjrt ................................ 1.8.13 -> 1.9.4
[INFO] org.aspectj:aspectjtools ............................. 1.8.13 -> 1.9.4
[INFO] org.aspectj:aspectjweaver ............................ 1.8.13 -> 1.9.4
[INFO] org.assertj:assertj-core ............................. 2.6.0 -> 3.12.2
[INFO] org.codehaus.groovy:groovy .................... 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-all ................ 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-ant ................ 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-bsf ................ 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-console ............ 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-docgenerator ....... 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-groovydoc .......... 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-groovysh ........... 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-jmx ................ 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-json ............... 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-jsr223 ............. 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-nio ................ 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-servlet ............ 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-sql ................ 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-swing .............. 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-templates .......... 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-test ............... 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-testng ............. 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.groovy:groovy-xml ................ 2.4.15 -> 3.0.0-beta-1
[INFO] org.codehaus.janino:janino ........................... 2.7.8 -> 3.0.12
[INFO] org.eclipse.jetty:apache-jsp .... 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:apache-jstl ... 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-alpn-client ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-alpn-java-client ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-alpn-java-server ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-alpn-server ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-annotations ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-ant ..... 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-continuation ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-deploy ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-hazelcast ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-http .... 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-http-spi ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-infinispan ...
[INFO] 9.4.10.v20180503 -> 9.4.16.v20190411
[INFO] org.eclipse.jetty:jetty-io ...... 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-jaas .... 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-jaspi ... 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-jmx ..... 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-jndi .... 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-nosql ... 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-plus .... 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-proxy ... 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-quickstart ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-rewrite ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-runner ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-security ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-server ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-servlet ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-servlets ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-spring ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-start ... 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-unixsocket ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-util .... 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-util-ajax ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-webapp ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty:jetty-xml ..... 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.cdi:cdi-core ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.cdi:cdi-servlet ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.fcgi:fcgi-client ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.fcgi:fcgi-server ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.gcloud:jetty-gcloud-session-manager ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.http2:http2-client ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.http2:http2-common ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.http2:http2-hpack ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.http2:http2-http-client-transport ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.http2:http2-server ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.memcached:jetty-memcached-sessions ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.osgi:jetty-httpservice ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.osgi:jetty-osgi-boot ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.osgi:jetty-osgi-boot-jsp ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.osgi:jetty-osgi-boot-warurl ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:javax-websocket-client-impl ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:javax-websocket-server-impl ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-api ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-common ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-server ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-servlet ...
[INFO] 9.4.10.v20180503 -> 9.4.19.v20190610
[INFO] org.ehcache:ehcache ................................... 3.2.3 -> 3.7.1
[INFO] org.ehcache:ehcache-clustered ......................... 3.2.3 -> 3.7.1
[INFO] org.ehcache:ehcache-transactions ...................... 3.2.3 -> 3.7.1
[INFO] org.elasticsearch:elasticsearch ....................... 2.4.6 -> 7.1.1
[INFO] org.firebirdsql.jdbc:jaybird-jdk16 .................. 2.2.14 -> 2.2.15
[INFO] org.firebirdsql.jdbc:jaybird-jdk17 ............ 2.2.14 -> 4.0.0-beta-1
[INFO] org.firebirdsql.jdbc:jaybird-jdk18 ............ 2.2.14 -> 4.0.0-beta-1
[INFO] org.flywaydb:flyway-core ........................ 3.2.1 -> 6.0.0-beta2
[INFO] org.glassfish:javax.el ............................ 3.0.0 -> 3.0.1-b11
[INFO] org.glassfish.jersey.bundles.repackaged:jersey-guava ...
[INFO] 2.25.1 -> 2.26-b03
[INFO] org.glassfish.jersey.containers:jersey-container-servlet ...
[INFO] 2.25.1 -> 2.28
[INFO] org.glassfish.jersey.containers:jersey-container-servlet-core ...
[INFO] 2.25.1 -> 2.28
[INFO] org.glassfish.jersey.core:jersey-client ............... 2.25.1 -> 2.28
[INFO] org.glassfish.jersey.core:jersey-common ............... 2.25.1 -> 2.28
[INFO] org.glassfish.jersey.core:jersey-server ............... 2.25.1 -> 2.28
[INFO] org.glassfish.jersey.ext:jersey-bean-validation ....... 2.25.1 -> 2.28
[INFO] org.glassfish.jersey.ext:jersey-entity-filtering ...... 2.25.1 -> 2.28
[INFO] org.glassfish.jersey.ext:jersey-spring3 ........... 2.25.1 -> 2.26-b03
[INFO] org.glassfish.jersey.media:jersey-media-jaxb .......... 2.25.1 -> 2.28
[INFO] org.glassfish.jersey.media:jersey-media-json-jackson ...
[INFO] 2.25.1 -> 2.28
[INFO] org.glassfish.jersey.media:jersey-media-multipart ..... 2.25.1 -> 2.28
[INFO] org.hamcrest:hamcrest-core ................................ 1.3 -> 2.1
[INFO] org.hamcrest:hamcrest-library ............................. 1.3 -> 2.1
[INFO] org.hibernate:hibernate-core ............ 5.0.12.Final -> 6.0.0.Alpha2
[INFO] org.hibernate:hibernate-ehcache .......... 5.0.12.Final -> 5.3.0.Beta1
[INFO] org.hibernate:hibernate-entitymanager .... 5.0.12.Final -> 5.3.0.Beta1
[INFO] org.hibernate:hibernate-envers ........... 5.0.12.Final -> 5.3.0.Beta1
[INFO] org.hibernate:hibernate-java8 ............ 5.0.12.Final -> 5.3.0.Beta1
[INFO] org.hibernate:hibernate-jpamodelgen ..... 5.0.12.Final -> 6.0.0.Alpha2
[INFO] org.hibernate:hibernate-validator ........ 5.3.6.Final -> 6.1.0.Alpha5
[INFO] org.hibernate:hibernate-validator-annotation-processor ...
[INFO] 5.3.6.Final -> 6.1.0.Alpha5
[INFO] org.hsqldb:hsqldb ..................................... 2.3.5 -> 2.5.0
[INFO] org.infinispan:infinispan-cachestore-jdbc ...
[INFO] 8.2.11.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-cachestore-jpa ...
[INFO] 8.2.11.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-cachestore-leveldb ...
[INFO] 8.2.11.Final -> 10.0.0.Alpha2
[INFO] org.infinispan:infinispan-cachestore-remote ...
[INFO] 8.2.11.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-cachestore-rest ...
[INFO] 8.2.11.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-cdi-common .... 8.2.11.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-cdi-embedded ...
[INFO] 8.2.11.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-cdi-remote .... 8.2.11.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-cli ............ 8.2.11.Final -> 9.1.7.Final
[INFO] org.infinispan:infinispan-client-hotrod ...
[INFO] 8.2.11.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-commons ....... 8.2.11.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-core .......... 8.2.11.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-directory-provider ...
[INFO] 8.2.11.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-embedded ....... 8.2.11.Final -> 9.1.7.Final
[INFO] org.infinispan:infinispan-embedded-query ...
[INFO] 8.2.11.Final -> 9.1.7.Final
[INFO] org.infinispan:infinispan-jcache ........ 8.2.11.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-jcache-commons ...
[INFO] 8.2.11.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-jcache-remote ...
[INFO] 8.2.11.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-lucene-directory ...
[INFO] 8.2.11.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-objectfilter ...
[INFO] 8.2.11.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-osgi .......... 8.2.11.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-persistence-cli ...
[INFO] 8.2.11.Final -> 10.0.0.Alpha1
[INFO] org.infinispan:infinispan-persistence-soft-index ...
[INFO] 8.2.11.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-query ......... 8.2.11.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-query-dsl ..... 8.2.11.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-remote ......... 8.2.11.Final -> 9.1.7.Final
[INFO] org.infinispan:infinispan-remote-query-client ...
[INFO] 8.2.11.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-remote-query-server ...
[INFO] 8.2.11.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-scripting ..... 8.2.11.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-server-core ... 8.2.11.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-server-hotrod ...
[INFO] 8.2.11.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-server-memcached ...
[INFO] 8.2.11.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-server-websocket ...
[INFO] 8.2.11.Final -> 9.4.0.Alpha1
[INFO] org.infinispan:infinispan-spring4-common ...
[INFO] 8.2.11.Final -> 10.0.0.Alpha1
[INFO] org.infinispan:infinispan-spring4-embedded ...
[INFO] 8.2.11.Final -> 10.0.0.Alpha1
[INFO] org.infinispan:infinispan-spring4-remote ...
[INFO] 8.2.11.Final -> 10.0.0.Alpha1
[INFO] org.infinispan:infinispan-tasks ......... 8.2.11.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-tasks-api ..... 8.2.11.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-tools ......... 8.2.11.Final -> 10.0.0.Beta3
[INFO] org.infinispan:infinispan-tree .......... 8.2.11.Final -> 10.0.0.Beta2
[INFO] org.javassist:javassist ....................... 3.21.0-GA -> 3.25.0-GA
[INFO] org.jboss.logging:jboss-logging ........... 3.3.2.Final -> 3.4.0.Final
[INFO] org.jboss.narayana.jta:jdbc .............. 5.5.31.Final -> 5.9.5.Final
[INFO] org.jboss.narayana.jta:jms ............... 5.5.31.Final -> 5.9.5.Final
[INFO] org.jboss.narayana.jta:jta ............... 5.5.31.Final -> 5.9.5.Final
[INFO] org.jboss.narayana.jts:narayana-jts-integration ...
[INFO] 5.5.31.Final -> 5.9.5.Final
[INFO] org.jolokia:jolokia-core .............................. 1.3.7 -> 1.6.1
[INFO] org.jooq:jooq ....................................... 3.9.6 -> 3.11.11
[INFO] org.jooq:jooq-codegen ............................... 3.9.6 -> 3.11.11
[INFO] org.jooq:jooq-meta .................................. 3.9.6 -> 3.11.11
[INFO] org.json:json ................................... 20140107 -> 20180813
[INFO] org.liquibase:liquibase-core .......................... 3.5.5 -> 3.6.3
[INFO] org.mariadb.jdbc:mariadb-java-client .................. 1.5.9 -> 2.4.1
[INFO] org.mockito:mockito-core ........................... 1.10.19 -> 2.28.2
[INFO] org.mongodb:mongo-java-driver .................. 3.4.3 -> 3.11.0-beta3
[INFO] org.mongodb:mongodb-driver ..................... 3.4.3 -> 3.11.0-beta3
[INFO] org.mortbay.jasper:apache-el ........................ 8.0.33 -> 9.0.19
[INFO] org.neo4j:neo4j-ogm-api ....................... 2.1.6 -> 3.2.0-alpha05
[INFO] org.neo4j:neo4j-ogm-core ...................... 2.1.6 -> 3.2.0-alpha05
[INFO] org.neo4j:neo4j-ogm-http-driver ............... 2.1.6 -> 3.2.0-alpha05
[INFO] org.postgresql:postgresql ............... 9.4.1212.jre7 -> 42.2.5.jre7
[INFO] org.projectlombok:lombok ........................... 1.16.20 -> 1.18.8
[INFO] org.seleniumhq.selenium:htmlunit-driver ............... 2.21 -> 2.35.1
[INFO] org.seleniumhq.selenium:selenium-api ......... 2.53.1 -> 4.0.0-alpha-1
[INFO] org.seleniumhq.selenium:selenium-chrome-driver ...
[INFO] 2.53.1 -> 4.0.0-alpha-1
[INFO] org.seleniumhq.selenium:selenium-edge-driver ...
[INFO] 2.53.1 -> 4.0.0-alpha-1
[INFO] org.seleniumhq.selenium:selenium-firefox-driver ...
[INFO] 2.53.1 -> 4.0.0-alpha-1
[INFO] org.seleniumhq.selenium:selenium-ie-driver ... 2.53.1 -> 4.0.0-alpha-1
[INFO] org.seleniumhq.selenium:selenium-java ........ 2.53.1 -> 4.0.0-alpha-1
[INFO] org.seleniumhq.selenium:selenium-remote-driver ...
[INFO] 2.53.1 -> 4.0.0-alpha-1
[INFO] org.seleniumhq.selenium:selenium-safari-driver ...
[INFO] 2.53.1 -> 4.0.0-alpha-1
[INFO] org.seleniumhq.selenium:selenium-support ..... 2.53.1 -> 4.0.0-alpha-1
[INFO] org.skyscreamer:jsonassert ............................ 1.4.0 -> 1.5.0
[INFO] org.slf4j:jcl-over-slf4j ...................... 1.7.25 -> 2.0.0-alpha0
[INFO] org.slf4j:jul-to-slf4j ........................ 1.7.25 -> 2.0.0-alpha0
[INFO] org.slf4j:log4j-over-slf4j .................... 1.7.25 -> 2.0.0-alpha0
[INFO] org.slf4j:slf4j-api ........................... 1.7.25 -> 2.0.0-alpha0
[INFO] org.slf4j:slf4j-ext ........................... 1.7.25 -> 2.0.0-alpha0
[INFO] org.slf4j:slf4j-jcl ................................. 1.7.25 -> 1.7.26
[INFO] org.slf4j:slf4j-jdk14 ......................... 1.7.25 -> 2.0.0-alpha0
[INFO] org.slf4j:slf4j-log4j12 ....................... 1.7.25 -> 2.0.0-alpha0
[INFO] org.slf4j:slf4j-nop ........................... 1.7.25 -> 2.0.0-alpha0
[INFO] org.slf4j:slf4j-simple ........................ 1.7.25 -> 2.0.0-alpha0
[INFO] org.spockframework:spock-core ....... 1.0-groovy-2.4 -> 1.3-groovy-2.5
[INFO] org.spockframework:spock-spring ..... 1.0-groovy-2.4 -> 1.3-groovy-2.5
[INFO] org.springframework:spring-aop ....... 4.3.17.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-aspects ... 4.3.17.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-beans ..... 4.3.17.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-context ... 4.3.17.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-context-support ...
[INFO] 4.3.17.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-core ...... 4.3.17.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-expression ...
[INFO] 4.3.17.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-instrument ...
[INFO] 4.3.17.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-instrument-tomcat ...
[INFO] 4.3.17.RELEASE -> 4.3.24.RELEASE
[INFO] org.springframework:spring-jdbc ...... 4.3.17.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-jms ....... 4.3.17.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-messaging ...
[INFO] 4.3.17.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-orm ....... 4.3.17.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-oxm ....... 4.3.17.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-test ...... 4.3.17.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-tx ........ 4.3.17.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-web ....... 4.3.17.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-webmvc .... 4.3.17.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework:spring-webmvc-portlet ...
[INFO] 4.3.17.RELEASE -> 4.3.24.RELEASE
[INFO] org.springframework:spring-websocket ...
[INFO] 4.3.17.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework.amqp:spring-amqp ...
[INFO] 1.7.7.RELEASE -> 2.1.6.RELEASE
[INFO] org.springframework.amqp:spring-rabbit ...
[INFO] 1.7.7.RELEASE -> 2.1.6.RELEASE
[INFO] org.springframework.amqp:spring-rabbit-junit ...
[INFO] 1.7.7.RELEASE -> 2.1.6.RELEASE
[INFO] org.springframework.amqp:spring-rabbit-test ...
[INFO] 1.7.7.RELEASE -> 2.1.6.RELEASE
[INFO] org.springframework.batch:spring-batch-core ...
[INFO] 3.0.9.RELEASE -> 4.1.2.RELEASE
[INFO] org.springframework.batch:spring-batch-infrastructure ...
[INFO] 3.0.9.RELEASE -> 4.1.2.RELEASE
[INFO] org.springframework.batch:spring-batch-integration ...
[INFO] 3.0.9.RELEASE -> 4.1.2.RELEASE
[INFO] org.springframework.batch:spring-batch-test ...
[INFO] 3.0.9.RELEASE -> 4.1.2.RELEASE
[INFO] org.springframework.boot:spring-boot ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-actuator ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-actuator-docs ...
[INFO] 1.5.13.RELEASE -> 1.5.21.RELEASE
[INFO] org.springframework.boot:spring-boot-autoconfigure ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-autoconfigure-processor ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-configuration-metadata ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-configuration-processor ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-devtools ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-loader ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-loader-tools ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-activemq ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-actuator ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-amqp ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-aop ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-artemis ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-batch ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-cache ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-cloud-connectors ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-data-cassandra ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-data-couchbase ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-data-elasticsearch ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-data-gemfire ...
[INFO] 1.5.13.RELEASE -> 1.5.21.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-data-jpa ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-data-ldap ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-data-mongodb ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-data-neo4j ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-data-redis ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-data-rest ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-data-solr ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-freemarker ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-groovy-templates ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-hateoas ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-integration ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-jdbc ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-jersey ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-jetty ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-jooq ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-jta-atomikos ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-jta-bitronix ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-jta-narayana ...
[INFO] 1.5.13.RELEASE -> 2.0.9.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-log4j2 ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-logging ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-mail ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-mobile ...
[INFO] 1.5.13.RELEASE -> 1.5.21.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-mustache ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-remote-shell ...
[INFO] 1.5.13.RELEASE -> 1.5.21.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-security ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-social-facebook ...
[INFO] 1.5.13.RELEASE -> 1.5.21.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-social-linkedin ...
[INFO] 1.5.13.RELEASE -> 1.5.21.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-social-twitter ...
[INFO] 1.5.13.RELEASE -> 1.5.21.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-test ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-thymeleaf ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-tomcat ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-undertow ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-validation ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-web ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-web-services ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-starter-websocket ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-test ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.boot:spring-boot-test-autoconfigure ...
[INFO] 1.5.13.RELEASE -> 2.1.5.RELEASE
[INFO] org.springframework.cloud:spring-cloud-cloudfoundry-connector ...
[INFO] 1.2.5.RELEASE -> 2.0.5.RELEASE
[INFO] org.springframework.cloud:spring-cloud-core ...
[INFO] 1.2.5.RELEASE -> 1.2.8.RELEASE
[INFO] org.springframework.cloud:spring-cloud-heroku-connector ...
[INFO] 1.2.5.RELEASE -> 2.0.5.RELEASE
[INFO] org.springframework.cloud:spring-cloud-localconfig-connector ...
[INFO] 1.2.5.RELEASE -> 2.0.5.RELEASE
[INFO] org.springframework.cloud:spring-cloud-spring-service-connector ...
[INFO] 1.2.5.RELEASE -> 2.0.5.RELEASE
[INFO] org.springframework.data:spring-cql ...
[INFO] 1.5.12.RELEASE -> 1.5.22.RELEASE
[INFO] org.springframework.data:spring-data-cassandra ...
[INFO] 1.5.12.RELEASE -> 2.1.8.RELEASE
[INFO] org.springframework.data:spring-data-commons ...
[INFO] 1.13.12.RELEASE -> 2.1.8.RELEASE
[INFO] org.springframework.data:spring-data-couchbase ...
[INFO] 2.2.12.RELEASE -> 3.1.8.RELEASE
[INFO] org.springframework.data:spring-data-elasticsearch ...
[INFO] 2.1.12.RELEASE -> 3.1.8.RELEASE
[INFO] org.springframework.data:spring-data-envers ...
[INFO] 1.1.12.RELEASE -> 2.1.8.RELEASE
[INFO] org.springframework.data:spring-data-gemfire ...
[INFO] 1.9.12.RELEASE -> 2.1.8.RELEASE
[INFO] org.springframework.data:spring-data-jpa ...
[INFO] 1.11.12.RELEASE -> 2.1.8.RELEASE
[INFO] org.springframework.data:spring-data-keyvalue ...
[INFO] 1.2.12.RELEASE -> 2.1.8.RELEASE
[INFO] org.springframework.data:spring-data-ldap ...
[INFO] 1.0.12.RELEASE -> 2.1.8.RELEASE
[INFO] org.springframework.data:spring-data-mongodb ...
[INFO] 1.10.12.RELEASE -> 2.1.8.RELEASE
[INFO] org.springframework.data:spring-data-mongodb-cross-store ...
[INFO] 1.10.12.RELEASE -> 2.1.8.RELEASE
[INFO] org.springframework.data:spring-data-mongodb-log4j ...
[INFO] 1.10.12.RELEASE -> 1.10.22.RELEASE
[INFO] org.springframework.data:spring-data-neo4j ...
[INFO] 4.2.12.RELEASE -> 5.1.8.RELEASE
[INFO] org.springframework.data:spring-data-redis ...
[INFO] 1.8.12.RELEASE -> 2.1.8.RELEASE
[INFO] org.springframework.data:spring-data-rest-core ...
[INFO] 2.6.12.RELEASE -> 3.1.8.RELEASE
[INFO] org.springframework.data:spring-data-rest-hal-browser ...
[INFO] 2.6.12.RELEASE -> 3.1.8.RELEASE
[INFO] org.springframework.data:spring-data-rest-webmvc ...
[INFO] 2.6.12.RELEASE -> 3.1.8.RELEASE
[INFO] org.springframework.data:spring-data-solr ...
[INFO] 2.1.12.RELEASE -> 4.0.8.RELEASE
[INFO] org.springframework.hateoas:spring-hateoas ...
[INFO] 0.23.0.RELEASE -> 0.25.1.RELEASE
[INFO] org.springframework.integration:spring-integration-amqp ...
[INFO] 4.3.16.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-core ...
[INFO] 4.3.16.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-event ...
[INFO] 4.3.16.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-feed ...
[INFO] 4.3.16.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-file ...
[INFO] 4.3.16.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-ftp ...
[INFO] 4.3.16.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-gemfire ...
[INFO] 4.3.16.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-groovy ...
[INFO] 4.3.16.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-http ...
[INFO] 4.3.16.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-ip ...
[INFO] 4.3.16.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-jdbc ...
[INFO] 4.3.16.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-jms ...
[INFO] 4.3.16.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-jmx ...
[INFO] 4.3.16.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-jpa ...
[INFO] 4.3.16.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-mail ...
[INFO] 4.3.16.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-mongodb ...
[INFO] 4.3.16.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-mqtt ...
[INFO] 4.3.16.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-redis ...
[INFO] 4.3.16.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-rmi ...
[INFO] 4.3.16.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-scripting ...
[INFO] 4.3.16.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-security ...
[INFO] 4.3.16.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-sftp ...
[INFO] 4.3.16.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-stomp ...
[INFO] 4.3.16.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-stream ...
[INFO] 4.3.16.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-syslog ...
[INFO] 4.3.16.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-test ...
[INFO] 4.3.16.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-twitter ...
[INFO] 4.3.16.RELEASE -> 5.0.13.RELEASE
[INFO] org.springframework.integration:spring-integration-websocket ...
[INFO] 4.3.16.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-ws ...
[INFO] 4.3.16.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-xml ...
[INFO] 4.3.16.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-xmpp ...
[INFO] 4.3.16.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.integration:spring-integration-zookeeper ...
[INFO] 4.3.16.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.kafka:spring-kafka ...
[INFO] 1.1.8.RELEASE -> 2.2.6.RELEASE
[INFO] org.springframework.kafka:spring-kafka-test ...
[INFO] 1.1.8.RELEASE -> 2.2.6.RELEASE
[INFO] org.springframework.restdocs:spring-restdocs-core ...
[INFO] 1.1.3.RELEASE -> 2.0.3.RELEASE
[INFO] org.springframework.restdocs:spring-restdocs-mockmvc ...
[INFO] 1.1.3.RELEASE -> 2.0.3.RELEASE
[INFO] org.springframework.restdocs:spring-restdocs-restassured ...
[INFO] 1.1.3.RELEASE -> 2.0.3.RELEASE
[INFO] org.springframework.retry:spring-retry ...
[INFO] 1.2.2.RELEASE -> 1.2.4.RELEASE
[INFO] org.springframework.security:spring-security-acl ...
[INFO] 4.2.6.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.security:spring-security-aspects ...
[INFO] 4.2.6.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.security:spring-security-cas ...
[INFO] 4.2.6.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.security:spring-security-config ...
[INFO] 4.2.6.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.security:spring-security-core ...
[INFO] 4.2.6.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.security:spring-security-crypto ...
[INFO] 4.2.6.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.security:spring-security-data ...
[INFO] 4.2.6.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.security:spring-security-jwt ...
[INFO] 1.0.9.RELEASE -> 1.0.10.RELEASE
[INFO] org.springframework.security:spring-security-ldap ...
[INFO] 4.2.6.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.security:spring-security-messaging ...
[INFO] 4.2.6.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.security:spring-security-openid ...
[INFO] 4.2.6.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.security:spring-security-remoting ...
[INFO] 4.2.6.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.security:spring-security-taglibs ...
[INFO] 4.2.6.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.security:spring-security-test ...
[INFO] 4.2.6.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.security:spring-security-web ...
[INFO] 4.2.6.RELEASE -> 5.1.5.RELEASE
[INFO] org.springframework.security.oauth:spring-security-oauth ...
[INFO] 2.0.15.RELEASE -> 2.3.6.RELEASE
[INFO] org.springframework.security.oauth:spring-security-oauth2 ...
[INFO] 2.0.15.RELEASE -> 2.3.6.RELEASE
[INFO] org.springframework.session:spring-session ...
[INFO] 1.3.2.RELEASE -> 1.3.5.RELEASE
[INFO] org.springframework.session:spring-session-data-gemfire ...
[INFO] 1.3.2.RELEASE -> 2.1.3.RELEASE
[INFO] org.springframework.session:spring-session-data-mongo ...
[INFO] 1.3.2.RELEASE -> 1.3.5.RELEASE
[INFO] org.springframework.session:spring-session-data-redis ...
[INFO] 1.3.2.RELEASE -> 2.1.6.RELEASE
[INFO] org.springframework.session:spring-session-hazelcast ...
[INFO] 1.3.2.RELEASE -> 2.1.6.RELEASE
[INFO] org.springframework.session:spring-session-jdbc ...
[INFO] 1.3.2.RELEASE -> 2.1.6.RELEASE
[INFO] org.springframework.ws:spring-ws-core ...
[INFO] 2.4.2.RELEASE -> 3.0.7.RELEASE
[INFO] org.springframework.ws:spring-ws-security ...
[INFO] 2.4.2.RELEASE -> 3.0.7.RELEASE
[INFO] org.springframework.ws:spring-ws-support ...
[INFO] 2.4.2.RELEASE -> 3.0.7.RELEASE
[INFO] org.springframework.ws:spring-ws-test ...
[INFO] 2.4.2.RELEASE -> 3.0.7.RELEASE
[INFO] org.thymeleaf:thymeleaf .............. 2.1.6.RELEASE -> 3.0.11.RELEASE
[INFO] org.thymeleaf:thymeleaf-spring4 ...... 2.1.6.RELEASE -> 3.0.11.RELEASE
[INFO] org.thymeleaf.extras:thymeleaf-extras-java8time ...
[INFO] 2.1.0.RELEASE -> 3.0.4.RELEASE
[INFO] org.thymeleaf.extras:thymeleaf-extras-springsecurity4 ...
[INFO] 2.1.3.RELEASE -> 3.0.4.RELEASE
[INFO] org.webjars:hal-browser ........................... 9f96c74 -> 3325375
[INFO] org.webjars:webjars-locator ........................... 0.32-1 -> 0.36
[INFO] org.xerial:sqlite-jdbc ............................ 3.15.1 -> 3.27.2.1
[INFO] org.yaml:snakeyaml ...................................... 1.17 -> 1.24
[INFO] redis.clients:jedis ................................ 2.9.0 -> 3.1.0-m2
[INFO] xml-apis:xml-apis .................................... 1.4.01 -> 2.0.2
[INFO]
[INFO] The following dependencies in Dependencies have newer versions:
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-property-updates (default-cli) @ asity-example-spring-webmvc4 ---
[INFO]
[INFO] This project does not have any properties associated with versions.
[INFO]
[INFO]
[INFO] ----------------< io.cettia.asity:asity-example-vertx2 >----------------
[INFO] Building Asity/Example/Vert.x 2 3.0.0-Beta1-SNAPSHOT [23/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default-cli) @ asity-example-vertx2 ---
[INFO] artifact io.vertx:vertx-maven-plugin: checking for updates from central
[INFO] artifact org.apache.maven.plugins:maven-assembly-plugin: checking for updates from central
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.1.1/maven-assembly-plugin-3.1.1.pom
Progress (1): 2.8/15 kB
Progress (1): 5.5/15 kB
Progress (1): 8.3/15 kB
Progress (1): 11/15 kB
Progress (1): 14/15 kB
Progress (1): 15 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.1.1/maven-assembly-plugin-3.1.1.pom (15 kB at 22 kB/s)
[INFO] artifact org.apache.maven.plugins:maven-dependency-plugin: checking for updates from central
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.pom
Progress (1): 2.8/15 kB
Progress (1): 5.5/15 kB
Progress (1): 8.3/15 kB
Progress (1): 11/15 kB
Progress (1): 14/15 kB
Progress (1): 15 kB
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.pom (15 kB at 24 kB/s)
[INFO]
[INFO] The following plugin updates are available:
[INFO] maven-dependency-plugin ............................... 2.10 -> 3.1.1
[INFO] maven-resources-plugin ................................. 2.7 -> 3.0.2
[INFO]
[WARNING] The following plugins do not have their version specified:
[WARNING] maven-assembly-plugin ..................... (from super-pom) 3.1.1
[WARNING] maven-clean-plugin ........................ (from super-pom) 3.0.0
[WARNING] maven-compiler-plugin ..................... (from super-pom) 3.6.1
[WARNING] maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING] maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING] maven-jar-plugin .......................... (from super-pom) 3.0.2
[WARNING] maven-site-plugin ........................... (from super-pom) 3.6
[WARNING] maven-surefire-plugin ...................... (from super-pom) 2.20
[INFO]
[INFO] Project inherits minimum Maven version as: 3.0
[INFO] Plugins require minimum Maven version of: 3.0
[INFO] Note: the super-pom from Maven 3.5.3 defines some of the plugin
[INFO] versions and may be influencing the plugins required minimum Maven
[INFO] version.
[INFO]
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default-cli) @ asity-example-vertx2 ---
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO] junit:junit ...................................... 4.12 -> 4.13-beta-3
[INFO] net.jodah:concurrentunit .............................. 0.4.3 -> 0.4.4
[INFO] org.eclipse.jetty:jetty-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:javax-websocket-server-impl ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.slf4j:slf4j-api ........................... 1.7.25 -> 2.0.0-alpha0
[INFO]
[INFO] The following dependencies in Dependencies have newer versions:
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO] io.vertx:vertx-core ................................... 2.1.6 -> 3.7.1
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-property-updates (default-cli) @ asity-example-vertx2 ---
[INFO]
[INFO] This project does not have any properties associated with versions.
[INFO]
[INFO]
[INFO] ----------------< io.cettia.asity:asity-example-vertx3 >----------------
[INFO] Building Asity/Example/Vert.x 3 3.0.0-Beta1-SNAPSHOT [24/24]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-plugin-updates (default-cli) @ asity-example-vertx3 ---
[INFO] artifact org.apache.maven.plugins:maven-shade-plugin: checking for updates from central
[INFO]
[INFO] The following plugin updates are available:
[INFO] maven-shade-plugin ................................... 2.4.3 -> 3.2.1
[INFO]
[WARNING] The following plugins do not have their version specified:
[WARNING] maven-clean-plugin ........................ (from super-pom) 3.0.0
[WARNING] maven-compiler-plugin ..................... (from super-pom) 3.6.1
[WARNING] maven-deploy-plugin ....................... (from super-pom) 2.8.2
[WARNING] maven-install-plugin ...................... (from super-pom) 2.5.2
[WARNING] maven-jar-plugin .......................... (from super-pom) 3.0.2
[WARNING] maven-resources-plugin .................... (from super-pom) 3.0.2
[WARNING] maven-site-plugin ........................... (from super-pom) 3.6
[WARNING] maven-surefire-plugin ...................... (from super-pom) 2.20
[INFO]
[INFO] Project inherits minimum Maven version as: 3.0
[INFO] Plugins require minimum Maven version of: 3.0
[INFO] Note: the super-pom from Maven 3.5.3 defines some of the plugin
[INFO] versions and may be influencing the plugins required minimum Maven
[INFO] version.
[INFO]
[INFO] No plugins require a newer version of Maven than specified by the pom.
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-dependency-updates (default-cli) @ asity-example-vertx3 ---
[INFO] artifact io.netty:netty-tcnative-boringssl-static: checking for updates from central
[INFO] artifact io.vertx:vertx-amqp-bridge: checking for updates from central
[INFO] artifact io.vertx:vertx-auth-common: checking for updates from central
[INFO] artifact io.vertx:vertx-auth-htdigest: checking for updates from central
[INFO] artifact io.vertx:vertx-auth: checking for updates from central
[INFO] artifact io.vertx:vertx-auth-jwt: checking for updates from central
[INFO] artifact io.vertx:vertx-auth-mongo: checking for updates from central
[INFO] artifact io.vertx:vertx-auth-jdbc: checking for updates from central
[INFO] artifact io.vertx:vertx-auth-oauth2: checking for updates from central
[INFO] artifact io.vertx:vertx-auth-shiro: checking for updates from central
[INFO] artifact io.vertx:vertx-bridge-common: checking for updates from central
[INFO] artifact io.vertx:vertx-camel-bridge: checking for updates from central
[INFO] artifact io.vertx:vertx-circuit-breaker: checking for updates from central
[INFO] artifact io.vertx:vertx-codegen: checking for updates from central
[INFO] artifact io.vertx:vertx-codetrans: checking for updates from central
[INFO] artifact io.vertx:vertx-config: checking for updates from central
[INFO] artifact io.vertx:vertx-config-git: checking for updates from central
[INFO] artifact io.vertx:vertx-config-hocon: checking for updates from central
[INFO] artifact io.vertx:vertx-config-kubernetes-configmap: checking for updates from central
[INFO] artifact io.vertx:vertx-config-parent: checking for updates from central
[INFO] artifact io.vertx:vertx-config-redis: checking for updates from central
[INFO] artifact io.vertx:vertx-config-spring-config-server: checking for updates from central
[INFO] artifact io.vertx:vertx-config-yaml: checking for updates from central
[INFO] artifact io.vertx:vertx-config-zookeeper: checking for updates from central
[INFO] artifact io.vertx:vertx-consul: checking for updates from central
[INFO] artifact io.vertx:vertx-consul-client: checking for updates from central
[INFO] artifact io.vertx:vertx-consul-service: checking for updates from central
[INFO] artifact io.vertx:vertx-docgen: checking for updates from central
[INFO] artifact io.vertx:vertx-dropwizard-metrics: checking for updates from central
[INFO] artifact io.vertx:vertx-grpc: checking for updates from central
[INFO] artifact io.vertx:vertx-hawkular-metrics: checking for updates from central
[INFO] artifact io.vertx:vertx-hazelcast: checking for updates from central
[INFO] artifact io.vertx:vertx-health-check: checking for updates from central
[INFO] artifact io.vertx:vertx-http-service-factory: checking for updates from central
[INFO] artifact io.vertx:vertx-ignite: checking for updates from central
[INFO] artifact io.vertx:vertx-infinispan: checking for updates from central
[INFO] artifact io.vertx:vertx-jca: checking for updates from central
[INFO] artifact io.vertx:vertx-jca-adapter: checking for updates from central
[INFO] artifact io.vertx:vertx-jca-api: checking for updates from central
[INFO] artifact io.vertx:vertx-jdbc-client: checking for updates from central
[INFO] artifact io.vertx:vertx-jgroups: checking for updates from central
[INFO] artifact io.vertx:vertx-junit5: checking for updates from central
[INFO] artifact io.vertx:vertx-jwt: checking for updates from central
[INFO] artifact io.vertx:vertx-kafka-client: checking for updates from central
[INFO] artifact io.vertx:vertx-lang-ceylon: checking for updates from central
[INFO] artifact io.vertx:vertx-lang-ceylon-parent: checking for updates from central
[INFO] artifact io.vertx:vertx-lang-groovy: checking for updates from central
[INFO] artifact io.vertx:vertx-lang-js: checking for updates from central
[INFO] artifact io.vertx:vertx-lang-kotlin: checking for updates from central
[INFO] artifact io.vertx:vertx-lang-kotlin-compiler: checking for updates from central
[INFO] artifact io.vertx:vertx-lang-kotlin-coroutines: checking for updates from central
[INFO] artifact io.vertx:vertx-lang-kotlin-parent: checking for updates from central
[INFO] artifact io.vertx:vertx-lang-ruby: checking for updates from central
[INFO] artifact io.vertx:vertx-mail: checking for updates from central
[INFO] artifact io.vertx:vertx-mail-client: checking for updates from central
[INFO] artifact io.vertx:vertx-mail-service: checking for updates from central
[INFO] artifact io.vertx:vertx-maven-service-factory: checking for updates from central
[INFO] artifact io.vertx:vertx-maven-service-factory-parent: checking for updates from central
[INFO] artifact io.vertx:vertx-mongo: checking for updates from central
[INFO] artifact io.vertx:vertx-mongo-client: checking for updates from central
[INFO] artifact io.vertx:vertx-mongo-embedded-db: checking for updates from central
[INFO] artifact io.vertx:vertx-mongo-service: checking for updates from central
[INFO] artifact io.vertx:vertx-mqtt: checking for updates from central
[INFO] artifact io.vertx:vertx-mysql-postgresql-client: checking for updates from central
[INFO] artifact io.vertx:vertx-proton: checking for updates from central
[INFO] artifact io.vertx:vertx-rabbitmq-client: checking for updates from central
[INFO] artifact io.vertx:vertx-reactive-streams: checking for updates from central
[INFO] artifact io.vertx:vertx-redis-client: checking for updates from central
[INFO] artifact io.vertx:vertx-rx: checking for updates from central
[INFO] artifact io.vertx:vertx-rx-groovy: checking for updates from central
[INFO] artifact io.vertx:vertx-rx-java: checking for updates from central
[INFO] artifact io.vertx:vertx-rx-java2: checking for updates from central
[INFO] artifact io.vertx:vertx-rx-js: checking for updates from central
[INFO] artifact io.vertx:vertx-service-discovery: checking for updates from central
[INFO] artifact io.vertx:vertx-service-discovery-backend-redis: checking for updates from central
[INFO] artifact io.vertx:vertx-service-discovery-bridge-consul: checking for updates from central
[INFO] artifact io.vertx:vertx-service-discovery-bridge-docker: checking for updates from central
[INFO] artifact io.vertx:vertx-service-discovery-bridge-docker-links: checking for updates from central
[INFO] artifact io.vertx:vertx-service-discovery-bridge-kubernetes: checking for updates from central
[INFO] artifact io.vertx:vertx-service-discovery-parent: checking for updates from central
[INFO] artifact io.vertx:vertx-service-factory: checking for updates from central
[INFO] artifact io.vertx:vertx-service-proxy: checking for updates from central
[INFO] artifact io.vertx:vertx-shell: checking for updates from central
[INFO] artifact io.vertx:vertx-sockjs-service-proxy: checking for updates from central
[INFO] artifact io.vertx:vertx-sql-common: checking for updates from central
[INFO] artifact io.vertx:vertx-stomp: checking for updates from central
[INFO] artifact io.vertx:vertx-sync: checking for updates from central
[INFO] artifact io.vertx:vertx-tcp-eventbus-bridge: checking for updates from central
[INFO] artifact io.vertx:vertx-unit: checking for updates from central
[INFO] artifact io.vertx:vertx-web: checking for updates from central
[INFO] artifact io.vertx:vertx-web-api-contract: checking for updates from central
[INFO] artifact io.vertx:vertx-web-client: checking for updates from central
[INFO] artifact io.vertx:vertx-web-common: checking for updates from central
[INFO] artifact io.vertx:vertx-web-parent: checking for updates from central
[INFO] artifact io.vertx:vertx-web-templ-freemarker: checking for updates from central
[INFO] artifact io.vertx:vertx-web-templ-handlebars: checking for updates from central
[INFO] artifact io.vertx:vertx-web-templ-jade: checking for updates from central
[INFO] artifact io.vertx:vertx-web-templ-mvel: checking for updates from central
[INFO] artifact io.vertx:vertx-web-templ-pebble: checking for updates from central
[INFO] artifact io.vertx:vertx-web-templ-thymeleaf: checking for updates from central
[INFO] artifact io.vertx:vertx-zookeeper: checking for updates from central
[INFO] The following dependencies in Dependency Management have newer versions:
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO] com.fasterxml.jackson.core:jackson-core ............... 2.9.3 -> 2.9.9
[INFO] com.fasterxml.jackson.core:jackson-databind ........... 2.9.3 -> 2.9.9
[INFO] io.netty:netty-buffer ................... 4.1.19.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-codec-http ............... 4.1.19.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-codec-http2 .............. 4.1.19.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-codec-mqtt ............... 4.1.19.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-common ................... 4.1.19.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-handler .................. 4.1.19.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-handler-proxy ............ 4.1.19.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-resolver ................. 4.1.19.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-resolver-dns ............. 4.1.19.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-tcnative-boringssl-static ...
[INFO] 2.0.7.Final -> 2.0.25.Final
[INFO] io.netty:netty-transport ................ 4.1.19.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-transport-native-epoll ... 4.1.19.Final -> 5.0.0.Alpha2
[INFO] io.netty:netty-transport-native-kqueue ...
[INFO] 4.1.19.Final -> 4.1.36.Final
[INFO] io.vertx:vertx-amqp-bridge ............................ 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-auth ................................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-auth-common ............................ 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-auth-htdigest .......................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-auth-jdbc .............................. 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-auth-jwt ............................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-auth-mongo ............................. 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-auth-oauth2 ............................ 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-auth-shiro ............................. 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-bridge-common .......................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-camel-bridge ........................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-circuit-breaker ........................ 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-codegen ................................ 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-codetrans .............................. 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-config ................................. 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-config-git ............................. 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-config-hocon ........................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-config-kubernetes-configmap ............ 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-config-parent .......................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-config-redis ........................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-config-spring-config-server ............ 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-config-yaml ............................ 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-config-zookeeper ....................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-consul-client .......................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-consul-service ......................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-core ................................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-dropwizard-metrics ..................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-grpc ................................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-hawkular-metrics ....................... 3.5.1 -> 3.5.4
[INFO] io.vertx:vertx-hazelcast .............................. 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-health-check ........................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-http-service-factory ................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-ignite ................................. 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-infinispan ............................. 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-jca .................................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-jca-adapter ............................ 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-jca-api ................................ 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-jdbc-client ............................ 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-junit5 ................................. 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-jwt .................................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-kafka-client ........................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-lang-ceylon ............................ 3.5.1 -> 3.5.4
[INFO] io.vertx:vertx-lang-ceylon-parent ..................... 3.5.1 -> 3.5.4
[INFO] io.vertx:vertx-lang-groovy ............................ 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-lang-js ................................ 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-lang-kotlin ............................ 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-lang-kotlin-compiler ................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-lang-kotlin-coroutines ................. 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-lang-kotlin-parent ..................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-lang-ruby .............................. 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-mail-client ............................ 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-mail-service ........................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-maven-service-factory .................. 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-mongo-client ........................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-mongo-embedded-db ...................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-mongo-service .......................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-mqtt ................................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-mysql-postgresql-client ................ 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-proton ................................. 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-rabbitmq-client ........................ 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-reactive-streams ....................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-redis-client ........................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-rx ..................................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-rx-groovy .............................. 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-rx-java ................................ 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-rx-java2 ............................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-rx-js .................................. 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-service-discovery ...................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-service-discovery-backend-redis ........ 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-service-discovery-bridge-consul ........ 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-service-discovery-bridge-docker ........ 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-service-discovery-bridge-docker-links ...
[INFO] 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-service-discovery-bridge-kubernetes .... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-service-discovery-parent ............... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-service-factory ........................ 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-service-proxy .......................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-shell .................................. 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-sockjs-service-proxy ................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-sql-common ............................. 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-stomp .................................. 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-sync ................................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-tcp-eventbus-bridge .................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-unit ................................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-web .................................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-web-api-contract ....................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-web-client ............................. 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-web-common ............................. 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-web-parent ............................. 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-web-templ-freemarker ................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-web-templ-handlebars ................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-web-templ-jade ......................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-web-templ-mvel ......................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-web-templ-pebble ....................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-web-templ-thymeleaf .................... 3.5.1 -> 3.7.1
[INFO] io.vertx:vertx-zookeeper .............................. 3.5.1 -> 3.7.1
[INFO] junit:junit ...................................... 4.12 -> 4.13-beta-3
[INFO] net.jodah:concurrentunit .............................. 0.4.3 -> 0.4.4
[INFO] org.eclipse.jetty:jetty-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:javax-websocket-server-impl ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.eclipse.jetty.websocket:websocket-client ...
[INFO] 9.4.11.v20180605 -> 9.4.19.v20190610
[INFO] org.slf4j:slf4j-api ........................... 1.7.25 -> 2.0.0-alpha0
[INFO]
[INFO] The following dependencies in Dependencies have newer versions:
[INFO] ch.qos.logback:logback-classic ................. 1.2.3 -> 1.3.0-alpha4
[INFO] ch.qos.logback:logback-core .................... 1.2.3 -> 1.3.0-alpha4
[INFO]
[INFO]
[INFO] --- versions-maven-plugin:2.2:display-property-updates (default-cli) @ asity-example-vertx3 ---
[INFO]
[INFO] This project does not have any properties associated with versions.
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Asity 3.0.0-Beta1-SNAPSHOT ......................... SUCCESS [ 1.570 s]
[INFO] Asity/Action ....................................... SUCCESS [ 0.486 s]
[INFO] Asity/HTTP ......................................... SUCCESS [ 0.357 s]
[INFO] Asity/WebSocket .................................... SUCCESS [ 0.298 s]
[INFO] Asity/Test ......................................... SUCCESS [ 0.312 s]
[INFO] Asity/Bridge/Atmosphere 2 .......................... SUCCESS [ 2.460 s]
[INFO] Asity/Bridge/Grizzly 2 ............................. SUCCESS [ 1.740 s]
[INFO] Asity/Bridge/Java WebSocket API 1 .................. SUCCESS [ 1.144 s]
[INFO] Asity/Bridge/Netty 4 ............................... SUCCESS [ 1.141 s]
[INFO] Asity/Bridge/Servlet 3 ............................. SUCCESS [ 0.244 s]
[INFO] Asity/Bridge/Spring WebFlux 5 ...................... SUCCESS [ 0.834 s]
[INFO] Asity/Bridge/Spring Web MVC 4 ...................... SUCCESS [ 1.158 s]
[INFO] Asity/Bridge/Vert.x 2 .............................. SUCCESS [ 1.437 s]
[INFO] Asity/Bridge/Vert.x 3 .............................. SUCCESS [ 0.303 s]
[INFO] Asity/Example ...................................... SUCCESS [ 0.743 s]
[INFO] Asity/Example/Atmosphere 2 ......................... SUCCESS [ 0.331 s]
[INFO] Asity/Example/Grizzly 2 ............................ SUCCESS [ 0.291 s]
[INFO] Asity/Example/Java WebSocket API 1 ................. SUCCESS [ 0.366 s]
[INFO] Asity/Example/Netty 4 .............................. SUCCESS [ 0.273 s]
[INFO] Asity/Example/Servlet 3 ............................ SUCCESS [ 0.250 s]
[INFO] Asity/Example/Spring WebFlux 5 ..................... SUCCESS [01:13 min]
[INFO] Asity/Example/Spring Web MVC 4 ..................... SUCCESS [ 7.170 s]
[INFO] Asity/Example/Vert.x 2 ............................. SUCCESS [ 3.219 s]
[INFO] Asity/Example/Vert.x 3 3.0.0-Beta1-SNAPSHOT ........ SUCCESS [ 9.781 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:51 min
[INFO] Finished at: 2019-06-14T20:59:07+09:00
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment