diff --git a/pom.xml b/pom.xml
index dc7827d55..05b456c4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,7 @@
1.7.30
3.4.14
- 3.1.4
+ 3.2.8
iceberg-spark3-runtime
0.11.1
diff --git a/scalastyle-config.xml b/scalastyle-config.xml
index 743a3e4cf..f7d0d2449 100644
--- a/scalastyle-config.xml
+++ b/scalastyle-config.xml
@@ -135,12 +135,6 @@ This file is divided into 3 sections:
- // remove this after upgrade to scalatest 3.2.x
-
- ^FunSuite[A-Za-z]*$
- Tests must extend org.apache.kyuubi.KyuubiFunSuite instead.
-
-
^AnyFunSuite[A-Za-z]*$
Tests must extend org.apache.kyuubi.KyuubiFunSuite instead.