Skip to content

Commit

Permalink
update struts to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
jackshirazi authored Feb 13, 2025
1 parent 43a2b40 commit 6c43b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apm-agent-plugins/apm-struts-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-core</artifactId>
<version>2.5.33</version>
<version>7.0.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-junit-plugin</artifactId>
<version>2.5.26</version>
<version>7.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 6c43b59

Please sign in to comment.