From d1eed38d17eaf6d028a1fa1db1274350c355d559 Mon Sep 17 00:00:00 2001 From: Piotrek Zygielo Date: Tue, 19 Mar 2024 10:40:25 +0100 Subject: [PATCH 01/10] Bump nimbus-jose-jwt from 9.37 to 9.37.3 --- appserver/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appserver/pom.xml b/appserver/pom.xml index 087d4456499..efc0f4cde1f 100644 --- a/appserver/pom.xml +++ b/appserver/pom.xml @@ -99,7 +99,7 @@ 3.0.3 2.1.1 3.0.0 - 9.37 + 9.37.3 1.0.2 From cd1a8a5eaf0485458860b94d3b179d6145fc72ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Pin=C4=8Duk?= Date: Tue, 19 Mar 2024 14:05:38 +0300 Subject: [PATCH 02/10] Remove unnecessary exports from MicroProfile Config bundle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexander Pinčuk --- appserver/microprofile/config/pom.xml | 29 +++++++++------------------ 1 file changed, 9 insertions(+), 20 deletions(-) diff --git a/appserver/microprofile/config/pom.xml b/appserver/microprofile/config/pom.xml index 45b247408bd..055c517a2da 100644 --- a/appserver/microprofile/config/pom.xml +++ b/appserver/microprofile/config/pom.xml @@ -1,7 +1,7 @@ - org.glassfish.microprofile.config, - io.helidon.config.mp, io.helidon.config, + io.helidon.config.mp, @@ -83,24 +82,14 @@ The helidon MP config dependency tree, illustrating what we actually output to the GF bundle --> groupId=io.helidon.microprofile.config, - groupId=io.helidon.config;artifactId=helidon-config-mp, - groupId=io.helidon.common;artifactId=helidon-common, - groupId=io.helidon.common;artifactId=helidon-common-service-loader, - groupId=io.helidon.config;artifactId=helidon-config-yaml-mp, - groupId=io.helidon.config;artifactId=helidon-config, - - groupId=io.helidon.common;artifactId=helidon-common-media-type, + groupId=io.helidon.config;artifactId=helidon-config-mp, + groupId=io.helidon.common;artifactId=helidon-common, + groupId=io.helidon.common;artifactId=helidon-common-service-loader, + groupId=io.helidon.config;artifactId=helidon-config-yaml-mp, + groupId=io.helidon.config;artifactId=helidon-config, + groupId=io.helidon.common;artifactId=helidon-common-media-type, groupId=io.helidon.config;artifactId=helidon-config-yaml, - artifactId=snakeyaml, - + artifactId=snakeyaml, 2.50.0 diff --git a/appserver/tests/tck/cdi/cdi-model/pom.xml b/appserver/tests/tck/cdi/cdi-model/pom.xml index 88a78f16080..856804f009f 100644 --- a/appserver/tests/tck/cdi/cdi-model/pom.xml +++ b/appserver/tests/tck/cdi/cdi-model/pom.xml @@ -1,7 +1,7 @@ 2.50.0