Skip to content

Commit 81c85eb

Browse files
authored
Merge branch 'master' into spiFix
2 parents fa5ed8c + e1e4961 commit 81c85eb

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

pom.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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
@@ -77,7 +76,7 @@
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>
@@ -122,7 +121,7 @@
122121
<configuration>
123122
<rules>
124123
<requireMavenVersion>
125-
<version>3.6.0</version>
124+
<version>3.8.6</version>
126125
</requireMavenVersion>
127126
</rules>
128127
</configuration>
@@ -180,7 +179,7 @@
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>
@@ -208,7 +207,7 @@
208207
</groups>
209208
<bottom><![CDATA[
210209
Comments to: <a href="mailto:expressly-dev@eclipse.org">expressly-dev@eclipse.org</a>.<br>
211-
Copyright &#169; 2018, 2023 Eclipse Foundation. All rights reserved.<br>
210+
Copyright &#169; 2018, 2024 Eclipse Foundation. All rights reserved.<br>
212211
Use 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

Comments
 (0)