From 3cc746598c9b03f440235d44d4f5ec7c98b0a3a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 08:23:09 +0000 Subject: [PATCH] Bump fastutil from 8.4.4 to 8.5.1 Bumps [fastutil](https://github.com/vigna/fastutil) from 8.4.4 to 8.5.1. - [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.4.4...8.5.1) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1cc7d33..487fbaa 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ dependencies { implementation 'org.apache.commons:commons-lang3:3.11' implementation 'org.apache.commons:commons-text:1.9' implementation 'commons-io:commons-io:2.8.0' - implementation 'it.unimi.dsi:fastutil:8.4.4' + implementation 'it.unimi.dsi:fastutil:8.5.1' implementation 'commons-codec:commons-codec:1.15' implementation 'org.bouncycastle:bcprov-jdk15on:1.67' implementation 'org.mongodb:mongodb-driver-sync:4.2.0'