From bf2202efc2055545f5cea8213983cf16e267f4f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 18:17:48 +0000 Subject: [PATCH] deps: bump it.unimi.dsi:fastutil from 8.5.12 to 8.5.13 Bumps [it.unimi.dsi:fastutil](https://github.com/vigna/fastutil) from 8.5.12 to 8.5.13. - [Changelog](https://github.com/vigna/fastutil/blob/master/CHANGES) - [Commits](https://github.com/vigna/fastutil/commits) --- 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 4c79190..0837b41 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.106.Final' - compileOnly 'it.unimi.dsi:fastutil:8.5.12' + compileOnly 'it.unimi.dsi:fastutil:8.5.13' compileOnly 'commons-io:commons-io:2.15.1' compileOnly 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT' compileOnly 'org.jetbrains:annotations:24.1.0'