From dba593894772ea8fc0c7cb1f367ada4db0d2cd5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 02:54:28 +0000 Subject: [PATCH] deps: bump it.unimi.dsi:fastutil from 8.5.13 to 8.5.14 Bumps [it.unimi.dsi:fastutil](https://github.com/vigna/fastutil) from 8.5.13 to 8.5.14. - [Changelog](https://github.com/vigna/fastutil/blob/master/CHANGES) - [Commits](https://github.com/vigna/fastutil/commits/8.5.14) --- updated-dependencies: - dependency-name: it.unimi.dsi:fastutil dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- velocity/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/velocity/build.gradle b/velocity/build.gradle index 1f19d37..bef148b 100644 --- a/velocity/build.gradle +++ b/velocity/build.gradle @@ -10,7 +10,7 @@ dependencies { compileOnly "com.velocitypowered:velocity-proxy:${velocity_api_version}-SNAPSHOT" compileOnly 'io.netty:netty-codec-http:4.1.112.Final' - compileOnly 'it.unimi.dsi:fastutil:8.5.13' + compileOnly 'it.unimi.dsi:fastutil:8.5.14' compileOnly 'commons-io:commons-io:2.16.1' compileOnly 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT' compileOnly 'org.jetbrains:annotations:24.1.0'