Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
Update org.junit.jupiter:junit-jupiter-engine 5.9.2 → 5.9.3.
Update org.junit.jupiter:junit-jupiter-api 5.9.2 → 5.9.3.
  • Loading branch information
io7m committed May 4, 2023
1 parent 7174ef8 commit 39244fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@

<properties>
<io7m.api.previousVersion>4.0.0</io7m.api.previousVersion>
<io7m.org.immutables.version>2.9.0</io7m.org.immutables.version>
<io7m.org.immutables.version>2.9.3</io7m.org.immutables.version>
</properties>

<inceptionYear>2017</inceptionYear>

<licenses>
<license>
<name>ISC License</name>
<name>ISC</name>
<url>https://www.io7m.com/license/isc.txt</url>
</license>
</licenses>
Expand Down Expand Up @@ -112,12 +112,12 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.8.2</version>
<version>5.9.3</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.8.2</version>
<version>5.9.3</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 39244fb

Please sign in to comment.