Skip to content

Commit

Permalink
Update primogenitor
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Jan 2, 2024
1 parent dc6c155 commit b8d7707
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.io7m.primogenitor</groupId>
<artifactId>com.io7m.primogenitor.full</artifactId>
<version>7.5.0</version>
<version>8.1.0</version>
</parent>

<groupId>com.io7m.portero</groupId>
Expand All @@ -28,7 +28,7 @@
<properties>
<com.io7m.jxtrand.version>1.1.0</com.io7m.jxtrand.version>
<io7m.api.previousVersion>1.0.0</io7m.api.previousVersion>
<jackson.version>2.15.0</jackson.version>
<jackson.version>2.15.2</jackson.version>
<jetty.version>12.0.0.beta1</jetty.version>
<junit.version>5.9.3</junit.version>
<org.immutables.version>2.9.3</org.immutables.version>
Expand Down Expand Up @@ -138,7 +138,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
<version>2.13.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -168,12 +168,12 @@
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.14.1</version>
<version>3.14.2</version>
</dependency>
<dependency>
<groupId>com.io7m.primogenitor</groupId>
<artifactId>com.io7m.primogenitor.support</artifactId>
<version>7.5.0</version>
<version>8.1.0</version>
</dependency>
<dependency>
<groupId>com.io7m.xstructural</groupId>
Expand Down

0 comments on commit b8d7707

Please sign in to comment.