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 5699a5d commit c6eabc1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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.xstructural</groupId>
Expand Down Expand Up @@ -144,12 +144,12 @@
<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.github.marschall</groupId>
<artifactId>memoryfilesystem</artifactId>
<version>2.6.0</version>
<version>2.6.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand All @@ -159,7 +159,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
<version>2.13.0</version>
</dependency>
<dependency>
<groupId>org.w3c</groupId>
Expand Down Expand Up @@ -195,7 +195,7 @@
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<version>2.7.0</version>
<version>2.8.0</version>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
Expand All @@ -215,7 +215,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.8.2</version>
<version>3.9.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit c6eabc1

Please sign in to comment.