This is an automated email from the ASF dual-hosted git repository.
mbutrovich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push:
new f83e8db8a chore: Upgrade Maven plugins (#2494)
f83e8db8a is described below
commit f83e8db8a51a197086ba109a2db8711bff15f519
Author: Andy Grove <[email protected]>
AuthorDate: Tue Sep 30 08:07:20 2025 -0600
chore: Upgrade Maven plugins (#2494)
* fix
* trigger build
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index db60fc023..90e09900d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@ under the License.
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-assembly-plugin.version>3.6.0</maven-assembly-plugin.version>
<maven-shade-plugin.version>3.2.4</maven-shade-plugin.version>
- <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
+ <maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
<maven-source-plugin.version>3.3.0</maven-source-plugin.version>
<maven-enforcer-plugin.version>3.3.0</maven-enforcer-plugin.version>
<maven-failsafe-plugin.version>3.1.0</maven-failsafe-plugin.version>
@@ -67,7 +67,7 @@ under the License.
<apache-rat-plugin.version>0.16.1</apache-rat-plugin.version>
<scala.version>2.12.18</scala.version>
<scala.binary.version>2.12</scala.binary.version>
- <scala.plugin.version>4.8.0</scala.plugin.version>
+ <scala.plugin.version>4.9.6</scala.plugin.version>
<scalatest.version>3.2.16</scalatest.version>
<scalatest-maven-plugin.version>2.2.0</scalatest-maven-plugin.version>
<spark.version>3.5.6</spark.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]