Skip to content

Commit 0f8ff0b

Browse files
committed
chore(deps): update dependencies
1 parent cdf403c commit 0f8ff0b

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,28 +54,28 @@
5454

5555
<poi.version>5.2.5</poi.version>
5656
<rtfparserkit.version>1.16.0</rtfparserkit.version>
57-
<commons.io.version>2.15.1</commons.io.version>
58-
<commons-compress.version>1.26.0</commons-compress.version>
59-
<opennlp-tools.version>1.9.4</opennlp-tools.version>
57+
<commons.io.version>2.16.1</commons.io.version>
58+
<commons-compress.version>1.26.2</commons-compress.version>
59+
<opennlp-tools.version>1.9.3</opennlp-tools.version>
6060

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

6363
<jaxb-api.version>4.0.2</jaxb-api.version>
6464
<jaxb-core.version>4.0.5</jaxb-core.version>
65-
<jaxb-impl.version>4.0.4</jaxb-impl.version>
65+
<jaxb-impl.version>4.0.5</jaxb-impl.version>
6666

6767
<!-- testing -->
68-
<junit.version>5.10.2</junit.version>
68+
<junit.version>5.10.3</junit.version>
6969
<hamcrest.version>2.2</hamcrest.version>
70-
<jmock-junit5.version>2.12.0</jmock-junit5.version>
71-
<log4j.version>2.22.1</log4j.version>
70+
<jmock-junit5.version>2.13.1</jmock-junit5.version>
71+
<log4j.version>2.23.1</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.77</bouncycastle.version>
78+
<bouncycastle.version>1.78.1</bouncycastle.version>
7979
</properties>
8080

8181
<build>

0 commit comments

Comments
 (0)