Skip to content

Commit

Permalink
Update test dependencies to more secure versions (fixes #1 #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcculls committed Dec 20, 2020
1 parent 223a706 commit 5866453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.sisu.plexus.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.13.1</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.sisu.plexus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>4.13.1</version>
<optional>true</optional>
</dependency>
</dependencies>
Expand Down

0 comments on commit 5866453

Please sign in to comment.