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 e2ebbef commit c197a21
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
@@ -1,6 +1,6 @@
<!--
Copyright (c) 2011, 2023 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2011, 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 @@ -84,7 +84,7 @@
<spotbugs.exclude>${project.build.commonResourcesDirectory}/config/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 @@ -96,13 +96,13 @@
<warn.limit>150</warn.limit>
<jdoc.doclint>-missing</jdoc.doclint>

<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>

<xml.bind-api.version>4.0.1</xml.bind-api.version>
<xml.soap-api.version>3.0.1</xml.soap-api.version>
<xml.bind-api.version>4.0.2</xml.bind-api.version>
<xml.soap-api.version>3.0.2</xml.soap-api.version>

<fastinfoset.version>2.1.0</fastinfoset.version>
<fastinfoset.version>2.1.1</fastinfoset.version>
<mimepull.version>1.10.0</mimepull.version>
<stax-ex.version>2.1.0</stax-ex.version>
<junit.version>4.13.2</junit.version>
Expand Down

0 comments on commit c197a21

Please sign in to comment.