|
129 | 129 | <junit.jupiter.version>5.13.4</junit.jupiter.version>
|
130 | 130 | <easymock.version>5.6.0</easymock.version>
|
131 | 131 | <objenesis.version>3.4</objenesis.version>
|
132 |
| - <assertj.version>3.27.4</assertj.version> |
| 132 | + <assertj.version>3.27.6</assertj.version> |
133 | 133 | <awaitility.version>4.3.0</awaitility.version>
|
134 | 134 | <junit.toolbox.version>2.4</junit.toolbox.version>
|
135 | 135 | <hamcrest.version>3.0</hamcrest.version>
|
|
408 | 408 | <dependency>
|
409 | 409 | <groupId>org.apache.commons</groupId>
|
410 | 410 | <artifactId>commons-lang3</artifactId>
|
411 |
| - <version>3.18.0</version> |
| 411 | + <version>3.19.0</version> |
412 | 412 | </dependency>
|
413 | 413 |
|
414 | 414 | <dependency>
|
|
636 | 636 | <plugin>
|
637 | 637 | <groupId>org.owasp</groupId>
|
638 | 638 | <artifactId>dependency-check-maven</artifactId>
|
639 |
| - <version>12.1.3</version> |
| 639 | + <version>12.1.6</version> |
640 | 640 | <configuration>
|
641 | 641 | <nvdApiKey>${env.NVD_API_KEY}</nvdApiKey>
|
642 | 642 | <!-- The OSS Index Server (https://ossindex.sonatype.org) can sometimes be flaky -->
|
|
695 | 695 | <plugin>
|
696 | 696 | <groupId>org.apache.maven.plugins</groupId>
|
697 | 697 | <artifactId>maven-compiler-plugin</artifactId>
|
698 |
| - <version>3.14.0</version> |
| 698 | + <version>3.14.1</version> |
699 | 699 | <configuration>
|
700 | 700 | <encoding>${project.build.sourceEncoding}</encoding>
|
701 | 701 | <annotationProcessorPaths>
|
|
757 | 757 | <plugin>
|
758 | 758 | <groupId>org.apache.maven.plugins</groupId>
|
759 | 759 | <artifactId>maven-javadoc-plugin</artifactId>
|
760 |
| - <version>3.11.3</version> |
| 760 | + <version>3.12.0</version> |
761 | 761 | <configuration>
|
762 | 762 | <source>${maven.compiler.release}</source>
|
763 | 763 | <archive>
|
|
887 | 887 | <plugin>
|
888 | 888 | <groupId>org.codehaus.mojo</groupId>
|
889 | 889 | <artifactId>versions-maven-plugin</artifactId>
|
890 |
| - <version>2.19.0</version> |
| 890 | + <version>2.19.1</version> |
891 | 891 | </plugin>
|
892 | 892 | <plugin>
|
893 | 893 | <groupId>org.apache.maven.plugins</groupId>
|
|
0 commit comments