Skip to content

Commit

Permalink
Update dependency jakarta.servlet:jakarta.servlet-api to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 24, 2024
1 parent 2dffe7f commit 09d7a8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>4.0.4</version>
<version>6.0.0</version>
<optional>true</optional>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion samples/petclinic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>4.0.4</version>
<version>6.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 09d7a8a

Please sign in to comment.