1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
4
- Copyright (c) 2022, 2023 Contributors to the Eclipse Foundation.
4
+ Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation.
5
5
Copyright (c) 1997, 2021 Oracle and/or its affiliates and others.
6
6
All rights reserved.
7
7
77
77
<dependency >
78
78
<groupId >jakarta.el</groupId >
79
79
<artifactId >jakarta.el-api</artifactId >
80
- <version >6.0.0-M1 </version >
80
+ <version >6.0.1 </version >
81
81
</dependency >
82
82
<dependency >
83
83
<groupId >junit</groupId >
118
118
<configuration >
119
119
<rules >
120
120
<requireMavenVersion >
121
- <version >3.6.0 </version >
121
+ <version >3.8.6 </version >
122
122
</requireMavenVersion >
123
123
</rules >
124
124
</configuration >
176
176
<!-- Restricts the Java version to 17 -->
177
177
<plugin >
178
178
<artifactId >maven-compiler-plugin</artifactId >
179
- <version >3.11 .0</version >
179
+ <version >3.13 .0</version >
180
180
<configuration >
181
181
<release >17</release >
182
182
<compilerArgument >-Xlint:unchecked</compilerArgument >
204
204
</groups >
205
205
<bottom ><![CDATA[
206
206
Comments to: <a href="mailto:[email protected] ">[email protected] </a>.<br>
207
- Copyright © 2018, 2023 Eclipse Foundation. All rights reserved.<br>
207
+ Copyright © 2018, 2024 Eclipse Foundation. All rights reserved.<br>
208
208
Use is subject to <a href="http://www.eclipse.org/legal/epl-2.0" target="_top">license terms</a>.]]>
209
209
</bottom >
210
210
</configuration >
@@ -218,7 +218,7 @@ Use is subject to <a href="http://www.eclipse.org/legal/epl-2.0" target="_top">l
218
218
219
219
<plugin >
220
220
<artifactId >maven-surefire-plugin</artifactId >
221
- <version >3.2.2 </version >
221
+ <version >3.3.1 </version >
222
222
<configuration >
223
223
<forkCount >1</forkCount >
224
224
</configuration >
0 commit comments