|
52 | 52 | <zip4j.version>2.11.5</zip4j.version> |
53 | 53 | <slf4j.version>1.7.36</slf4j.version> |
54 | 54 |
|
55 | | - <poi.version>5.2.5</poi.version> |
| 55 | + <poi.version>5.3.0</poi.version> |
56 | 56 | <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> |
60 | 60 |
|
61 | | - <pdfbox.version>2.0.31</pdfbox.version> |
| 61 | + <pdfbox.version>2.0.32</pdfbox.version> |
62 | 62 |
|
63 | 63 | <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> |
65 | 65 |
|
66 | 66 | <!-- testing --> |
67 | | - <junit.version>5.11.0</junit.version> |
| 67 | + <junit.version>5.11.3</junit.version> |
68 | 68 | <hamcrest.version>3.0</hamcrest.version> |
69 | 69 | <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> |
71 | 71 |
|
72 | 72 | <!-- sonarcloud --> |
73 | 73 | <sonar.projectKey>levigo_filetype-analyzer</sonar.projectKey> |
74 | 74 | <sonar.organization>levigo</sonar.organization> |
75 | 75 | <sonar.host.url>https://sonarcloud.io</sonar.host.url> |
76 | 76 |
|
77 | | - <bouncycastle.version>1.78.1</bouncycastle.version> |
| 77 | + <bouncycastle.version>1.79</bouncycastle.version> |
78 | 78 | </properties> |
79 | 79 |
|
80 | 80 | <build> |
|
0 commit comments