You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by gi...@apache.org on 2023/08/04 09:29:18 UTC

[iotdb] 01/01: Bump com.googlecode.maven-download-plugin:download-maven-plugin

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

github-bot pushed a commit to branch dependabot/maven/master/com.googlecode.maven-download-plugin-download-maven-plugin-1.6.8
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit f6d89d871819663c2588ba8f4adf708d3d838c83
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Aug 4 09:29:07 2023 +0000

    Bump com.googlecode.maven-download-plugin:download-maven-plugin
    
    Bumps [com.googlecode.maven-download-plugin:download-maven-plugin](https://github.com/maven-download-plugin/maven-download-plugin) from 1.6.7 to 1.6.8.
    - [Release notes](https://github.com/maven-download-plugin/maven-download-plugin/releases)
    - [Commits](https://github.com/maven-download-plugin/maven-download-plugin/compare/1.6.7...1.6.8)
    
    ---
    updated-dependencies:
    - dependency-name: com.googlecode.maven-download-plugin:download-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 iotdb-client/client-cpp/pom.xml | 2 +-
 pom.xml                         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/iotdb-client/client-cpp/pom.xml b/iotdb-client/client-cpp/pom.xml
index 4dfe1253d0f..97c712e854d 100644
--- a/iotdb-client/client-cpp/pom.xml
+++ b/iotdb-client/client-cpp/pom.xml
@@ -93,7 +93,7 @@
             <plugin>
                 <groupId>com.googlecode.maven-download-plugin</groupId>
                 <artifactId>download-maven-plugin</artifactId>
-                <version>1.6.7</version>
+                <version>1.6.8</version>
                 <executions>
                     <!-- Download the Catch2 header file. -->
                     <execution>
diff --git a/pom.xml b/pom.xml
index 059f42214c1..760c79a1c70 100644
--- a/pom.xml
+++ b/pom.xml
@@ -788,7 +788,7 @@
                 <plugin>
                     <groupId>com.googlecode.maven-download-plugin</groupId>
                     <artifactId>download-maven-plugin</artifactId>
-                    <version>1.6.7</version>
+                    <version>1.6.8</version>
                 </plugin>
                 <plugin>
                     <groupId>com.googlecode.cmake-maven-project</groupId>