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 Repository:
https://mvnrepository.com/artifact/javax.servlet.jsp/jsp-api/

See this project in Snyk:
https://app.snyk.io/org/sepe81/project/737c1e58-880e-419c-9589-9b302ab4eab5?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Jan 21, 2024
1 parent a763071 commit 0cd6750
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments />
<comments/>
</license>
</licenses>

Expand Down Expand Up @@ -315,10 +315,10 @@
<useDefaultExcludes>true</useDefaultExcludes>
<addDefaultLicenseMatchers>false</addDefaultLicenseMatchers>
<licenses>
<licens implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20" />
<licens implementation="org.apache.rat.analysis.license.ApacheSoftwareLicense20"/>
</licenses>
<licenseFamilies>
<licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily" />
<licenseFamily implementation="org.apache.rat.license.Apache20LicenseFamily"/>
</licenseFamilies>
<includes>
<include>pom.xml</include>
Expand Down Expand Up @@ -367,7 +367,7 @@
<id>enforce</id>
<configuration>
<rules>
<dependencyConvergence />
<dependencyConvergence/>
</rules>
</configuration>
<goals>
Expand Down Expand Up @@ -835,7 +835,7 @@
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>jsp-api</artifactId>
<version>2.1</version>
<version>2.2</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 0cd6750

Please sign in to comment.