Skip to content

Commit

Permalink
fix: upgrade javax.servlet.jsp:jsp-api from 2.1 to 2.2
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade javax.servlet.jsp:jsp-api from 2.1 to 2.2.

See this package in maven:
javax.servlet.jsp:jsp-api

See this project in Snyk:
https://app.snyk.io/org/vladbailescu/project/fdd87824-6b9d-4bbc-a585-ceaf6ddc9edc?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 24, 2024
1 parent d2a7b02 commit 5640489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<aem.port>4502</aem.port>
<aem.publish.host>localhost</aem.publish.host>
<aem.publish.port>4503</aem.publish.port>
<aem.contextPath />
<aem.contextPath/>
<sling.user>admin</sling.user>
<sling.password>admin</sling.password>
<vault.user>admin</vault.user>
Expand Down Expand Up @@ -679,7 +679,7 @@
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<version>2.1</version>
<version>2.2</version>
<scope>provided</scope>
</dependency>
<!-- JCR -->
Expand Down

0 comments on commit 5640489

Please sign in to comment.