You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by yo...@apache.org on 2022/08/03 08:46:57 UTC

[bookkeeper] branch branch-4.15 updated: Upgrade junit to fix the CI tests

This is an automated email from the ASF dual-hosted git repository.

yong pushed a commit to branch branch-4.15
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/branch-4.15 by this push:
     new a8e54fd344 Upgrade junit to fix the CI tests
a8e54fd344 is described below

commit a8e54fd3447b6076459b6362f6388ab5933bcc1b
Author: Yong Zhang <zh...@gmail.com>
AuthorDate: Wed Aug 3 16:46:37 2022 +0800

    Upgrade junit to fix the CI tests
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6ea2302eec..ab9b971bfa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@
     <jna.version>3.2.7</jna.version>
     <junit.version>4.12</junit.version>
     <!-- required by zookeeper test utilities imported from ZooKeeper -->
-    <junit5.version>5.6.2</junit5.version>
+    <junit5.version>5.8.2</junit5.version>
     <libthrift.version>0.14.2</libthrift.version>
     <lombok.version>1.18.22</lombok.version>
     <log4j.version>2.18.0</log4j.version>