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/08/22 16:18:31 UTC

[orc] branch main updated: ORC-1258: Bump byte-buddy to 1.12.14

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 9231a8704 ORC-1258: Bump byte-buddy to 1.12.14
9231a8704 is described below

commit 9231a8704956957761cef4638cd67012b3864230
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Aug 22 09:18:22 2022 -0700

    ORC-1258: Bump byte-buddy to 1.12.14
    
    Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.13 to 1.12.14.
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/raphw/byte-buddy/blob/master/release-notes.md">byte-buddy's changelog</a>.</em></p>
    <blockquote>
    <h2>Byte Buddy release notes</h2>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/raphw/byte-buddy/commit/c73d6141c49bfb94005b929793f6e2cb76ec5c9b"><code>c73d614</code></a> [maven-release-plugin] prepare release byte-buddy-1.12.14</li>
    <li><a href="https://github.com/raphw/byte-buddy/commit/68a4b78762dd086ea945a3e6e54c51ac79d6db42"><code>68a4b78</code></a> [release] Release new version</li>
    <li><a href="https://github.com/raphw/byte-buddy/commit/2ffce721975f757495c51d19e73d7c5c74e7afb4"><code>2ffce72</code></a> Add step security tool.</li>
    <li><a href="https://github.com/raphw/byte-buddy/commit/7a79bf35eeed7957a90dbc8e899e20b12563cab5"><code>7a79bf3</code></a> Try to fix link.</li>
    <li><a href="https://github.com/raphw/byte-buddy/commit/0a80b74e2943ca67e7fc162e53378d491e704093"><code>0a80b74</code></a> Fix javadoc.</li>
    <li><a href="https://github.com/raphw/byte-buddy/commit/b2a7853e11960a67151b8883641c8f6fc9a3b999"><code>b2a7853</code></a> Correct import.</li>
    <li><a href="https://github.com/raphw/byte-buddy/commit/c16f6b6f36e647925e04f48bd93a5829af143ab4"><code>c16f6b6</code></a> Better null handling in mapper.</li>
    <li><a href="https://github.com/raphw/byte-buddy/commit/f28f75e655342ea6b788d157331125f62bd9d99b"><code>f28f75e</code></a> Add additional tests.</li>
    <li><a href="https://github.com/raphw/byte-buddy/commit/98b6fc96083745d0fa7bff53c50ddac989728e2c"><code>98b6fc9</code></a> Use new frame generation abstraction and add more tests.</li>
    <li><a href="https://github.com/raphw/byte-buddy/commit/f83e3488a991ad583b1df3c8e753d817a79fa6f0"><code>f83e348</code></a> Always support frame expansions.</li>
    <li>Additional commits viewable in <a href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.12.13...byte-buddy-1.12.14">compare view</a></li>
    </ul>
    </details>
    <br />
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=net.bytebuddy:byte-buddy&package-manager=maven&previous-version=1.12.13&new-version=1.12.14)](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 #1230 from dependabot[bot]/dependabot/maven/java/net.bytebuddy-byte-buddy-1.12.14.
    
    Authored-by: dependabot[bot] <49...@users.noreply.github.com>
    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 46d3d6d18..c18a9a5b7 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -918,7 +918,7 @@
       <dependency>
         <groupId>net.bytebuddy</groupId>
         <artifactId>byte-buddy</artifactId>
-        <version>1.12.13</version>
+        <version>1.12.14</version>
         <scope>test</scope>
       </dependency>
       <dependency>