Skip to content

Commit

Permalink
Merge branch 'mojohaus:master' into changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tisoft committed Dec 11, 2023
2 parents 5955721 + cdbd7e9 commit 02d83fe
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pom.xml
Expand Up @@ -91,6 +91,9 @@
<contributor>
<name>Cedric Pronzato</name>
</contributor>
<contributor>
<name>Jan-Hendrik Diederich</name>
</contributor>
</contributors>

<prerequisites>
Expand Down Expand Up @@ -340,7 +343,7 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>5.2.4</version>
<version>5.2.5</version>
</dependency>

<!-- LibreOffice Calc ODT export -->
Expand Down Expand Up @@ -531,7 +534,7 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>5.2.4</version>
<version>5.2.5</version>
</dependency>
<!-- LibreOffice Calc ODT export -->
<dependency>
Expand All @@ -542,7 +545,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.13.0</version>
<version>2.15.1</version>
</dependency>
</dependencies>
<executions>
Expand Down

0 comments on commit 02d83fe

Please sign in to comment.