Skip to content

Commit b40cf12

Browse files
akutscheraNylle
authored andcommitted
Upgrade jakarta.el version for security reasons
Remove illegal-access permission for testing javax.el Version 3.0.0 has a security issue (CVE-2021-28170) Because of the three-step generation approach we implemented for #63 we don't need this anymore.
1 parent 7c9877a commit b40cf12

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
</dependency>
9999
<dependency>
100100
<groupId>org.glassfish</groupId>
101-
<artifactId>javax.el</artifactId>
102-
<version>3.0.0</version>
101+
<artifactId>jakarta.el</artifactId>
102+
<version>3.0.4</version>
103103
<scope>test</scope>
104104
</dependency>
105105
</dependencies>
@@ -121,11 +121,6 @@
121121
<groupId>org.apache.maven.plugins</groupId>
122122
<artifactId>maven-surefire-plugin</artifactId>
123123
<version>2.22.0</version>
124-
<configuration>
125-
<argLine>
126-
--illegal-access=permit
127-
</argLine>
128-
</configuration>
129124
</plugin>
130125
<plugin>
131126
<groupId>org.sonatype.plugins</groupId>

0 commit comments

Comments
 (0)