Skip to content

Commit 5f7c57e

Browse files
committed
chore(deps): update dependencies
1 parent a1e4c76 commit 5f7c57e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,30 +52,30 @@
5252
<zip4j.version>2.11.5</zip4j.version>
5353
<slf4j.version>1.7.36</slf4j.version>
5454

55-
<poi.version>5.2.5</poi.version>
55+
<poi.version>5.3.0</poi.version>
5656
<rtfparserkit.version>1.16.0</rtfparserkit.version>
57-
<commons.io.version>2.16.1</commons.io.version>
58-
<commons-compress.version>1.26.2</commons-compress.version>
57+
<commons.io.version>2.18.0</commons.io.version>
58+
<commons-compress.version>1.27.1</commons-compress.version>
5959
<opennlp-tools.version>1.9.3</opennlp-tools.version>
6060

61-
<pdfbox.version>2.0.31</pdfbox.version>
61+
<pdfbox.version>2.0.32</pdfbox.version>
6262

6363
<jaxb-api.version>4.0.2</jaxb-api.version>
6464
<jaxb-core.version>4.0.5</jaxb-core.version>
6565
<jaxb-impl.version>4.0.5</jaxb-impl.version>
6666

6767
<!-- testing -->
68-
<junit.version>5.10.3</junit.version>
68+
<junit.version>5.11.3</junit.version>
6969
<hamcrest.version>2.2</hamcrest.version>
7070
<jmock-junit5.version>2.13.1</jmock-junit5.version>
71-
<log4j.version>2.23.1</log4j.version>
71+
<log4j.version>2.24.2</log4j.version>
7272

7373
<!-- sonarcloud -->
7474
<sonar.projectKey>levigo_filetype-analyzer</sonar.projectKey>
7575
<sonar.organization>levigo</sonar.organization>
7676
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
7777

78-
<bouncycastle.version>1.78.1</bouncycastle.version>
78+
<bouncycastle.version>1.79</bouncycastle.version>
7979
</properties>
8080

8181
<build>

0 commit comments

Comments
 (0)