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 12db909bd1 Bump org.jctools:jctools-core from 3.3.0 to 4.0.3 (#3346)
12db909bd1 is described below
commit 12db909bd17df8cc44686372255bd31b6b3279c2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 5 18:20:54 2024 +0200
Bump org.jctools:jctools-core from 3.3.0 to 4.0.3 (#3346)
Bumps [org.jctools:jctools-core](https://github.com/JCTools/JCTools) from
3.3.0 to 4.0.3.
- [Release notes](https://github.com/JCTools/JCTools/releases)
-
[Changelog](https://github.com/JCTools/JCTools/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/JCTools/JCTools/compare/v3.3.0...v4.0.3)
---
updated-dependencies:
- dependency-name: org.jctools:jctools-core
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 da7a8bc308..335698ebde 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -64,7 +64,7 @@ javassist = "3.30.2-GA"
rocksdb = "8.3.2"
disruptor = "3.3.7"
metrics = "4.0.2"
-jctools = "3.3.0"
+jctools = "4.0.3"
msgpack = "0.8.24"
caffeine = "3.0.4"
fastutil = "8.5.6"