From c5c0d155af3c33637335adcb5e6d8f312a858130 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 06:07:15 +0000 Subject: [PATCH] Bump hppc from 0.8.1 to 0.9.1 in /server Bumps [hppc](https://github.com/carrotsearch/hppc) from 0.8.1 to 0.9.1. - [Release notes](https://github.com/carrotsearch/hppc/releases) - [Changelog](https://github.com/carrotsearch/hppc/blob/master/CHANGES.txt) - [Commits](https://github.com/carrotsearch/hppc/compare/0.8.1...0.9.1) --- updated-dependencies: - dependency-name: com.carrotsearch:hppc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- server/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/build.gradle b/server/build.gradle index d50be48afc023..8335d95b1d34e 100644 --- a/server/build.gradle +++ b/server/build.gradle @@ -113,7 +113,7 @@ dependencies { // utilities api project(":libs:opensearch-cli") - api 'com.carrotsearch:hppc:0.8.1' + api 'com.carrotsearch:hppc:0.9.1' // time handling, remove with java 8 time api "joda-time:joda-time:${versions.joda}"