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

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new ed79cfe2a [hotfix] Fix conflict between scalatest-maven-plugin with 
maven 3.2.5 (#2179)
ed79cfe2a is described below

commit ed79cfe2abcc4635a4ee3b44975808932e89120a
Author: yuzelin <[email protected]>
AuthorDate: Thu Oct 26 17:40:58 2023 +0800

    [hotfix] Fix conflict between scalatest-maven-plugin with maven 3.2.5 
(#2179)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b2228085c..4b3be678f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@ under the License.
         <avro.version>1.11.1</avro.version>
         <kafka.version>3.2.3</kafka.version>
         <scala-maven-plugin.version>3.2.2</scala-maven-plugin.version>
-        <scalatest-maven-plugin.version>2.2.0</scalatest-maven-plugin.version>
+        <scalatest-maven-plugin.version>2.1.0</scalatest-maven-plugin.version>
         <antlr4-maven-plugin.version>4.8</antlr4-maven-plugin.version>
         <jsoup.version>1.15.3</jsoup.version>
         <CodeCacheSize>128m</CodeCacheSize>

Reply via email to