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 e22731f7d ORC-1369: Bump byte-buddy to 1.12.23
e22731f7d is described below
commit e22731f7d8850ff906548827b260b35a57c871ac
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 6 02:44:13 2023 -0800
ORC-1369: Bump byte-buddy to 1.12.23
Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.22 to
1.12.23.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/raphw/byte-buddy/releases">byte-buddy's
releases</a>.</em></p>
<blockquote>
<h2>Byte Buddy 1.12.23</h2>
<ul>
<li>Allow using <code>ClassFileLocator</code> to <code>AgentBuilder</code>
to append boot-injected types.</li>
<li>Add <code>RenamingPlugin</code> that allows for migration of names
using the build plugin.</li>
<li>Add wrapper method to <code>ForAdvice</code> transformation to allow
for easier wrapping.</li>
<li>Fix Gradle plugin <em>raw</em> folder and improve detection of unused
configurations.</li>
<li>Add additional default <code>Step</code>s to
<code>MemberSubstitution</code> to reduce need for custom bytecode
generation.</li>
</ul>
</blockquote>
</details>
<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>
<h3>5. February 2023: version 1.12.23</h3>
<ul>
<li>Allow using <code>ClassFileLocator</code> to <code>AgentBuilder</code>
to append boot-injected types.</li>
<li>Add <code>RenamingPlugin</code> that allows for migration of names
using the build plugin.</li>
<li>Add wrapper method to <code>ForAdvice</code> transformation to allow
for easier wrapping.</li>
<li>Fix Gradle plugin <em>raw</em> folder and improve detection of unused
configurations.</li>
<li>Add additional default <code>Step</code>s to
<code>MemberSubstitution</code> to reduce need for custom bytecode
generation.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/raphw/byte-buddy/commit/12a3bd5fa0c16b6a3fcdef3887a2ff56f57f685a"><code>12a3bd5</code></a>
[maven-release-plugin] prepare release byte-buddy-1.12.23</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/abe6edff9a3e4d25aeed70f18984d9b340aff203"><code>abe6edf</code></a>
[release] Release new version</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/08a13aeed4e25024e6253f53f20514a5c6c97b30"><code>08a13ae</code></a>
Mark spotbugs warning as irrelevant.</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/a2978d15c2da5eb9021d700b4e7628fe0c9b1b71"><code>a2978d1</code></a>
Do not use Java 8 method.</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/c14ba969c18281eed1c4186eae52efa36e820ba5"><code>c14ba96</code></a>
Adds read and write steps for fields.</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/58a88fa11efb2a97fa90f79531c20d29cd86f2b7"><code>58a88fa</code></a>
Add method invocation step for member substitution chain.</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/db804560ea9439bb71d0529e3fc5187a531240b3"><code>db80456</code></a>
Add a method to replace a value with a constant directly.</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/cb8a9be0335f3c69e1a35e8c27f72e2387e5c9bf"><code>cb8a9be</code></a>
Add chain that loads an argument onto the stack.</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/770f201f69631e195b4bf625e37711bca10abe4b"><code>770f201</code></a>
Add member substitution chain implementations for argument substitution and
f...</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/6a214ff994cb2eb6cd7729e820bbf5142bc492e3"><code>6a214ff</code></a>
Add original expression invoking member substitution.</li>
<li>Additional commits viewable in <a
href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.12.22...byte-buddy-1.12.23">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 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 #1400 from
dependabot[bot]/dependabot/maven/java/net.bytebuddy-byte-buddy-1.12.23.
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 c7de318b7..58952c6d2 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -405,7 +405,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
- <version>1.12.22</version>
+ <version>1.12.23</version>
<scope>test</scope>
</dependency>
<dependency>