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 d9378575d ORC-1206: Bump netty-all from 4.1.68.Final to 4.1.78.Final
(#1163)
d9378575d is described below
commit d9378575de59d4f8f1ccc597e93004037ab40650
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>
(cherry picked from commit f81977f791b9b4e19223beb08f03acdde93d2eae)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
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 05d8935e4..ee3902691 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>