You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2022/11/13 06:58:01 UTC

[karaf-minho] branch main updated: [#18] Upgrade to jersey 3.1.0

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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-minho.git


The following commit(s) were added to refs/heads/main by this push:
     new ab3f54a  [#18] Upgrade to jersey 3.1.0
     new a26196e  Merge pull request #28 from jbonofre/18
ab3f54a is described below

commit ab3f54a9db5c17c9fe1389c176a8536a4cf6385d
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Nov 13 07:47:55 2022 +0100

    [#18] Upgrade to jersey 3.1.0
---
 services/minho-rest/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/minho-rest/pom.xml b/services/minho-rest/pom.xml
index af05067..2ee254b 100644
--- a/services/minho-rest/pom.xml
+++ b/services/minho-rest/pom.xml
@@ -33,7 +33,7 @@
     <name>Apache Karaf Minho :: Services :: REST</name>
 
     <properties>
-        <jersey.version>3.0.4</jersey.version>
+        <jersey.version>3.1.0</jersey.version>
     </properties>
 
     <dependencies>