Skip to content

Commit

Permalink
integrate latest dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Mar 6, 2024
1 parent e410f63 commit 4e66cdc
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 34 deletions.
14 changes: 7 additions & 7 deletions jaxws-ri/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) 2012, 2023 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2012, 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 @@ -19,11 +19,11 @@
<version>4.0.3-SNAPSHOT</version>
<relativePath>../bom/pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-ri-bom-ext</artifactId>

<version>4.0.3-SNAPSHOT</version>
<packaging>pom</packaging>

Expand All @@ -36,11 +36,11 @@
<asm.version>9.6</asm.version>
<eclipselink.version>4.0.2</eclipselink.version>
<junit.version>4.13.2</junit.version>
<mail-api.version>2.1.2</mail-api.version>
<angus-mail.version>2.0.2</angus-mail.version>
<mail-api.version>2.1.3</mail-api.version>
<angus-mail.version>2.0.3</angus-mail.version>
<servlet-api.version>6.0.0</servlet-api.version>
</properties>

<dependencyManagement>
<dependencies>

Expand Down Expand Up @@ -109,5 +109,5 @@

</dependencies>
</dependencyManagement>

</project>
18 changes: 9 additions & 9 deletions jaxws-ri/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) 2012, 2023 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2012, 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 All @@ -36,17 +36,17 @@
<istack.plugin.version>4.1.2</istack.plugin.version>
<gmbal-api.version>4.0.3</gmbal-api.version>
<ha-api.version>3.1.13</ha-api.version>
<jaxb.version>4.0.4</jaxb.version>
<xml.ws-api.version>4.0.1</xml.ws-api.version>
<jaxb.version>4.0.5</jaxb.version>
<xml.ws-api.version>4.0.2</xml.ws-api.version>
<management-api.version>3.2.3</management-api.version>
<mimepull.version>1.10.0</mimepull.version>
<saaj-api.version>3.0.1</saaj-api.version>
<saaj-impl.version>3.0.3</saaj-impl.version>
<saaj-api.version>3.0.2</saaj-api.version>
<saaj-impl.version>3.0.4</saaj-impl.version>
<streambuffer.version>2.1.0</streambuffer.version>
<woodstox-core.version>6.5.1</woodstox-core.version>
<woodstox-core.version>6.6.1</woodstox-core.version>
<stax2-api.version>4.2.2</stax2-api.version>
<activation-api.version>2.1.2</activation-api.version>
<angus-activation.version>2.0.1</angus-activation.version>
<activation-api.version>2.1.3</activation-api.version>
<angus-activation.version>2.0.2</angus-activation.version>
<jakarta.annotation-api.version>2.1.1</jakarta.annotation-api.version>
</properties>

Expand Down
24 changes: 12 additions & 12 deletions jaxws-ri/extras/jaxws-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
Copyright (c) 2006, 2023 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2006, 2024 Oracle and/or its affiliates. All rights reserved.
Oracle licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
Expand Down Expand Up @@ -73,12 +73,12 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>3.9.5</version>
<version>3.9.6</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>3.9.5</version>
<version>3.9.6</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand All @@ -88,37 +88,37 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
<version>4.0.2</version>
<version>4.0.3</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-xml-impl</artifactId>
<version>4.0.0-alpha-7</version>
<version>4.0.0-alpha-12</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.9.0</version>
<version>3.11.0</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.8.0</version>
<version>7.9.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-settings</artifactId>
<version>3.9.5</version>
<version>3.9.6</version>
</dependency>
<dependency>
<groupId>org.apache.maven.resolver</groupId>
<artifactId>maven-resolver-api</artifactId>
<version>1.9.16</version>
<version>1.9.18</version>
</dependency>
<dependency>
<groupId>org.apache.maven.resolver</groupId>
<artifactId>maven-resolver-util</artifactId>
<version>1.9.16</version>
<version>1.9.18</version>
</dependency>
<!-- m2e -->
<dependency>
Expand Down Expand Up @@ -199,7 +199,7 @@
<spotbugs.exclude/>
<spotbugs.skip>false</spotbugs.skip>
<spotbugs.threshold>Normal</spotbugs.threshold>
<spotbugs.version>4.7.3.6</spotbugs.version>
<spotbugs.version>4.8.3.1</spotbugs.version>
<findsecbugs.version>1.11.0</findsecbugs.version>
<maven.compiler.release>11</maven.compiler.release>
<maven.compiler.testRelease>${maven.compiler.release}</maven.compiler.testRelease>
Expand All @@ -213,7 +213,7 @@
<jdoc.doclint>-missing</jdoc.doclint>

<!-- <jaxws-tools.version>${project.version}</jaxws-tools.version>-->
<jaxws-tools.version>4.0.1</jaxws-tools.version>
<jaxws-tools.version>4.0.2</jaxws-tools.version>
</properties>

<build>
Expand Down
4 changes: 2 additions & 2 deletions jaxws-ri/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) 2012, 2023 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2012, 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 @@ -91,7 +91,7 @@
<spotbugs.exclude/>
<spotbugs.skip>false</spotbugs.skip>
<spotbugs.threshold>Normal</spotbugs.threshold>
<spotbugs.version>4.7.3.6</spotbugs.version>
<spotbugs.version>4.8.3.1</spotbugs.version>
<findsecbugs.version>1.11.0</findsecbugs.version>

<maven.compiler.release>11</maven.compiler.release>
Expand Down
8 changes: 4 additions & 4 deletions jaxws-ri/runtime/policy/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 @@ -41,7 +41,7 @@
<url>http://www.eclipse.org/org/documents/edl-v10.php</url>
<distribution>repo</distribution>
</license>
</licenses>
</licenses>

<developers>
<developer>
Expand Down Expand Up @@ -79,7 +79,7 @@
<spotbugs.exclude>${project.basedir}/exclude.xml</spotbugs.exclude>
<spotbugs.skip>false</spotbugs.skip>
<spotbugs.threshold>Low</spotbugs.threshold>
<spotbugs.version>4.7.3.6</spotbugs.version>
<spotbugs.version>4.8.3.1</spotbugs.version>
<findsecbugs.version>1.11.0</findsecbugs.version>

<maven.compiler.release>11</maven.compiler.release>
Expand All @@ -99,7 +99,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<legal.doc.source>${project.basedir}/../../..</legal.doc.source>

<jaxb.version>4.0.4</jaxb.version>
<jaxb.version>4.0.5</jaxb.version>
<junit.version>4.13.2</junit.version>
<istack.plugin.version>4.1.2</istack.plugin.version>
</properties>
Expand Down

0 comments on commit 4e66cdc

Please sign in to comment.