This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new c22670f Bump junit from 4.13 to 4.13.1
c22670f is described below
commit c22670f6ca86f148696cb33f5c59fdcde5fe7189
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Wed Oct 14 21:28:12 2020 +0200
Bump junit from 4.13 to 4.13.1
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 263ddf4..8d4a201 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,7 +142,7 @@ under the License.
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.13</version>
+ <version>4.13.1</version>
<scope>test</scope>
</dependency>
</dependencies>