Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schnell committed Nov 20, 2023
1 parent fd4de88 commit 09269e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fuin</groupId>
<artifactId>pom</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<artifactId>utils4j</artifactId>
Expand Down Expand Up @@ -40,14 +40,14 @@
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>jandex</artifactId>
<version>3.1.2</version>
<version>3.1.5</version>
<optional>true</optional>
</dependency>

<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
<optional>true</optional>
</dependency>

Expand All @@ -70,7 +70,7 @@
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.15</version>
<version>3.15.2</version>
<scope>test</scope>
</dependency>

Expand All @@ -84,14 +84,14 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.13.0</version>
<version>2.15.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>4.0.3</version>
<version>4.0.4</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 09269e0

Please sign in to comment.