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 Jun 25, 2024
1 parent e72999c commit eb6798b
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions jaxws-ri/boms/bom-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
<properties>
<ant.version>1.10.14</ant.version>
<!-- CQ 21208 -->
<asm.version>9.6</asm.version>
<eclipselink.version>4.0.2</eclipselink.version>
<asm.version>9.7</asm.version>
<eclipselink.version>4.0.3</eclipselink.version>
<junit.version>4.13.2</junit.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>
<servlet-api.version>6.1.0</servlet-api.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion jaxws-ri/boms/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<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.6.1</woodstox-core.version>
<woodstox-core.version>6.7.0</woodstox-core.version>
<stax2-api.version>4.2.2</stax2-api.version>
<activation-api.version>2.1.3</activation-api.version>
<angus-activation.version>2.0.2</angus-activation.version>
Expand Down
26 changes: 13 additions & 13 deletions jaxws-ri/extras/jaxws-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,52 +73,52 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>3.9.6</version>
<version>3.9.8</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>3.9.6</version>
<version>3.9.8</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
<version>4.0.3</version>
<version>4.0.4</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-xml-impl</artifactId>
<version>4.0.0-alpha-12</version>
<version>4.0.0-beta-3</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.11.0</version>
<version>3.13.1</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>7.9.0</version>
<version>7.10.2</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-settings</artifactId>
<version>3.9.6</version>
<version>3.9.8</version>
</dependency>
<dependency>
<groupId>org.apache.maven.resolver</groupId>
<artifactId>maven-resolver-api</artifactId>
<version>1.9.18</version>
<version>1.9.20</version>
</dependency>
<dependency>
<groupId>org.apache.maven.resolver</groupId>
<artifactId>maven-resolver-util</artifactId>
<version>1.9.18</version>
<version>1.9.20</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.8.3.1</spotbugs.version>
<spotbugs.version>4.8.6.0</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 Down Expand Up @@ -429,12 +429,12 @@
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy</artifactId>
<version>4.0.15</version>
<version>4.0.21</version>
</dependency>
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-xml</artifactId>
<version>4.0.15</version>
<version>4.0.21</version>
</dependency>
</dependencies>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion jaxws-ri/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<spotbugs.exclude/>
<spotbugs.skip>false</spotbugs.skip>
<spotbugs.threshold>Normal</spotbugs.threshold>
<spotbugs.version>4.8.3.1</spotbugs.version>
<spotbugs.version>4.8.6.0</spotbugs.version>
<findsecbugs.version>1.11.0</findsecbugs.version>

<maven.compiler.release>11</maven.compiler.release>
Expand Down
2 changes: 1 addition & 1 deletion jaxws-ri/runtime/policy/pom.xml
Original file line number Diff line number Diff line change
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.8.3.1</spotbugs.version>
<spotbugs.version>4.8.6.0</spotbugs.version>
<findsecbugs.version>1.11.0</findsecbugs.version>

<maven.compiler.release>11</maven.compiler.release>
Expand Down
4 changes: 2 additions & 2 deletions jaxws-ri/tests/jaxwsTestUtil/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) 2019, 2023 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2019, 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 @@ -55,7 +55,7 @@
<dependency>
<groupId>args4j</groupId>
<artifactId>args4j</artifactId>
<version>2.33</version>
<version>2.37</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit eb6798b

Please sign in to comment.