This is an automated email from the ASF dual-hosted git repository.
william 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 f81977f79 ORC-1206: Bump netty-all from 4.1.68.Final to 4.1.78.Final
(#1163)
f81977f79 is described below
commit f81977f791b9b4e19223beb08f03acdde93d2eae
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 22 11:32:17 2022 -0700
ORC-1206: Bump netty-all from 4.1.68.Final to 4.1.78.Final (#1163)
Bumps [netty-all](https://github.com/netty/netty) from 4.1.68.Final to
4.1.78.Final.
- [Release notes](https://github.com/netty/netty/releases)
-
[Commits](https://github.com/netty/netty/compare/netty-4.1.68.Final...netty-4.1.78.Final)
---
updated-dependencies:
- dependency-name: io.netty:netty-all
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
java/bench/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/bench/pom.xml b/java/bench/pom.xml
index 8b3426729..9a56220ff 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -95,7 +95,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
- <version>4.1.68.Final</version>
+ <version>4.1.78.Final</version>
<scope>runtime</scope>
</dependency>
<dependency>