|
64 | 64 | <dependency>
|
65 | 65 | <groupId>org.apache.commons</groupId>
|
66 | 66 | <artifactId>commons-lang3</artifactId>
|
67 |
| - <version>3.14.0</version> |
| 67 | + <version>3.15.0</version> |
68 | 68 | </dependency>
|
69 | 69 |
|
70 | 70 | <dependency>
|
|
141 | 141 | <dependency>
|
142 | 142 | <groupId>org.hamcrest</groupId>
|
143 | 143 | <artifactId>hamcrest</artifactId>
|
144 |
| - <version>2.2</version> |
| 144 | + <version>3.0</version> |
145 | 145 | </dependency>
|
146 | 146 |
|
147 | 147 | <dependency>
|
|
168 | 168 | <plugin>
|
169 | 169 | <groupId>org.apache.maven.plugins</groupId>
|
170 | 170 | <artifactId>maven-javadoc-plugin</artifactId>
|
171 |
| - <version>3.7.0</version> |
| 171 | + <version>3.8.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.3.0</version> |
| 192 | + <version>3.3.1</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.3.0</version> |
| 263 | + <version>3.3.1</version> |
264 | 264 | <inherited>false</inherited>
|
265 | 265 | <configuration>
|
266 | 266 | <includes>
|
|
494 | 494 | <properties>
|
495 | 495 | <!-- Encoding UTF-8 -->
|
496 | 496 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
497 |
| - <jackson2-version>2.17.1</jackson2-version> |
498 |
| - <spring.version>6.1.10</spring.version> |
| 497 | + <jackson2-version>2.17.2</jackson2-version> |
| 498 | + <spring.version>6.1.11</spring.version> |
499 | 499 | <jacoco.version>0.8.12</jacoco.version>
|
500 |
| - <antlr-version>4.13.1</antlr-version> |
| 500 | + <antlr-version>4.13.2</antlr-version> |
501 | 501 | <mockito.version>5.12.0</mockito.version>
|
502 | 502 | <maven.build.timestamp.format>yyyy-MM-dd HH:mm:ssa</maven.build.timestamp.format>
|
503 | 503 | <maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
|
|
0 commit comments