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 58bbc95677 Bump org.jctools:jctools-core from 4.0.3 to 4.0.5 (#3882)
58bbc95677 is described below
commit 58bbc95677a6b38f30e673155d9f8587aa2f0e2d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 10 09:48:22 2024 +0300
Bump org.jctools:jctools-core from 4.0.3 to 4.0.5 (#3882)
Bumps [org.jctools:jctools-core](https://github.com/JCTools/JCTools) from
4.0.3 to 4.0.5.
- [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/v4.0.3...v4.0.5)
---
updated-dependencies:
- dependency-name: org.jctools:jctools-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 0d67f01f8c..eecebef086 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -65,7 +65,7 @@ javassist = "3.30.2-GA"
rocksdb = "9.1.1"
disruptor = "4.0.0"
metrics = "4.2.25"
-jctools = "4.0.3"
+jctools = "4.0.5"
msgpack = "0.8.24"
caffeine = "3.0.4"
fastutil = "8.5.13"