Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
Update org.jgrapht:jgrapht-core 1.5.1 → 1.5.2.
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 0634443 commit 70abf75
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@

<properties>
<io7m.api.previousVersion>0.1.0</io7m.api.previousVersion>
<io7m.org.immutables.value.version>2.8.3</io7m.org.immutables.value.version>
<javafx.version>18-ea+1</javafx.version>
<jqwik.version>1.6.4</jqwik.version>
<junit.version>5.8.2</junit.version>
<mockito.version>4.4.0</mockito.version>
<io7m.org.immutables.value.version>2.9.3</io7m.org.immutables.value.version>
<javafx.version>20.0.1</javafx.version>
<jqwik.version>1.7.3</jqwik.version>
<junit.version>5.9.3</junit.version>
<mockito.version>5.3.1</mockito.version>
</properties>

<licenses>
<license>
<name>ISC License</name>
<name>ISC</name>
<url>https://io7m.com/license/isc.txt</url>
</license>
</licenses>
Expand Down Expand Up @@ -136,7 +136,7 @@
<dependency>
<groupId>com.io7m.jregions</groupId>
<artifactId>com.io7m.jregions.core</artifactId>
<version>3.0.0</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>com.io7m.immutables.style</groupId>
Expand All @@ -151,12 +151,12 @@
<dependency>
<groupId>com.io7m.jcolorspace</groupId>
<artifactId>com.io7m.jcolorspace.core</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</dependency>
<dependency>
<groupId>org.jgrapht</groupId>
<artifactId>jgrapht-core</artifactId>
<version>1.5.1</version>
<version>1.5.2</version>
</dependency>
<dependency>
<groupId>com.io7m.jcip</groupId>
Expand All @@ -171,12 +171,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.1</version>
<version>2.0.7</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.1</version>
<version>1.4.7</version>
</dependency>
<dependency>
<groupId>net.java.dev.designgridlayout</groupId>
Expand All @@ -191,7 +191,7 @@
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>3.0.6</version>
<version>3.1.6</version>
<exclusions>
<exclusion>
<groupId>com.google.errorprone</groupId>
Expand All @@ -211,7 +211,7 @@
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.component.annotations</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
Expand Down

0 comments on commit 70abf75

Please sign in to comment.