Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
Update com.sun.xml.bind:jaxb-impl 4.0.3 → 4.0.4.
Update net.jqwik:jqwik-api 1.8.0 → 1.8.1.
Update net.jqwik:jqwik-engine 1.8.0 → 1.8.1.
  • Loading branch information
io7m committed Oct 20, 2023
1 parent d2fd27a commit 52599ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>4.0.3</version>
<version>4.0.4</version>
</dependency>
<dependency>
<groupId>jakarta.activation</groupId>
Expand Down Expand Up @@ -567,12 +567,12 @@
<dependency>
<groupId>net.jqwik</groupId>
<artifactId>jqwik-api</artifactId>
<version>1.8.0</version>
<version>1.8.1</version>
</dependency>
<dependency>
<groupId>net.jqwik</groupId>
<artifactId>jqwik-engine</artifactId>
<version>1.8.0</version>
<version>1.8.1</version>
</dependency>
<dependency>
<groupId>com.io7m.quixote</groupId>
Expand Down

0 comments on commit 52599ac

Please sign in to comment.