Skip to content

Commit

Permalink
Update jakarta.servlet.jsp.jstl-api version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jad-el-khoury committed Mar 23, 2024
1 parent bdc2f28 commit 8c148c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>jakarta.servlet.jsp.jstl</groupId>
<artifactId>jakarta.servlet.jsp.jstl-api</artifactId>
<version>1.2.7</version>
<version>3.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/server-rm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<dependency>
<groupId>jakarta.servlet.jsp.jstl</groupId>
<artifactId>jakarta.servlet.jsp.jstl-api</artifactId>
<version>1.2.5</version>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.glassfish.hk2.external</groupId>
Expand Down

0 comments on commit 8c148c2

Please sign in to comment.