From 04cf470840d4dadda08e013209ae8c7b47c18261 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 10:31:43 +0000 Subject: [PATCH] Bump forge from 1.16.5-36.1.6 to 1.16.5-36.1.17 Bumps [forge](https://github.com/MinecraftForge/MinecraftForge) from 1.16.5-36.1.6 to 1.16.5-36.1.17. - [Release notes](https://github.com/MinecraftForge/MinecraftForge/releases) - [Commits](https://github.com/MinecraftForge/MinecraftForge/commits) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 42a4346..7682c8a 100644 --- a/build.gradle +++ b/build.gradle @@ -71,7 +71,7 @@ dependencies { // Specify the version of Minecraft to use, If this is any group other then 'net.minecraft' it is assumed // that the dep is a ForgeGradle 'patcher' dependency. And it's patches will be applied. // The userdev artifact is a special name and will get all sorts of transformations applied to it. - minecraft 'net.minecraftforge:forge:1.16.5-36.1.6' + minecraft 'net.minecraftforge:forge:1.16.5-36.1.17' // You may put jars on which you depend on in ./libs or you may define them like so.. // compile "some.group:artifact:version:classifier"