Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Update ch.qos.logback:logback-classic 1.4.7 → 1.4.14.
Update net.sf.saxon:Saxon-HE 12.2 → 12.4.
Update org.slf4j:slf4j-api 2.0.7 → 2.0.10.
Update com.github.marschall:memoryfilesystem 2.6.1 → 2.7.0.
Update org.apache.commons:commons-compress 1.23.0 → 1.25.0.
Update commons-io:commons-io 2.13.0 → 2.15.1.
Update org.w3c:epubcheck 5.0.1 → 5.1.0.
Update org.apache.tika:tika-core 2.8.0 → 2.9.1.
Update org.apache.maven.plugin-tools:maven-plugin-annotations 3.9.0 → 3.10.2.
Update org.immutables:value 2.9.3 → 2.10.0.
Update org.junit.jupiter:junit-jupiter-api 5.9.3 → 5.10.1.
Update org.junit.jupiter:junit-jupiter-engine 5.9.3 → 5.10.1.
Update org.apache.maven:maven-artifact 3.9.2 → 3.9.6.
Update org.apache.maven:maven-compat 3.9.2 → 3.9.6.
Update org.apache.maven:maven-core 3.9.2 → 3.9.6.
Update org.apache.maven:maven-model 3.9.2 → 3.9.6.
Update org.apache.maven:maven-plugin-api 3.9.2 → 3.9.6.
Update org.apache.maven:maven-settings 3.9.2 → 3.9.6.
  • Loading branch information
io7m committed Jan 2, 2024
1 parent c6eabc1 commit 9e35c34
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
</modules>

<properties>
<com.io7m.immutables.version>2.9.3</com.io7m.immutables.version>
<com.io7m.immutables.version>2.10.0</com.io7m.immutables.version>
<io7m.api.previousVersion>1.8.0</io7m.api.previousVersion>
<io7m.maven-api.version>3.9.2</io7m.maven-api.version>
<junit.version>5.9.3</junit.version>
<io7m.maven-api.version>3.9.6</io7m.maven-api.version>
<junit.version>5.10.1</junit.version>
</properties>

<licenses>
Expand Down Expand Up @@ -109,17 +109,17 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.7</version>
<version>1.4.14</version>
</dependency>
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<version>12.2</version>
<version>12.4</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.7</version>
<version>2.0.10</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down Expand Up @@ -149,22 +149,22 @@
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>memoryfilesystem</artifactId>
<version>2.6.1</version>
<version>2.7.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
<version>1.25.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.13.0</version>
<version>2.15.1</version>
</dependency>
<dependency>
<groupId>org.w3c</groupId>
<artifactId>epubcheck</artifactId>
<version>5.0.1</version>
<version>5.1.0</version>
<exclusions>
<exclusion>
<groupId>xerces</groupId>
Expand Down Expand Up @@ -195,7 +195,7 @@
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<version>2.8.0</version>
<version>2.9.1</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.9.0</version>
<version>3.10.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 9e35c34

Please sign in to comment.