@@ -38,28 +38,28 @@ limitations under the License.
3838 <java-activation .version>1.2.0</java-activation .version>
3939 <jstl .version>1.2</jstl .version>
4040 <angular .version>1.7.8</angular .version>
41- <ant .version>1.10.14 </ant .version>
42- <asm .version>9.7</asm .version>
41+ <ant .version>1.10.15 </ant .version>
42+ <asm .version>9.7.1 </asm .version>
4343 <bouncycastle .version>1.70</bouncycastle .version>
4444 <commons-validator .version>1.9.0</commons-validator .version>
45- <commons-beanutils .version>1.9.4 </commons-beanutils .version>
46- <commons-codec .version>1.17.1 </commons-codec .version>
47- <commons-text .version>1.12 .0</commons-text .version>
48- <commons-lang3 .version>3.16 .0</commons-lang3 .version>
49- <eclipse-link .version>4.0.4 </eclipse-link .version>
45+ <commons-beanutils .version>1.10.0 </commons-beanutils .version>
46+ <commons-codec .version>1.18.0 </commons-codec .version>
47+ <commons-text .version>1.13 .0</commons-text .version>
48+ <commons-lang3 .version>3.17 .0</commons-lang3 .version>
49+ <eclipse-link .version>4.0.5 </eclipse-link .version>
5050 <guice .version>7.0.0</guice .version>
51- <log4j2 .version>2.23.1 </log4j2 .version>
52- <lucene .version>9.11 .1</lucene .version>
51+ <log4j2 .version>2.24.3 </log4j2 .version>
52+ <lucene .version>9.12 .1</lucene .version> <!-- lucene 10 requires JDK 21 -- >
5353 <oauth-core .version>20100527</oauth-core .version>
5454 <maven-war .version>3.4.0</maven-war .version>
55- <maven-surefire .version>3.5.0 </maven-surefire .version>
55+ <maven-surefire .version>3.5.2 </maven-surefire .version>
5656 <maven-antrun .version>1.0b3</maven-antrun .version>
5757 <rome .version>1.19.0</rome .version> <!-- locked in place since next version removes popono -->
5858 <slf4j .version>2.0.16</slf4j .version>
5959 <spring .version>5.3.39</spring .version>
6060 <spring .security.version>5.8.14</spring .security.version>
6161 <struts .version>2.5.29</struts .version> <!-- .30+ breaks selenium tests -->
62- <velocity .version>2.3 </velocity .version>
62+ <velocity .version>2.4.1 </velocity .version>
6363 <webjars .version>1.6</webjars .version>
6464 <ws-commons-util .version>1.0.2</ws-commons-util .version>
6565 <xmlrpc-version >3.1.3</xmlrpc-version >
@@ -273,7 +273,7 @@ limitations under the License.
273273 <dependency >
274274 <groupId >org.webjars</groupId >
275275 <artifactId >jquery-ui</artifactId >
276- <version >1.13.3 </version >
276+ <version >1.14.1 </version >
277277 </dependency >
278278
279279 <dependency >
@@ -581,14 +581,14 @@ limitations under the License.
581581 <dependency >
582582 <groupId >org.mockito</groupId >
583583 <artifactId >mockito-core</artifactId >
584- <version >5.12.0 </version >
584+ <version >5.15.2 </version >
585585 <scope >test</scope >
586586 </dependency >
587587
588588 <dependency >
589589 <groupId >org.instancio</groupId >
590590 <artifactId >instancio-junit</artifactId >
591- <version >5.0.1 </version >
591+ <version >5.3.0 </version >
592592 <scope >test</scope >
593593 </dependency >
594594
@@ -795,7 +795,7 @@ limitations under the License.
795795 <plugin >
796796 <groupId >org.codehaus.mojo</groupId >
797797 <artifactId >buildnumber-maven-plugin</artifactId >
798- <version >3.2.0 </version >
798+ <version >3.2.1 </version >
799799 <executions >
800800 <execution >
801801 <phase >validate</phase >
0 commit comments