Skip to content

Commit 0e574ff

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 4ae7b3a commit 0e574ff

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

client-cpp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
<plugin>
303303
<groupId>com.googlecode.maven-download-plugin</groupId>
304304
<artifactId>download-maven-plugin</artifactId>
305-
<version>1.6.7</version>
305+
<version>1.6.8</version>
306306
<executions>
307307
<!-- Download the Catch2 header file. -->
308308
<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
@@ -1297,7 +1297,7 @@
12971297
<plugin>
12981298
<groupId>com.googlecode.maven-download-plugin</groupId>
12991299
<artifactId>download-maven-plugin</artifactId>
1300-
<version>1.6.7</version>
1300+
<version>1.6.8</version>
13011301
<executions>
13021302
<execution>
13031303
<id>get-thrift-executable</id>

site/pom.xml

Lines changed: 3 additions & 3 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>
@@ -469,7 +469,7 @@
469469
<plugin>
470470
<groupId>com.googlecode.maven-download-plugin</groupId>
471471
<artifactId>download-maven-plugin</artifactId>
472-
<version>1.6.7</version>
472+
<version>1.6.8</version>
473473
<executions>
474474
<execution>
475475
<id>get-1.0-docs</id>
@@ -533,7 +533,7 @@
533533
<plugin>
534534
<groupId>com.googlecode.maven-download-plugin</groupId>
535535
<artifactId>download-maven-plugin</artifactId>
536-
<version>1.6.7</version>
536+
<version>1.6.8</version>
537537
<executions>
538538
<execution>
539539
<id>get-0.13-docs</id>

0 commit comments

Comments
 (0)