This is an automated email from the ASF dual-hosted git repository.
apolovtsev pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new 7004eac141 Bump netty from 4.1.114.Final to 4.1.115.Final (#4705)
7004eac141 is described below
commit 7004eac141972a85d6cc9261cf6cc603bc6dacea
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 13 10:09:30 2024 +0200
Bump netty from 4.1.114.Final to 4.1.115.Final (#4705)
Bumps `netty` from 4.1.114.Final to 4.1.115.Final.
Updates `io.netty:netty-common` from 4.1.114.Final to 4.1.115.Final
-
[Commits](https://github.com/netty/netty/compare/netty-4.1.114.Final...netty-4.1.115.Final)
Updates `io.netty:netty-buffer` from 4.1.114.Final to 4.1.115.Final
-
[Commits](https://github.com/netty/netty/compare/netty-4.1.114.Final...netty-4.1.115.Final)
Updates `io.netty:netty-codec` from 4.1.114.Final to 4.1.115.Final
-
[Commits](https://github.com/netty/netty/compare/netty-4.1.114.Final...netty-4.1.115.Final)
Updates `io.netty:netty-handler` from 4.1.114.Final to 4.1.115.Final
-
[Commits](https://github.com/netty/netty/compare/netty-4.1.114.Final...netty-4.1.115.Final)
Updates `io.netty:netty-transport` from 4.1.114.Final to 4.1.115.Final
-
[Commits](https://github.com/netty/netty/compare/netty-4.1.114.Final...netty-4.1.115.Final)
---
updated-dependencies:
- dependency-name: io.netty:netty-common
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.netty:netty-buffer
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.netty:netty-codec
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.netty:netty-handler
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.netty:netty-transport
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: Aleksandr Polovtsev <[email protected]>
Co-authored-by: Aleksandr Polovtsev <[email protected]>
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index e5ef598d3f..bf558f4b5a 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -25,7 +25,7 @@ fmpp = "0.9.16"
jackson = "2.18.1"
jakarta = "2.0.0"
jansi = "2.4.1"
-netty = "4.1.114.Final"
+netty = "4.1.115.Final"
javapoet = "1.13.0"
javax = "1.3.2"
jetbrainsAnnotations = "26.0.1"