|
52 | 52 | <zip4j.version>2.11.5</zip4j.version> |
53 | 53 | <slf4j.version>1.7.36</slf4j.version> |
54 | 54 |
|
55 | | - <poi.version>5.3.0</poi.version> |
| 55 | + <poi.version>5.4.0</poi.version> |
56 | 56 | <rtfparserkit.version>1.16.0</rtfparserkit.version> |
57 | 57 | <commons.io.version>2.18.0</commons.io.version> |
58 | 58 | <commons-compress.version>1.27.1</commons-compress.version> |
|
65 | 65 | <jaxb-impl.version>4.0.5</jaxb-impl.version> |
66 | 66 |
|
67 | 67 | <!-- testing --> |
68 | | - <junit.version>5.11.3</junit.version> |
69 | | - <hamcrest.version>2.2</hamcrest.version> |
| 68 | + <junit.version>5.11.4</junit.version> |
| 69 | + <hamcrest.version>3.0</hamcrest.version> |
70 | 70 | <jmock-junit5.version>2.13.1</jmock-junit5.version> |
71 | 71 | <log4j.version>2.24.2</log4j.version> |
72 | 72 |
|
|
75 | 75 | <sonar.organization>levigo</sonar.organization> |
76 | 76 | <sonar.host.url>https://sonarcloud.io</sonar.host.url> |
77 | 77 |
|
78 | | - <bouncycastle.version>1.79</bouncycastle.version> |
| 78 | + <bouncycastle.version>1.80</bouncycastle.version> |
79 | 79 | </properties> |
80 | 80 |
|
81 | 81 | <build> |
82 | 82 | <plugins> |
83 | 83 | <plugin> |
84 | 84 | <groupId>org.apache.maven.plugins</groupId> |
85 | 85 | <artifactId>maven-compiler-plugin</artifactId> |
86 | | - <version>3.12.1</version> |
| 86 | + <version>3.13.0</version> |
87 | 87 | <configuration> |
88 | 88 | <source>1.8</source> |
89 | 89 | <target>1.8</target> |
|
93 | 93 | <!-- Calculating the test coverage --> |
94 | 94 | <groupId>org.jacoco</groupId> |
95 | 95 | <artifactId>jacoco-maven-plugin</artifactId> |
96 | | - <version>0.8.11</version> |
| 96 | + <version>0.8.12</version> |
97 | 97 | <executions> |
98 | 98 | <execution> |
99 | 99 | <id>pre-unit-test</id> |
|
117 | 117 | <plugin> |
118 | 118 | <groupId>org.apache.maven.plugins</groupId> |
119 | 119 | <artifactId>maven-surefire-plugin</artifactId> |
120 | | - <version>3.2.3</version> |
| 120 | + <version>3.5.2</version> |
121 | 121 | <configuration> |
122 | 122 | <!-- Sets the VM argument line as defined by the JaCoCo plugin. --> |
123 | 123 | <argLine>${jacocoAgentArgLine}</argLine> |
|
138 | 138 | <dependency> |
139 | 139 | <groupId>org.codehaus.mojo</groupId> |
140 | 140 | <artifactId>extra-enforcer-rules</artifactId> |
141 | | - <version>1.7.0</version> |
| 141 | + <version>1.9.0</version> |
142 | 142 | </dependency> |
143 | 143 | </dependencies> |
144 | 144 | <executions> |
|
182 | 182 | <plugin> |
183 | 183 | <groupId>org.apache.maven.plugins</groupId> |
184 | 184 | <artifactId>maven-release-plugin</artifactId> |
185 | | - <version>3.0.1</version> |
| 185 | + <version>3.1.1</version> |
186 | 186 | <configuration> |
187 | 187 | <username>git</username> |
188 | 188 | <password/> |
|
200 | 200 | <plugin> |
201 | 201 | <groupId>org.apache.maven.plugins</groupId> |
202 | 202 | <artifactId>maven-jar-plugin</artifactId> |
203 | | - <version>3.3.0</version> |
| 203 | + <version>3.4.2</version> |
204 | 204 | </plugin> |
205 | 205 | <plugin> |
206 | 206 | <groupId>org.apache.maven.plugins</groupId> |
207 | 207 | <artifactId>maven-clean-plugin</artifactId> |
208 | | - <version>3.3.2</version> |
| 208 | + <version>3.4.0</version> |
209 | 209 | </plugin> |
210 | 210 | <plugin> |
211 | 211 | <groupId>org.apache.maven.plugins</groupId> |
212 | 212 | <artifactId>maven-install-plugin</artifactId> |
213 | | - <version>3.1.1</version> |
| 213 | + <version>3.1.3</version> |
214 | 214 | </plugin> |
215 | 215 | <plugin> |
216 | 216 | <groupId>org.apache.maven.plugins</groupId> |
217 | 217 | <artifactId>maven-site-plugin</artifactId> |
218 | | - <version>3.12.1</version> |
| 218 | + <version>3.21.0</version> |
219 | 219 | </plugin> |
220 | 220 | <plugin> |
221 | 221 | <groupId>org.apache.maven.plugins</groupId> |
|
225 | 225 | <plugin> |
226 | 226 | <groupId>org.apache.maven.plugins</groupId> |
227 | 227 | <artifactId>maven-deploy-plugin</artifactId> |
228 | | - <version>3.1.1</version> |
| 228 | + <version>3.1.3</version> |
229 | 229 | </plugin> |
230 | 230 | <plugin> |
231 | 231 | <groupId>org.apache.maven.plugins</groupId> |
232 | 232 | <artifactId>maven-javadoc-plugin</artifactId> |
233 | | - <version>3.6.3</version> |
| 233 | + <version>3.11.2</version> |
234 | 234 | </plugin> |
235 | 235 | </plugins> |
236 | 236 | </pluginManagement> |
|
436 | 436 | <plugin> |
437 | 437 | <groupId>org.apache.maven.plugins</groupId> |
438 | 438 | <artifactId>maven-source-plugin</artifactId> |
439 | | - <version>3.3.0</version> |
| 439 | + <version>3.3.1</version> |
440 | 440 | <executions> |
441 | 441 | <execution> |
442 | 442 | <id>attach-sources</id> |
|
468 | 468 | <plugin> |
469 | 469 | <groupId>org.apache.maven.plugins</groupId> |
470 | 470 | <artifactId>maven-gpg-plugin</artifactId> |
471 | | - <version>3.0.1</version> |
| 471 | + <version>3.1.0</version> |
472 | 472 | <executions> |
473 | 473 | <execution> |
474 | 474 | <id>sign-artifacts</id> |
|
0 commit comments