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 b32367ef1 ORC-1272: Bump byte-buddy to 1.12.16
b32367ef1 is described below
commit b32367ef1414929da1fb829df0f37ee23be206bd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 13 08:52:51 2022 -0700
ORC-1272: Bump byte-buddy to 1.12.16
Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.14 to
1.12.16.
<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.16</h2>
<ul>
<li>Fix Gradle release script to publish plugin.</li>
</ul>
<h2>Byte Buddy 1.12.15</h2>
<ul>
<li>Introduce ClassVisitorFactory which allows to translate to and from
class wrappers in a different ASM namespace.</li>
<li>Allow builders to change to ClassVisitors.</li>
<li>Add support for Android instrumentation from Gradle plugin.</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>
<h2>Byte Buddy release notes</h2>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/raphw/byte-buddy/commit/d6b51d39b9930bf88d4e8c5df3fc76f2319b0783"><code>d6b51d3</code></a>
[maven-release-plugin] prepare release byte-buddy-1.12.16</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/a0a1d5ca4d5ea422f744fd9e1972069f538ec25b"><code>a0a1d5c</code></a>
[release] Remove unused dependencies.</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/94a2fc3542b95570643d6bc2637d87925dcf7f9e"><code>94a2fc3</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/9c44201282fd03107b7b55bdc0095bcee7ddeb0e"><code>9c44201</code></a>
[maven-release-plugin] prepare release byte-buddy-1.12.15</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/7e749c54f4294407bb3c56d4827549bd4ee5be0d"><code>7e749c5</code></a>
[release] Improve readme and trigger new release.</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/09beea98d2d2c98b35bbdcfd769d620747dce32e"><code>09beea9</code></a>
Add missing semicolon.</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/ac15bfc20573c784e26153c29a3d4cb9238589fa"><code>ac15bfc</code></a>
Add missing javadoc.</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/583251b5cfa291ecf3d04ce682dc66b603f0ac04"><code>583251b</code></a>
Remove obsolete class.</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/94d7602deceb6a849fa809176fe113ec8a6d7978"><code>94d7602</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/raphw/byte-buddy/issues/1317">#1317</a>
from LikeTheSalad/master</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/e48c26b358d0b87d35b0a137f3ca33034a99b967"><code>e48c26b</code></a>
Creating parent dir from parent file</li>
<li>Additional commits viewable in <a
href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.12.14...byte-buddy-1.12.16">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 #1247 from
dependabot[bot]/dependabot/maven/java/net.bytebuddy-byte-buddy-1.12.16.
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 b11a47323..7c392a7ef 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -903,7 +903,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
- <version>1.12.14</version>
+ <version>1.12.16</version>
<scope>test</scope>
</dependency>
<dependency>