This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-agent-test-tool.git
The following commit(s) were added to refs/heads/master by this push:
new c3b0ba4 Bump junit from 4.11 to 4.13.1 (#44)
c3b0ba4 is described below
commit c3b0ba4fb897ed563c38f824f11059abab46a120
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 26 16:32:50 2022 +0800
Bump junit from 4.11 to 4.13.1 (#44)
Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
-
[Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.11.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.11...r4.13.1)
---
updated-dependencies:
- dependency-name: junit:junit
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 52492db..d4f84d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
<maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <junit.version>4.11</junit.version>
+ <junit.version>4.13.1</junit.version>
<guava.version>20.0</guava.version>
<gson.version>2.8.9</gson.version>
<grpc.version>1.42.1</grpc.version>