This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git
The following commit(s) were added to refs/heads/master by this push:
new 6e3700cc Build(deps-dev): bump junit in /rpc/dubbo/java-client (#354)
6e3700cc is described below
commit 6e3700cc6d16a1dd7eab7c2a5aad8d5e5267d9b4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 12 13:22:29 2022 +0800
Build(deps-dev): bump junit in /rpc/dubbo/java-client (#354)
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)
---
updated-dependencies:
- dependency-name: junit:junit
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
rpc/dubbo/java-client/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rpc/dubbo/java-client/pom.xml b/rpc/dubbo/java-client/pom.xml
index a71dcb74..3991e0a2 100644
--- a/rpc/dubbo/java-client/pom.xml
+++ b/rpc/dubbo/java-client/pom.xml
@@ -12,7 +12,7 @@
<source.level>1.8</source.level>
<target.level>1.8</target.level>
<dubbo.version>3.0.3</dubbo.version>
- <junit.version>4.12</junit.version>
+ <junit.version>4.13.1</junit.version>
<spring.version>4.3.16.RELEASE</spring.version>
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
<grpc.version>1.19.0</grpc.version>