Skip to content

Commit

Permalink
fix(deps): replace dependency jstl:jstl with javax.servlet:jstl 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 18, 2025
1 parent 5d5f2e8 commit 9ba5255
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions appengine-java11/guestbook-cloud-firestore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jstl</groupId>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
<version>1.1.2</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions appengine-java11/oauth2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@
</dependency>

<dependency>
<groupId>jstl</groupId>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
<version>1.1.2</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 9ba5255

Please sign in to comment.