You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2022/07/12 17:47:58 UTC

[orc] branch branch-1.8 updated: ORC-1214: Bump `maven-assembly-plugin` to 3.4.1

This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-1.8 by this push:
     new 0667f4c49 ORC-1214: Bump `maven-assembly-plugin` to 3.4.1
0667f4c49 is described below

commit 0667f4c4932a7d7d2c14fcd44b1d9117fb5ede74
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jul 12 10:47:34 2022 -0700

    ORC-1214: Bump `maven-assembly-plugin` to 3.4.1
    
    Bumps [maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from 3.4.0 to 3.4.1.
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/apache/maven-assembly-plugin/commit/0518d3adfea36721bf754743e2bcb28a18d37d70"><code>0518d3a</code></a> [maven-release-plugin] prepare release maven-assembly-plugin-3.4.1</li>
    <li><a href="https://github.com/apache/maven-assembly-plugin/commit/7ab92934c00097e64c80ebb42dcaedd65ac214b3"><code>7ab9293</code></a> [MASSEMBLY-964] Fix initFile for FileLocation, UrlLocation</li>
    <li><a href="https://github.com/apache/maven-assembly-plugin/commit/8fba93dd892e347b55b4e5efae0c59e82239d948"><code>8fba93d</code></a> Fix Jenkins url</li>
    <li><a href="https://github.com/apache/maven-assembly-plugin/commit/5feb0c7cde3c6fb7370befe6585e449be637342e"><code>5feb0c7</code></a> [maven-release-plugin] prepare for next development iteration</li>
    <li>See full diff in <a href="https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-3.4.0...maven-assembly-plugin-3.4.1">compare view</a></li>
    </ul>
    </details>
    <br />
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-assembly-plugin&package-manager=maven&previous-version=3.4.0&new-version=3.4.1)](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 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 #1174 from dependabot[bot]/dependabot/maven/java/org.apache.maven.plugins-maven-assembly-plugin-3.4.1.
    
    Authored-by: dependabot[bot] <49...@users.noreply.github.com>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
    (cherry picked from commit 8eef0c495ffe334825655ec22c1516b24ecd9f48)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index d00254338..ee3fb7c99 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -76,7 +76,7 @@
     <storage-api.version>2.8.1</storage-api.version>
     <zookeeper.version>3.8.0</zookeeper.version>
     <maven.version>3.8.6</maven.version>
-    <maven-assembly-plugin.version>3.4.0</maven-assembly-plugin.version>
+    <maven-assembly-plugin.version>3.4.1</maven-assembly-plugin.version>
     <maven-shade-plugin.version>3.2.4</maven-shade-plugin.version>
     <slf4j.version>1.7.36</slf4j.version>
     <protoc.artifact>com.google.protobuf:protoc:2.5.0</protoc.artifact>