Skip to content

Commit

Permalink
[KYUUBI #6807] [BUILD] Bump maven download plugin from 1.8.1 to 1.11.3
Browse files Browse the repository at this point in the history
# 🔍 Description
## Issue References 🔗

## Describe Your Solution 🔧

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

## Types of changes 🔖

- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)

## Test Plan 🧪

#### Behavior Without This Pull Request ⚰️

#### Behavior With This Pull Request 🎉

#### Related Unit Tests

---

# Checklist 📝

- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)

**Be nice. Be informative.**

Closes #6807 from pionCham/bump-maven-plugin-version.

Closes #6807

6582a19 [Bowen Liang] bump to 1.11.3
1505449 [chengpeiming] Bump maven plugin download version to 1.11.2

Lead-authored-by: Bowen Liang <[email protected]>
Co-authored-by: chengpeiming <[email protected]>
Signed-off-by: Kent Yao <[email protected]>
  • Loading branch information
2 people authored and yaooqinn committed Nov 19, 2024
1 parent 27e7254 commit 903e333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,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.8.1</maven.plugin.download.version>
<maven.plugin.download.version>1.11.3</maven.plugin.download.version>
<maven.plugin.download.cache.path></maven.plugin.download.cache.path>
<maven.plugin.enforcer.mojo.rules.version>1.8.0</maven.plugin.enforcer.mojo.rules.version>
<maven.plugin.flatten.version>1.6.0</maven.plugin.flatten.version>
Expand Down

0 comments on commit 903e333

Please sign in to comment.