mike-jumper opened a new pull request #606: URL: https://github.com/apache/guacamole-client/pull/606
This change updates all immediate Java dependencies to their latest stable versions. The only exceptions to this are: * "mybatis-guice" - this has a more recent stable release (3.12), but that stable release depends on an unstable and incompatible alpha release of SLF4J. * Libraries that are not bundled, but provided by the servlet container or JVM (Tomcat/Jetty versions of the legacy WebSocket API, various standard JSR annotations, the non-legacy WebSocket API, the servlet API, etc.) * Webjars (I'll handle updates to all JavaScript dependencies in a separate PR) This change also adds the "maven-enforcer-plugin" to the build to help ensure that transitive dependencies are sane. I have avoided overriding dependencies except where needed to: * Ensure differing versions of transitive dependencies do not clash * Ensure that we don't end up bundling a large variety of versions of the same utility libraries when versions are backwards compatible -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
