This is an automated email from the ASF dual-hosted git repository.
wangxin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-hessian-lite.git
The following commit(s) were added to refs/heads/master by this push:
new 6192ec7 Bump junit from 4.12 to 4.13.1 (#40)
6192ec7 is described below
commit 6192ec7faf09b938387d106e58da15acb0fe0593
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 18 20:33:40 2021 +0800
Bump junit from 4.12 to 4.13.1 (#40)
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
-
[Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b09383a..592089b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
<name>Hessian Lite(Dubbo embed version)</name>
<properties>
- <junit_version>4.12</junit_version>
+ <junit_version>4.13.1</junit_version>
<mockito_version>2.18.3</mockito_version>
<hamcrest_version>1.3</hamcrest_version>
<maven_jacoco_version>0.8.2</maven_jacoco_version>