This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git
The following commit(s) were added to refs/heads/trunk by this push: new db0662483 Improved: Update build.gradle to the latest dependencies (OFBIZ-10213) db0662483 is described below commit db066248307871c72202aca006ec5e133f079c64 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Thu Nov 3 17:36:56 2022 +0100 Improved: Update build.gradle to the latest dependencies (OFBIZ-10213) I now directly use the umbrella task, no need to create a sub-task each time, the documentation is in the source (build.gradle) anyway --- example/build.gradle | 2 +- rest-api/build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/example/build.gradle b/example/build.gradle index eb42651d6..09f701201 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -18,5 +18,5 @@ */ dependencies { - pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.41' + pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.68' } diff --git a/rest-api/build.gradle b/rest-api/build.gradle index c587f670a..29c39b692 100644 --- a/rest-api/build.gradle +++ b/rest-api/build.gradle @@ -27,9 +27,9 @@ dependencies { pluginLibsCompile 'org.glassfish.jersey.media:jersey-media-multipart:2.31' pluginLibsCompile 'org.glassfish.jersey.media:jersey-media-json-jackson:2.31' pluginLibsCompile 'org.glassfish.jersey.inject:jersey-hk2:2.31' - pluginLibsCompile 'io.swagger.core.v3:swagger-jaxrs2:2.2.1' - pluginLibsCompile 'io.swagger.core.v3:swagger-jaxrs2-servlet-initializer:2.2.1' - pluginLibsCompile 'io.swagger.core.v3:swagger-annotations:2.2.1' + pluginLibsCompile 'io.swagger.core.v3:swagger-jaxrs2:2.2.6' + pluginLibsCompile 'io.swagger.core.v3:swagger-jaxrs2-servlet-initializer:2.2.6' + pluginLibsCompile 'io.swagger.core.v3:swagger-annotations:2.2.6' } task install {