11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!--
3-
4- Copyright (c) 2022, 2023 Contributors to the Eclipse Foundation.
3+ Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation.
54 Copyright (c) 1997, 2024 Oracle and/or its affiliates and others.
65 All rights reserved.
76
7776 <dependency >
7877 <groupId >jakarta.el</groupId >
7978 <artifactId >jakarta.el-api</artifactId >
80- <version >6.0.0-M1 </version >
79+ <version >6.0.1 </version >
8180 </dependency >
8281 <dependency >
8382 <groupId >junit</groupId >
122121 <configuration >
123122 <rules >
124123 <requireMavenVersion >
125- <version >3.6.0 </version >
124+ <version >3.8.6 </version >
126125 </requireMavenVersion >
127126 </rules >
128127 </configuration >
180179 <!-- Restricts the Java version to 17 -->
181180 <plugin >
182181 <artifactId >maven-compiler-plugin</artifactId >
183- <version >3.11 .0</version >
182+ <version >3.13 .0</version >
184183 <configuration >
185184 <release >17</release >
186185 <compilerArgument >-Xlint:unchecked</compilerArgument >
208207 </groups >
209208 <bottom ><![CDATA[
210209Comments to: <a href="mailto:expressly-dev@eclipse.org">expressly-dev@eclipse.org</a>.<br>
211- Copyright © 2018, 2023 Eclipse Foundation. All rights reserved.<br>
210+ Copyright © 2018, 2024 Eclipse Foundation. All rights reserved.<br>
212211Use is subject to <a href="http://www.eclipse.org/legal/epl-2.0" target="_top">license terms</a>.]]>
213212 </bottom >
214213 </configuration >
@@ -222,7 +221,7 @@ Use is subject to <a href="http://www.eclipse.org/legal/epl-2.0" target="_top">l
222221
223222 <plugin >
224223 <artifactId >maven-surefire-plugin</artifactId >
225- <version >3.2.2 </version >
224+ <version >3.3.1 </version >
226225 <configuration >
227226 <forkCount >1</forkCount >
228227 </configuration >
0 commit comments