Skip to content

Commit

Permalink
Bump javax.servlet:servlet-api from 2.4 to 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Aug 19, 2024
1 parent 430e44d commit 73e7634
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
<version>2.5</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="update">Bump Java from 6 to 8.</action>
<action dev="ggregory" type="update">Bump commons-parent from 62 to 73.</action>
<action dev="ggregory" type="update">Bump commons-io from 2.11.0 to 2.16.1.</action>
<action dev="ggregory" type="update">Bump javax.servlet:servlet-api from 2.4 to 2.5.</action>
</release>
<release version="1.5" date="2023-02-13" description="1.5 Release">
<action dev="markt" type="update">Bump Commons IO to 2.11.0</action>
Expand Down

0 comments on commit 73e7634

Please sign in to comment.