Skip to content

Commit

Permalink
Update dependency versions to avoid warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jad-el-khoury committed Dec 7, 2023
1 parent 3e2143c commit 760bbdf
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,15 @@ endif)
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
<groupId>jakarta.servlet.jsp.jstl</groupId>
<artifactId>jakarta.servlet.jsp.jstl-api</artifactId>
<version>1.2.5</version>
</dependency>
[if serverImplementation]
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<version>1</version>
<groupId>org.glassfish.hk2.external</groupId>
<artifactId>jakarta.inject</artifactId>
<version>2.6.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 760bbdf

Please sign in to comment.