You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by bo...@apache.org on 2023/05/29 09:32:03 UTC

[kyuubi] 01/01: revert scalatest to 3.2.15

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

bowenliang pushed a commit to branch scalatest-3.2.15
in repository https://gitbox.apache.org/repos/asf/kyuubi.git

commit 4bd2606982bda72ef20458bb9c176054d61fb11b
Author: liangbowen <li...@gf.com.cn>
AuthorDate: Mon May 29 17:31:48 2023 +0800

    revert scalatest to 3.2.15
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5bf90e748..21fd7d727 100644
--- a/pom.xml
+++ b/pom.xml
@@ -183,8 +183,8 @@
         <protobuf.version>3.21.7</protobuf.version>
         <py4j.version>0.10.7</py4j.version>
         <ranger.version>2.4.0</ranger.version>
-        <scalatest.version>3.2.16</scalatest.version>
-        <scalatestplus.version>3.2.16.0</scalatestplus.version>
+        <scalatest.version>3.2.15</scalatest.version>
+        <scalatestplus.version>3.2.15.0</scalatestplus.version>
         <scopt.version>4.1.0</scopt.version>
         <slf4j.version>1.7.36</slf4j.version>
         <snakeyaml.version>1.33</snakeyaml.version>