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 8d7043b7c ORC-1653: Bump `maven-assembly-plugin` to 3.7.0
8d7043b7c is described below
commit 8d7043b7c36871c76541033ba4a79cd62d3bf95a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 11 14:09:12 2024 -0700
ORC-1653: Bump `maven-assembly-plugin` to 3.7.0
Bumps
[org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin)
from 3.6.0 to 3.7.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/maven-assembly-plugin/commit/9be6e8733f187b15c0e6c0fb856765e12fb2c055"><code>9be6e87</code></a>
[maven-release-plugin] prepare release maven-assembly-plugin-3.7.0</li>
<li><a
href="https://github.com/apache/maven-assembly-plugin/commit/e8630dc91637860d1ca690b2c64c2c18e240eae7"><code>e8630dc</code></a>
Bump apache/maven-gh-actions-shared from 3 to 4</li>
<li><a
href="https://github.com/apache/maven-assembly-plugin/commit/98f97a5dca6eac582ea5e52d7d62e186d9b8e25f"><code>98f97a5</code></a>
Bump org.postgresql:postgresql in /src/it/projects/bugs/massembly-730</li>
<li><a
href="https://github.com/apache/maven-assembly-plugin/commit/c84e11089a785d56441fac2314224c0bf86b200d"><code>c84e110</code></a>
[MASSEMBLY-1019] Maven 3.6.3 as minimum requirements</li>
<li><a
href="https://github.com/apache/maven-assembly-plugin/commit/136fe366c2ff8f44146d08d408890ac9e2e91a1d"><code>136fe36</code></a>
[MASSEMBLY-1018] Fix examples about useStrictFiltering</li>
<li><a
href="https://github.com/apache/maven-assembly-plugin/commit/33d3d94f895b8b9060b03ca2af164388204190ce"><code>33d3d94</code></a>
[MASSEMBLY-967] IT for jar-with-dependencies with main class</li>
<li><a
href="https://github.com/apache/maven-assembly-plugin/commit/b3b7866073432d7c85a8a23872f2194dee3ac134"><code>b3b7866</code></a>
[MASSEMBLY-1017] Don't use deprecated methods in code (<a
href="https://redirect.github.com/apache/maven-assembly-plugin/issues/182">#182</a>)</li>
<li><a
href="https://github.com/apache/maven-assembly-plugin/commit/aeed8848bf8f0947e5d6565b5926e53a97ea494f"><code>aeed884</code></a>
[MASSEMBLY-1016] fix history (<a
href="https://redirect.github.com/apache/maven-assembly-plugin/issues/181">#181</a>)</li>
<li><a
href="https://github.com/apache/maven-assembly-plugin/commit/3d97c2df49883a3f10e6eb0231c3791fe38d18bb"><code>3d97c2d</code></a>
Bump com.google.guava:guava</li>
<li><a
href="https://github.com/apache/maven-assembly-plugin/commit/36ebace466793725c083c13a778a65729a04778c"><code>36ebace</code></a>
[MASSEMBLY-1008] Fix transitive dependencies resolving with required scope
(#...</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-3.6.0...maven-assembly-plugin-3.7.0">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 #1843 from
dependabot[bot]/dependabot/maven/java/org.apache.maven.plugins-maven-assembly-plugin-3.7.0.
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 f69f62097..4dc629962 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -67,7 +67,7 @@
<java.version>17</java.version>
<javadoc.location>${project.basedir}/../target/javadoc</javadoc.location>
<junit.version>5.10.2</junit.version>
- <maven-assembly-plugin.version>3.6.0</maven-assembly-plugin.version>
+ <maven-assembly-plugin.version>3.7.0</maven-assembly-plugin.version>
<maven-dependency-plugin.version>3.6.1</maven-dependency-plugin.version>
<maven-shade-plugin.version>3.5.2</maven-shade-plugin.version>
<maven.compiler.release>17</maven.compiler.release>