Skip to content

Commit 06280ec

Browse files
Bump download-maven-plugin from 1.6.7 to 1.6.8
Bumps [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](download-maven-plugin/download-maven-plugin@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] <[email protected]>
1 parent 26d6c9e commit 06280ec

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

client-cpp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
<plugin>
299299
<groupId>com.googlecode.maven-download-plugin</groupId>
300300
<artifactId>download-maven-plugin</artifactId>
301-
<version>1.6.7</version>
301+
<version>1.6.8</version>
302302
<executions>
303303
<!-- Download the Catch2 header file. -->
304304
<execution>

compile-tools/thrift/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<plugin>
4343
<groupId>com.googlecode.maven-download-plugin</groupId>
4444
<artifactId>download-maven-plugin</artifactId>
45-
<version>1.6.7</version>
45+
<version>1.6.8</version>
4646
<executions>
4747
<!-- Download the CMake binary distribution for this platform. -->
4848
<execution>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,7 @@
12841284
<plugin>
12851285
<groupId>com.googlecode.maven-download-plugin</groupId>
12861286
<artifactId>download-maven-plugin</artifactId>
1287-
<version>1.6.7</version>
1287+
<version>1.6.8</version>
12881288
<executions>
12891289
<execution>
12901290
<id>get-thrift-executable</id>

site/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<plugin>
5959
<groupId>com.googlecode.maven-download-plugin</groupId>
6060
<artifactId>download-maven-plugin</artifactId>
61-
<version>1.6.7</version>
61+
<version>1.6.8</version>
6262
<executions>
6363
<execution>
6464
<id>get-existing-site</id>
@@ -449,7 +449,7 @@
449449
<plugin>
450450
<groupId>com.googlecode.maven-download-plugin</groupId>
451451
<artifactId>download-maven-plugin</artifactId>
452-
<version>1.6.7</version>
452+
<version>1.6.8</version>
453453
<executions>
454454
<execution>
455455
<id>get-0.13-docs</id>
@@ -513,7 +513,7 @@
513513
<plugin>
514514
<groupId>com.googlecode.maven-download-plugin</groupId>
515515
<artifactId>download-maven-plugin</artifactId>
516-
<version>1.6.7</version>
516+
<version>1.6.8</version>
517517
<executions>
518518
<execution>
519519
<id>get-0.12-docs</id>
@@ -577,7 +577,7 @@
577577
<plugin>
578578
<groupId>com.googlecode.maven-download-plugin</groupId>
579579
<artifactId>download-maven-plugin</artifactId>
580-
<version>1.6.7</version>
580+
<version>1.6.8</version>
581581
<executions>
582582
<execution>
583583
<id>get-0.11-docs</id>
@@ -641,7 +641,7 @@
641641
<plugin>
642642
<groupId>com.googlecode.maven-download-plugin</groupId>
643643
<artifactId>download-maven-plugin</artifactId>
644-
<version>1.6.7</version>
644+
<version>1.6.8</version>
645645
<executions>
646646
<execution>
647647
<id>get-0.10-docs</id>
@@ -705,7 +705,7 @@
705705
<plugin>
706706
<groupId>com.googlecode.maven-download-plugin</groupId>
707707
<artifactId>download-maven-plugin</artifactId>
708-
<version>1.6.7</version>
708+
<version>1.6.8</version>
709709
<executions>
710710
<execution>
711711
<id>get-0.9-docs</id>
@@ -769,7 +769,7 @@
769769
<plugin>
770770
<groupId>com.googlecode.maven-download-plugin</groupId>
771771
<artifactId>download-maven-plugin</artifactId>
772-
<version>1.6.7</version>
772+
<version>1.6.8</version>
773773
<executions>
774774
<execution>
775775
<id>get-0.8-docs</id>

0 commit comments

Comments
 (0)