Skip to content

Commit

Permalink
chore: Use jakarta.servlet-api 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peacekeeper committed Feb 20, 2024
1 parent a914754 commit 07d5a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<httpclient.version>4.5.14</httpclient.version>

<springframework.version>6.1.4</springframework.version>
<jakarta.servlet-api.version>5.0.0</jakarta.servlet-api.version>
<jakarta.servlet-api.version>6.0.0</jakarta.servlet-api.version>

<junit-jupiter.version>5.10.2</junit-jupiter.version>
<mockito-core.version>5.10.0</mockito-core.version>
Expand Down

0 comments on commit 07d5a08

Please sign in to comment.