Skip to content

Commit

Permalink
Merge pull request #196 from premium-minds/dependabot/maven/org.easym…
Browse files Browse the repository at this point in the history
…ock-easymock-5.4.0

Bump org.easymock:easymock from 5.3.0 to 5.4.0
  • Loading branch information
froque authored Aug 5, 2024
2 parents e4a9921 + 4204462 commit 66d8ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>5.3.0</version>
<version>5.4.0</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>5.3.0</version>
<version>5.4.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 66d8ff4

Please sign in to comment.