This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-spi-extensions.git
The following commit(s) were added to refs/heads/master by this push:
new 304509c Bump junit (#148)
304509c is described below
commit 304509c0b54ee833e67d8bc79669d43f1feaf016
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Oct 9 09:16:28 2022 +0800
Bump junit (#148)
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]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.../scenarios-dubbo-serialization/dubbo-serialization-kryo-test/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/test/scenarios/scenarios-dubbo-serialization/dubbo-serialization-kryo-test/pom.xml
b/test/scenarios/scenarios-dubbo-serialization/dubbo-serialization-kryo-test/pom.xml
index b0fb19e..a15405c 100644
---
a/test/scenarios/scenarios-dubbo-serialization/dubbo-serialization-kryo-test/pom.xml
+++
b/test/scenarios/scenarios-dubbo-serialization/dubbo-serialization-kryo-test/pom.xml
@@ -30,7 +30,7 @@
<source.level>1.8</source.level>
<target.level>1.8</target.level>
<dubbo.version>3.0.4</dubbo.version>
- <junit.version>4.12</junit.version>
+ <junit.version>4.13.1</junit.version>
<spring.version>4.3.16.RELEASE</spring.version>
<dubbo.extensions.version>1.0.3-SNAPSHOT</dubbo.extensions.version>
<dubbo.serialization.version>1.0.1-SNAPSHOT</dubbo.serialization.version>