This is an automated email from the ASF dual-hosted git repository.
aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git
The following commit(s) were added to refs/heads/master by this push:
new 8d4b53d JUnit v4.13 update from v4.12
new b5b90e9 Merge pull request #45 from nhojpatrick/junit-4.13
8d4b53d is described below
commit 8d4b53d55d2008339e12eb280d077e072fd6f5fe
Author: John Patrick <[email protected]>
AuthorDate: Wed Mar 11 16:12:44 2020 +0000
JUnit v4.13 update from v4.12
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4020810..b1673d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -213,7 +213,7 @@ limitations under the License.
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.12</version>
+ <version>4.13</version>
<scope>test</scope>
</dependency>
<dependency>