Skip to content

Commit

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

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

See this project in Snyk:
https://app.snyk.io/org/oph-snyk/project/f91037d7-76b9-4ac5-9a13-07b656d0e922?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-io[bot] authored Nov 2, 2024
1 parent 5972b99 commit 9767b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ buildTtime=${maven.build.timestamp}
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jsp-api</artifactId>
<version>2.0</version>
<version>2.0.public_draft</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 9767b4d

Please sign in to comment.