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 232830942 Improved: Update build.gradle to the latest dependencies (OFBIZ-12921) 232830942 is described below commit 2328309429fbc0f984e4ff9fde33a463ed44786c Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Fri Mar 1 07:58:19 2024 +0100 Improved: Update build.gradle to the latest dependencies (OFBIZ-12921) I did the last update with OFBIZ-12658 in June 2022. IIRW I did not speak about the reason I did not update since. It's simple. We encounter more and more conflicts when upgrading. Often it's hard work to resolve these conflicts for a disputable benefit. After all, it's working why upgrading? As the famous meme "if it ain’t broke, don’t fix it" says. So I decided to only upgrade dependencies when security issues make it necessary. Few weeks ago I finally decided to though have a look at the situation. Clearly it confirms what I thought. If it's not a trivial upgrade that does not bring much, most of the time it's conflicts. So I'll now rather upgrade only in case of security necessity. Of course you are welcome to continue to upgrade as much as possible. Maybe sometimes issues crossed with previous versions will resolved with newer libraries, but that must be very rare...if ever... --- rest-api/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rest-api/build.gradle b/rest-api/build.gradle index fd8444fd9..c17932769 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.40' pluginLibsCompile 'org.glassfish.jersey.media:jersey-media-json-jackson:2.40' pluginLibsCompile 'org.glassfish.jersey.inject:jersey-hk2:2.40' - 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' + pluginLibsCompile 'io.swagger.core.v3:swagger-jaxrs2:2.2.20' + pluginLibsCompile 'io.swagger.core.v3:swagger-jaxrs2-servlet-initializer:2.2.20' + pluginLibsCompile 'io.swagger.core.v3:swagger-annotations:2.2.20' } task install {