11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!--
33
4- Copyright (c) 2022, 2023 Contributors to the Eclipse Foundation.
4+ Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation.
55 Copyright (c) 1997, 2021 Oracle and/or its affiliates and others.
66 All rights reserved.
77
7777 <dependency >
7878 <groupId >jakarta.el</groupId >
7979 <artifactId >jakarta.el-api</artifactId >
80- <version >6.0.0-M1 </version >
80+ <version >6.0.1 </version >
8181 </dependency >
8282 <dependency >
8383 <groupId >junit</groupId >
118118 <configuration >
119119 <rules >
120120 <requireMavenVersion >
121- <version >3.6.0 </version >
121+ <version >3.8.6 </version >
122122 </requireMavenVersion >
123123 </rules >
124124 </configuration >
176176 <!-- Restricts the Java version to 17 -->
177177 <plugin >
178178 <artifactId >maven-compiler-plugin</artifactId >
179- <version >3.11 .0</version >
179+ <version >3.13 .0</version >
180180 <configuration >
181181 <release >17</release >
182182 <compilerArgument >-Xlint:unchecked</compilerArgument >
204204 </groups >
205205 <bottom ><![CDATA[
206206Comments to: <a href="mailto:expressly-dev@eclipse.org">expressly-dev@eclipse.org</a>.<br>
207- Copyright © 2018, 2023 Eclipse Foundation. All rights reserved.<br>
207+ Copyright © 2018, 2024 Eclipse Foundation. All rights reserved.<br>
208208Use is subject to <a href="http://www.eclipse.org/legal/epl-2.0" target="_top">license terms</a>.]]>
209209 </bottom >
210210 </configuration >
@@ -218,7 +218,7 @@ Use is subject to <a href="http://www.eclipse.org/legal/epl-2.0" target="_top">l
218218
219219 <plugin >
220220 <artifactId >maven-surefire-plugin</artifactId >
221- <version >3.2.2 </version >
221+ <version >3.3.1 </version >
222222 <configuration >
223223 <forkCount >1</forkCount >
224224 </configuration >
0 commit comments