Skip to content

Commit e1e4961

Browse files
authored
Merge pull request #17 from arjantijms/update_versions
Update versions in pom
2 parents 44346c8 + 85f9300 commit e1e4961

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
@@ -77,7 +77,7 @@
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>
@@ -118,7 +118,7 @@
118118
<configuration>
119119
<rules>
120120
<requireMavenVersion>
121-
<version>3.6.0</version>
121+
<version>3.8.6</version>
122122
</requireMavenVersion>
123123
</rules>
124124
</configuration>
@@ -176,7 +176,7 @@
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>
@@ -204,7 +204,7 @@
204204
</groups>
205205
<bottom><![CDATA[
206206
Comments to: <a href="mailto:[email protected]">[email protected]</a>.<br>
207-
Copyright &#169; 2018, 2023 Eclipse Foundation. All rights reserved.<br>
207+
Copyright &#169; 2018, 2024 Eclipse Foundation. All rights reserved.<br>
208208
Use 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

Comments
 (0)