This is an automated email from the ASF dual-hosted git repository.
bowenliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new b77c8847f [KYUUBI #4347] Bump maven download plugin from 1.6.6 to 1.6.8
b77c8847f is described below
commit b77c8847f51f7d8aa456f45670c8def4d5e4d151
Author: liangbowen <[email protected]>
AuthorDate: Fri Feb 17 10:17:46 2023 +0800
[KYUUBI #4347] Bump maven download plugin from 1.6.6 to 1.6.8
### _Why are the changes needed?_
- 1.6.8 release note:
https://github.com/maven-download-plugin/maven-download-plugin/releases/tag/1.6.8
### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including
negative and positive cases if possible
- [ ] Add screenshots for manual tests if appropriate
- [ ] [Run
test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests)
locally before make a pull request
Closes #4347 from bowenliang123/maven-download-plugin-1.6.8.
Closes #4347
947767d1 [liangbowen] bump maven download plugin version from 1.6.6 to 1.6.8
Authored-by: liangbowen <[email protected]>
Signed-off-by: liangbowen <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 644119ece..fab9fd2fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -212,7 +212,7 @@
<jars.target.dir>${project.build.directory}/scala-${scala.binary.version}/jars</jars.target.dir>
<maven.plugin.build.helper.version>3.3.0</maven.plugin.build.helper.version>
- <maven.plugin.download.version>1.6.6</maven.plugin.download.version>
+ <maven.plugin.download.version>1.6.8</maven.plugin.download.version>
<maven.plugin.enforcer.mojo.rules.version>1.6.1</maven.plugin.enforcer.mojo.rules.version>
<maven.plugin.scala.version>4.8.0</maven.plugin.scala.version>
<maven.plugin.surefire.version>3.0.0-M8</maven.plugin.surefire.version>