|
96 | 96 | <dependency> |
97 | 97 | <groupId>jakarta.servlet</groupId> |
98 | 98 | <artifactId>jakarta.servlet-api</artifactId> |
99 | | - <version>6.0.0</version> |
| 99 | + <version>6.1.0</version> |
100 | 100 | <scope>provided</scope> |
101 | 101 | </dependency> |
102 | 102 |
|
|
161 | 161 |
|
162 | 162 | <plugin> |
163 | 163 | <artifactId>maven-jar-plugin</artifactId> |
164 | | - <version>3.4.1</version> |
| 164 | + <version>3.4.2</version> |
165 | 165 | </plugin> |
166 | 166 |
|
167 | 167 | <!-- Javadoc --> |
168 | 168 | <plugin> |
169 | 169 | <groupId>org.apache.maven.plugins</groupId> |
170 | 170 | <artifactId>maven-javadoc-plugin</artifactId> |
171 | | - <version>3.6.3</version> |
| 171 | + <version>3.7.0</version> |
172 | 172 | <configuration> |
173 | 173 | <excludePackageNames>com.github.jknack.handlebars.internal.*</excludePackageNames> |
174 | 174 | <show>public</show> |
|
189 | 189 | <plugin> |
190 | 190 | <groupId>org.apache.maven.plugins</groupId> |
191 | 191 | <artifactId>maven-surefire-plugin</artifactId> |
192 | | - <version>3.2.5</version> |
| 192 | + <version>3.3.0</version> |
193 | 193 | <configuration> |
194 | 194 | <!-- set default locale of the test JVM to en_US because some tests expect e.g. the dollar sign as currency symbol --> |
195 | 195 | <argLine>-Duser.language=en -Duser.country=US</argLine> |
|
260 | 260 | <plugin> |
261 | 261 | <groupId>org.apache.maven.plugins</groupId> |
262 | 262 | <artifactId>maven-surefire-plugin</artifactId> |
263 | | - <version>3.2.5</version> |
| 263 | + <version>3.3.0</version> |
264 | 264 | <inherited>false</inherited> |
265 | 265 | <configuration> |
266 | 266 | <includes> |
|
290 | 290 | <plugin> |
291 | 291 | <groupId>org.codehaus.mojo</groupId> |
292 | 292 | <artifactId>exec-maven-plugin</artifactId> |
293 | | - <version>3.2.0</version> |
| 293 | + <version>3.3.0</version> |
294 | 294 | <executions> |
295 | 295 | <execution> |
296 | 296 | <phase>initialize</phase> |
|
415 | 415 | <plugin> |
416 | 416 | <groupId>org.sonatype.plugins</groupId> |
417 | 417 | <artifactId>nexus-staging-maven-plugin</artifactId> |
418 | | - <version>1.6.13</version> |
| 418 | + <version>1.7.0</version> |
419 | 419 | <extensions>true</extensions> |
420 | 420 | <configuration> |
421 | 421 | <serverId>ossrh</serverId> |
|
464 | 464 | <plugin> |
465 | 465 | <groupId>org.moditect</groupId> |
466 | 466 | <artifactId>moditect-maven-plugin</artifactId> |
467 | | - <version>1.2.1.Final</version> |
| 467 | + <version>1.2.2.Final</version> |
468 | 468 | <executions> |
469 | 469 | <execution> |
470 | 470 | <id>add-module-infos</id> |
|
495 | 495 | <!-- Encoding UTF-8 --> |
496 | 496 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
497 | 497 | <jackson2-version>2.17.1</jackson2-version> |
498 | | - <spring.version>6.1.7</spring.version> |
| 498 | + <spring.version>6.1.10</spring.version> |
499 | 499 | <jacoco.version>0.8.12</jacoco.version> |
500 | 500 | <antlr-version>4.13.1</antlr-version> |
501 | 501 | <mockito.version>5.12.0</mockito.version> |
|
508 | 508 | <maven.javadoc.failOnError>false</maven.javadoc.failOnError> |
509 | 509 | <pre-commit-hook>src${file.separator}etc${file.separator}formatter.sh</pre-commit-hook> |
510 | 510 | <mustache-specs>handlebars${file.separator}src${file.separator}test${file.separator}resources${file.separator}mustache</mustache-specs> |
511 | | - <junit.version>5.10.2</junit.version> |
| 511 | + <junit.version>5.10.3</junit.version> |
512 | 512 | </properties> |
513 | 513 | </project> |
0 commit comments