From 56f9512176b721930e65cea1797748ee59fc587b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 11:01:37 +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 9d9d12e798eab..3a9c18764fe81 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}"