From d0b7e68926b5e448bdba82406a8565d1b7e444e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 00:34:43 +0000 Subject: [PATCH] Bump com.jhlabs:filters from 2.0.235 to 2.0.235-1 Bumps [com.jhlabs:filters](https://github.com/axet/jhlabs) from 2.0.235 to 2.0.235-1. - [Commits](https://github.com/axet/jhlabs/commits) --- updated-dependencies: - dependency-name: com.jhlabs:filters 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 cf94df3ada..a8c4b8b9c5 100644 --- a/build.gradle +++ b/build.gradle @@ -107,7 +107,7 @@ dependencies { include("com.github.UnlegitMC:Astar3d:bec2291cf2") // pathfinding - include 'com.jhlabs:filters:2.0.235' + include 'com.jhlabs:filters:2.0.235-1' include fileTree(include: ["*.jar"], dir: "libs") }