Skip to content

Commit 398d3c7

Browse files
committed
chore(deps): update dependencies
1 parent bfa1be0 commit 398d3c7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,29 +52,29 @@
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.27.0</commons-compress.version>
59-
<opennlp-tools.version>1.9.3</opennlp-tools.version>
57+
<commons.io.version>2.18.0</commons.io.version>
58+
<commons-compress.version>1.27.1</commons-compress.version>
59+
<opennlp-tools.version>1.9.4</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>2.3.1</jaxb-api.version>
64-
<jaxb-runtime.version>2.3.6</jaxb-runtime.version>
64+
<jaxb-runtime.version>2.3.9</jaxb-runtime.version>
6565

6666
<!-- testing -->
67-
<junit.version>5.11.0</junit.version>
67+
<junit.version>5.11.3</junit.version>
6868
<hamcrest.version>3.0</hamcrest.version>
6969
<jmock-junit5.version>2.13.1</jmock-junit5.version>
70-
<log4j.version>2.23.1</log4j.version>
70+
<log4j.version>2.24.2</log4j.version>
7171

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

77-
<bouncycastle.version>1.78.1</bouncycastle.version>
77+
<bouncycastle.version>1.79</bouncycastle.version>
7878
</properties>
7979

8080
<build>

0 commit comments

Comments
 (0)