Skip to content

Commit

Permalink
Upgrade from javax.servlet-api-3.1 to jakarta.servlet-api:4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromepochat committed Feb 16, 2023
1 parent f938fd6 commit c5365a8
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 @@ -171,9 +171,9 @@
</dependency>
<dependency>
<!-- used in JTH and jenkins core > 2.x -->
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>4.0.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -239,8 +239,8 @@

<!-- dependencies provided by virtue of running in Jenkins -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit c5365a8

Please sign in to comment.