|
109 | 109 | </execution>
|
110 | 110 | </executions>
|
111 | 111 | <groupId>org.apache.maven.plugins</groupId>
|
112 |
| - <version>3.5.0</version> |
| 112 | + <version>3.5.1</version> |
113 | 113 | </plugin>
|
114 | 114 | <plugin>
|
115 | 115 | <artifactId>maven-failsafe-plugin</artifactId>
|
|
205 | 205 | </execution>
|
206 | 206 | </executions>
|
207 | 207 | <groupId>org.jacoco</groupId>
|
208 |
| - <version>0.8.10</version> |
| 208 | + <version>0.8.11</version> |
209 | 209 | </plugin>
|
210 | 210 | <plugin>
|
211 | 211 | <artifactId>maven-source-plugin</artifactId>
|
|
270 | 270 | </execution>
|
271 | 271 | </executions>
|
272 | 272 | <groupId>org.apache.maven.plugins</groupId>
|
273 |
| - <version>3.4.0</version> |
| 273 | + <version>3.4.1</version> |
274 | 274 | </plugin>
|
275 | 275 | <plugin>
|
276 | 276 | <artifactId>maven-clean-plugin</artifactId>
|
|
335 | 335 | <artifactId>junit-jupiter-api</artifactId>
|
336 | 336 | <groupId>org.junit.jupiter</groupId>
|
337 | 337 | <scope>test</scope>
|
338 |
| - <version>5.10.0</version> |
| 338 | + <version>${junit-jupiter.version}</version> |
339 | 339 | </dependency>
|
340 | 340 | <dependency>
|
341 | 341 | <artifactId>junit-jupiter-engine</artifactId>
|
342 | 342 | <groupId>org.junit.jupiter</groupId>
|
343 | 343 | <scope>test</scope>
|
344 |
| - <version>5.10.0</version> |
| 344 | + <version>${junit-jupiter.version}</version> |
345 | 345 | </dependency>
|
346 | 346 | <dependency>
|
347 | 347 | <artifactId>junit-jupiter-params</artifactId>
|
348 | 348 | <groupId>org.junit.jupiter</groupId>
|
349 | 349 | <scope>test</scope>
|
350 |
| - <version>5.10.0</version> |
| 350 | + <version>${junit-jupiter.version}</version> |
351 | 351 | </dependency>
|
352 | 352 | <dependency>
|
353 | 353 | <artifactId>mockito-core</artifactId>
|
354 | 354 | <groupId>org.mockito</groupId>
|
355 | 355 | <scope>test</scope>
|
356 |
| - <version>5.5.0</version> |
| 356 | + <version>${mockito.version}</version> |
357 | 357 | </dependency>
|
358 | 358 | <dependency>
|
359 | 359 | <artifactId>mockito-junit-jupiter</artifactId>
|
360 | 360 | <groupId>org.mockito</groupId>
|
361 | 361 | <scope>test</scope>
|
362 |
| - <version>5.5.0</version> |
| 362 | + <version>${mockito.version}</version> |
363 | 363 | </dependency>
|
364 | 364 | <dependency>
|
365 | 365 | <artifactId>hamcrest</artifactId>
|
|
371 | 371 | <artifactId>system-stubs-core</artifactId>
|
372 | 372 | <groupId>uk.org.webcompere</groupId>
|
373 | 373 | <scope>test</scope>
|
374 |
| - <version>2.1.1</version> |
| 374 | + <version>${system-stubs.version}</version> |
375 | 375 | </dependency>
|
376 | 376 | <dependency>
|
377 | 377 | <artifactId>system-stubs-jupiter</artifactId>
|
378 | 378 | <groupId>uk.org.webcompere</groupId>
|
379 | 379 | <scope>test</scope>
|
380 |
| - <version>2.1.1</version> |
| 380 | + <version>${system-stubs.version}</version> |
381 | 381 | </dependency>
|
382 | 382 | </dependencies>
|
383 | 383 | </dependencyManagement>
|
|
576 | 576 | <changelist>-SNAPSHOT</changelist>
|
577 | 577 | <github.release.url>https://github.com/bot-by/slf4j-aws-lambda/releases</github.release.url>
|
578 | 578 | <gitlab.release.url>https://gitlab.com/bot-by/slf4j-aws-lambda/-/releases</gitlab.release.url>
|
579 |
| - <javadoc-plugin.version>3.5.0</javadoc-plugin.version> |
| 579 | + <javadoc-plugin.version>3.6.0</javadoc-plugin.version> |
| 580 | + <junit-jupiter.version>5.10.0</junit-jupiter.version> |
| 581 | + <mockito.version>5.6.0</mockito.version> |
580 | 582 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
581 | 583 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
582 |
| - <propertiesEncoding>ISO-8859-1</propertiesEncoding> |
583 |
| - <revision>1.1.0</revision> |
| 584 | + <revision>1.0.2</revision> |
584 | 585 | <sha1/>
|
585 | 586 | <slf4j.version>2.0.9</slf4j.version>
|
| 587 | + <system-stubs.version>2.1.3</system-stubs.version> |
586 | 588 | </properties>
|
587 | 589 | <scm>
|
588 | 590 | <connection>scm:git:https://gitlab.com/bot-by/slf4j-aws-lambda.git</connection>
|
|
0 commit comments