Skip to content

Commit

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

<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>
<com.io7m.xstructural.version>1.8.0</com.io7m.xstructural.version>
</properties>

<licenses>
<license>
<name>ISC License</name>
<name>ISC</name>
<url>http://io7m.com/license/isc.txt</url>
</license>
</licenses>
Expand Down Expand Up @@ -109,7 +109,7 @@
<dependency>
<groupId>com.io7m.jlexing</groupId>
<artifactId>com.io7m.jlexing.core</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>com.io7m.jxe</groupId>
Expand Down Expand Up @@ -156,23 +156,23 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.1</version>
<version>1.4.7</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.1</version>
<version>2.0.7</version>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.8.2</version>
<version>5.9.3</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.8.2</version>
<version>5.9.3</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 4bb78d4

Please sign in to comment.