This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.11 by this push:
new 45a4c398d Bump junit-jupiter from 5.8.2 to 5.9.0 in /lang/java (#1793)
45a4c398d is described below
commit 45a4c398d0bea59bd066481a1db0807b790aef67
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 28 14:08:41 2022 +0300
Bump junit-jupiter from 5.8.2 to 5.9.0 in /lang/java (#1793)
Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.8.2 to
5.9.0.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.8.2...r5.9.0)
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 799aa75211dc54b312728605610717cb50a7ef95)
---
lang/java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index 995a3f765..e69922f24 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -43,7 +43,7 @@
<jetty.version>9.4.48.v20220622</jetty.version>
<jopt-simple.version>5.0.4</jopt-simple.version>
<junit.version>4.13.2</junit.version>
- <junit5.version>5.8.2</junit5.version>
+ <junit5.version>5.9.0</junit5.version>
<netty.version>4.1.79.Final</netty.version>
<protobuf.version>3.21.3</protobuf.version>
<thrift.version>0.16.0</thrift.version>