Skip to content

Commit

Permalink
Integrate jaxws-ri 4.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <[email protected]>
  • Loading branch information
lukasj committed Oct 17, 2023
1 parent 93866f0 commit 1efe7d1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
8 changes: 4 additions & 4 deletions _security-extras/keyidspi-ibm-impl/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
Copyright (c) 1997, 2018 Oracle and/or its affiliates
Copyright (c) 1997, 2023 Oracle and/or its affiliates
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 @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.5</version>
<version>1.0.8</version>
</parent>

<groupId>org.glassfish.metro</groupId>
Expand All @@ -29,7 +29,7 @@

<name>Key Identifier SPI Implementation for IBM JDK</name>
<description>
Formely com.sun.xml.wss.core.reference:keyidspi-ibm-impl:1.0,
Formerly com.sun.xml.wss.core.reference:keyidspi-ibm-impl:1.0,
provides JRE vendor specific implementation of
com.sun.xml.wss.core.reference.KeyIdentifierSPI SPI.
</description>
Expand Down Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>org.glassfish.metro</groupId>
<artifactId>wssx-impl</artifactId>
<version>2.4.3</version>
<version>2.4.4</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion wsit/boms/bom-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

<hk2.version>3.0.5</hk2.version>
<grizzly.version>4.0.1</grizzly.version>
<tomcat.coyote.version>10.1.14</tomcat.coyote.version>
<tomcat.coyote.version>10.1.15</tomcat.coyote.version>
<graal.sdk.version>22.3.3</graal.sdk.version>

<junit.version>4.13.2</junit.version>
Expand Down
2 changes: 1 addition & 1 deletion wsit/boms/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</developers>

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

<dependencyManagement>
Expand Down
7 changes: 7 additions & 0 deletions wsit/src/main/resources/suppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,11 @@
<cve>CVE-2022-37422</cve>
<cve>CVE-2022-45129</cve>
</suppress>
<suppress>
<notes><![CDATA[
file name: tomcat-coyote-10.1.15.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.apache\.tomcat/tomcat-coyote@.*$</packageUrl>
<cve>CVE-2023-42794</cve>
</suppress>
</suppressions>

0 comments on commit 1efe7d1

Please sign in to comment.