Skip to content

Commit

Permalink
Integrate latest dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <[email protected]>
  • Loading branch information
lukasj committed Jun 27, 2024
1 parent 9922d76 commit 759833e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
java-version: 21
cache: maven

# Initializes the CodeQL tools for scanning.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
jdk: ${{ steps.build.outputs.jdk }}
strategy:
matrix:
java_version: [ 17 ]
java_version: [ 21 ]

steps:
- name: Checkout for build
Expand Down
22 changes: 11 additions & 11 deletions wsit/boms/bom-ext/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2013, 2023 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2013, 2024 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Distribution License v. 1.0, which is available at
Expand All @@ -28,27 +28,27 @@
<description>Metro Web Services Stack Dependency POM for Metro-CS</description>

<properties>
<authentication-api.version>3.0.0</authentication-api.version>
<authentication-api.version>3.1.0</authentication-api.version>
<connector-api.version>2.1.0</connector-api.version>
<ejb-api.version>4.0.1</ejb-api.version>
<transaction-api.version>2.0.1</transaction-api.version>
<interceptor-api.version>2.1.0</interceptor-api.version>
<cdi-api.version>4.0.1</cdi-api.version>
<interceptor-api.version>2.2.0</interceptor-api.version>
<cdi-api.version>4.1.0</cdi-api.version>
<inject-api.version>2.0.1</inject-api.version>
<el-api.version>5.0.1</el-api.version>
<santuario.version>4.0.0</santuario.version>
<commons-codec.version>1.16.0</commons-codec.version>
<el-api.version>6.0.0</el-api.version>
<santuario.version>4.0.2</santuario.version>
<commons-codec.version>1.17.0</commons-codec.version>

<stax-utils.version>20070216</stax-utils.version>

<hk2.version>3.0.5</hk2.version>
<grizzly.version>4.0.1</grizzly.version>
<tomcat.coyote.version>10.1.15</tomcat.coyote.version>
<hk2.version>3.1.0</hk2.version>
<grizzly.version>4.1.0-M1</grizzly.version>
<tomcat.coyote.version>11.0.0-M21</tomcat.coyote.version>
<graal.sdk.version>22.3.3</graal.sdk.version>

<junit.version>4.13.2</junit.version>

<jaxws.home.uri>http://eclipse-ee4j.github.io/metro-jax-ws</jaxws.home.uri>
<jaxws.home.uri>https://eclipse-ee4j.github.io/metro-jax-ws</jaxws.home.uri>
</properties>

<dependencyManagement>
Expand Down
6 changes: 3 additions & 3 deletions wsit/boms/bom/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 1997, 2023 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 1997, 2024 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Distribution License v. 1.0, which is available at
Expand All @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -53,7 +53,7 @@
</developers>

<properties>
<jaxws.ri.version>4.0.2</jaxws.ri.version>
<jaxws.ri.version>4.0.3</jaxws.ri.version>
</properties>

<dependencyManagement>
Expand Down
3 changes: 2 additions & 1 deletion wsit/bundles/webservices-osgi/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 1997, 2023 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 1997, 2024 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Distribution License v. 1.0, which is available at
Expand Down Expand Up @@ -179,6 +179,7 @@
*
</Export-Package>
<Import-Package>
jakarta.annotation*;version=!,
com.sun.enterprise.webservice;resolution:=optional,
com.sun.net.httpserver;resolution:=optional,
com.sun.security.auth.callback;resolution:=optional,
Expand Down

0 comments on commit 759833e

Please sign in to comment.