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

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 648d6c5202 Bump scala-maven-plugin from 3.2.0 to 3.2.2 (#7413)
648d6c5202 is described below

commit 648d6c52022d07775b0756432cb8b4094a07a59a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 10 09:40:38 2022 +0800

    Bump scala-maven-plugin from 3.2.0 to 3.2.2 (#7413)
    
    Bumps scala-maven-plugin from 3.2.0 to 3.2.2.
    
    ---
    updated-dependencies:
    - dependency-name: net.alchim31.maven:scala-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 spark-iotdb-connector/pom.xml | 4 ++--
 spark-tsfile/pom.xml          | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/spark-iotdb-connector/pom.xml b/spark-iotdb-connector/pom.xml
index 1f3c3110ce..470f1383e5 100644
--- a/spark-iotdb-connector/pom.xml
+++ b/spark-iotdb-connector/pom.xml
@@ -88,7 +88,7 @@
             <plugin>
                 <groupId>net.alchim31.maven</groupId>
                 <artifactId>scala-maven-plugin</artifactId>
-                <version>3.2.0</version>
+                <version>3.2.2</version>
                 <executions>
                     <execution>
                         <id>compile-scala</id>
@@ -122,7 +122,7 @@
                     <plugin>
                         <groupId>net.alchim31.maven</groupId>
                         <artifactId>scala-maven-plugin</artifactId>
-                        <version>3.2.0</version>
+                        <version>3.2.2</version>
                         <!-- Added to avoid problems with Java 11 and above -->
                         <configuration>
                             <args>
diff --git a/spark-tsfile/pom.xml b/spark-tsfile/pom.xml
index 0e197e050b..e3471db5bb 100644
--- a/spark-tsfile/pom.xml
+++ b/spark-tsfile/pom.xml
@@ -76,7 +76,7 @@
             <plugin>
                 <groupId>net.alchim31.maven</groupId>
                 <artifactId>scala-maven-plugin</artifactId>
-                <version>3.2.0</version>
+                <version>3.2.2</version>
                 <executions>
                     <execution>
                         <id>compile-scala</id>
@@ -110,7 +110,7 @@
                     <plugin>
                         <groupId>net.alchim31.maven</groupId>
                         <artifactId>scala-maven-plugin</artifactId>
-                        <version>3.2.0</version>
+                        <version>3.2.2</version>
                         <!-- Added to avoid problems with Java 11 and above -->
                         <configuration>
                             <args>

Reply via email to