Skip to content

Commit

Permalink
Merge pull request awsdocs#1411 from awsdocs/dependabot/maven/java/ex…
Browse files Browse the repository at this point in the history
…ample_code/ec2/junit-junit-4.13.1

Bump junit from 3.8.1 to 4.13.1 in /java/example_code/ec2
  • Loading branch information
brmur authored Oct 14, 2020
2 parents 52c425f + 6152de5 commit b059c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/example_code/ec2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit b059c9a

Please sign in to comment.