This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new 02a1e24fc ORC-1798: Upgrade `maven-dependency-plugin` to 3.8.1
02a1e24fc is described below
commit 02a1e24fcc816ce7e553723baf64032dacdc480f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 4 09:31:57 2024 -0800
ORC-1798: Upgrade `maven-dependency-plugin` to 3.8.1
Bumps
[org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin)
from 3.8.0 to 3.8.1.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/maven-dependency-plugin/commit/954e44a6f6bdb9f827cef95cff8a9509f86a7ed2"><code>954e44a</code></a>
[maven-release-plugin] prepare release maven-dependency-plugin-3.8.1</li>
<li><a
href="https://github.com/apache/maven-dependency-plugin/commit/842075d72d371459450db3a854b013a0a946c23d"><code>842075d</code></a>
Bump org.apache.maven.reporting:maven-reporting-impl</li>
<li><a
href="https://github.com/apache/maven-dependency-plugin/commit/7e1aadcd74bc9b48b96d3c3f9e450d69f7552894"><code>7e1aadc</code></a>
Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0</li>
<li><a
href="https://github.com/apache/maven-dependency-plugin/commit/188531ca74cbb80225d4d470c99039ee2dbc8911"><code>188531c</code></a>
Fix SCM tag</li>
<li><a
href="https://github.com/apache/maven-dependency-plugin/commit/361058e3c235f0524d91efa006b1b2f2d59efbe8"><code>361058e</code></a>
Bump jettyVersion from 9.4.55.v20240627 to 9.4.56.v20240826</li>
<li><a
href="https://github.com/apache/maven-dependency-plugin/commit/38ab10076724a01ed7e51d1a665019b1e0b67fff"><code>38ab100</code></a>
Bump org.codehaus.plexus:plexus-io from 3.5.0 to 3.5.1</li>
<li><a
href="https://github.com/apache/maven-dependency-plugin/commit/cbac4a785843953cb8408b0eb75b16ad38d5574d"><code>cbac4a7</code></a>
Bump commons-io:commons-io from 2.16.1 to 2.17.0</li>
<li><a
href="https://github.com/apache/maven-dependency-plugin/commit/b19b7e027085fb215f8f510d7bef8033ecbd4d48"><code>b19b7e0</code></a>
[MDEP-930] Make test robust against platform default character sets (<a
href="https://redirect.github.com/apache/maven-dependency-plugin/issues/448">#448</a>)</li>
<li><a
href="https://github.com/apache/maven-dependency-plugin/commit/e347ef7298c9064be7f0774a4e00f94d7d407fcc"><code>e347ef7</code></a>
Delete obsolete commented code for issue that was won't fixed 10 years ago
(#...</li>
<li><a
href="https://github.com/apache/maven-dependency-plugin/commit/7b137a17cc71b001e79992b755471a3fbb9702c8"><code>7b137a1</code></a>
[MDEP-946] Add analyze exclusions to list of goals</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.8.0...maven-dependency-plugin-3.8.1">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that
have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI
passes on it
- `dependabot cancel merge` will cancel a previously requested merge and
block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it.
You can achieve the same result by closing it manually
- `dependabot show <dependency name> ignore conditions` will show all of
the ignore conditions of the specified dependency
- `dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the PR
or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the PR
or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR or
upgrade to it yourself)
</details>
Closes #2061 from
dependabot[bot]/dependabot/maven/java/org.apache.maven.plugins-maven-dependency-plugin-3.8.1.
Authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index 4f00329c4..0d5a76b67 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -69,7 +69,7 @@
<javadoc.location>${project.basedir}/../target/javadoc</javadoc.location>
<junit.version>5.11.3</junit.version>
<maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version>
- <maven-dependency-plugin.version>3.8.0</maven-dependency-plugin.version>
+ <maven-dependency-plugin.version>3.8.1</maven-dependency-plugin.version>
<maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
<maven.compiler.release>17</maven.compiler.release>
<maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>