From c3432b30b04f627ca55519338fba8ff8ac7f2676 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 13:41:50 +0000 Subject: [PATCH] Bump fastutil-core from 8.5.7 to 8.5.8 Bumps [fastutil-core](https://github.com/vigna/fastutil) from 8.5.7 to 8.5.8. - [Release notes](https://github.com/vigna/fastutil/releases) - [Changelog](https://github.com/vigna/fastutil/blob/master/CHANGES) - [Commits](https://github.com/vigna/fastutil/compare/8.5.7...8.5.8) --- updated-dependencies: - dependency-name: it.unimi.dsi:fastutil-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5572d06..5aec947 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ dependencies { implementation 'org.apache.commons:commons-lang3:3.12.0' implementation 'org.apache.commons:commons-text:1.9' implementation 'commons-io:commons-io:2.11.0' - implementation 'it.unimi.dsi:fastutil-core:8.5.7' + implementation 'it.unimi.dsi:fastutil-core:8.5.8' implementation 'commons-codec:commons-codec:1.15' implementation 'org.bouncycastle:bcprov-jdk15on:1.70' implementation 'com.github.FireMasterK.NewPipeExtractor:NewPipeExtractor:da0c4919d1ac2dee9d5227a5ddb9f26111804914'