You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2023/06/13 20:48:41 UTC

[hop] branch master updated: bump jersey to 2.38

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 67c65cd598 bump jersey to 2.38
     new ebd92614ea Merge pull request #2996 from mkhludnev/jersey-warn
67c65cd598 is described below

commit 67c65cd598bda8798dd6203223a74f5819e00911
Author: Mikhail Khludnev <mk...@apache.org>
AuthorDate: Tue Jun 6 18:50:46 2023 +0300

    bump jersey to 2.38
---
 engine/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/engine/pom.xml b/engine/pom.xml
index 66be9060d5..06a8737d6c 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -40,7 +40,7 @@
         <!-- Third-party dependencies -->
         <commons-validator.version>1.3.1</commons-validator.version>
         <commons-collections4.version>4.4</commons-collections4.version>
-        <jersey2.version>2.34</jersey2.version>
+        <jersey2.version>2.38</jersey2.version>
         <jaxrs.version>2.1.6</jaxrs.version>
         <olap4j.version>1.2.0</olap4j.version>
         <olap4j-xmla.version>1.2.0</olap4j-xmla.version>
@@ -127,7 +127,6 @@
                 </exclusion>
             </exclusions>
         </dependency>
-        <!-- Jersey 2.19 -->
         <dependency>
             <groupId>org.glassfish.jersey.containers</groupId>
             <artifactId>jersey-container-servlet</artifactId>