Skip to content

Commit

Permalink
chore(deps): update Struts to 7.0.0-M2 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
deki committed Feb 5, 2024
1 parent eae6ce8 commit 755752d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions aws-serverless-java-container-struts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
<groupId>org.apache.struts</groupId>
<artifactId>struts2-core</artifactId>
<version>${struts.version}</version>
<exclusions>
<exclusion>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.struts</groupId>
Expand Down

0 comments on commit 755752d

Please sign in to comment.