This is an automated email from the ASF dual-hosted git repository.
ptupitsyn 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 0c27e0f1e0 Bump com.lmax:disruptor from 3.3.7 to 4.0.0 (#3354)
0c27e0f1e0 is described below
commit 0c27e0f1e0571c3cf97cc786f3b4ff5de4d6004f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 6 08:26:58 2024 +0200
Bump com.lmax:disruptor from 3.3.7 to 4.0.0 (#3354)
Bumps [com.lmax:disruptor](https://github.com/LMAX-Exchange/disruptor) from
3.3.7 to 4.0.0.
- [Release notes](https://github.com/LMAX-Exchange/disruptor/releases)
-
[Changelog](https://github.com/LMAX-Exchange/disruptor/blob/master/CHANGELOG.adoc)
-
[Commits](https://github.com/LMAX-Exchange/disruptor/compare/3.3.7...4.0.0)
---
updated-dependencies:
- dependency-name: com.lmax:disruptor
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: Pavel Tupitsyn <[email protected]>
Co-authored-by: Pavel Tupitsyn <[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 3d7bf83a83..621f2c9170 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -62,7 +62,7 @@ avatica = "1.24.0"
jsonpath = "2.9.0"
javassist = "3.30.2-GA"
rocksdb = "8.3.2"
-disruptor = "3.3.7"
+disruptor = "4.0.0"
metrics = "4.0.2"
jctools = "4.0.3"
msgpack = "0.8.24"