From 8b857fbf2691c1fd0381ac7aa24567b1c71d5b6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 06:56:53 +0000 Subject: [PATCH] Build(deps): Bump org.parchmentmc.data:parchment-1.21 Bumps [org.parchmentmc.data:parchment-1.21](https://github.com/ParchmentMC/Parchment) from 2024.06.23 to 2024.07.07. - [Release notes](https://github.com/ParchmentMC/Parchment/releases) - [Commits](https://github.com/ParchmentMC/Parchment/compare/releases/1.21-2024.06.23...releases/1.21-2024.07.07) --- updated-dependencies: - dependency-name: org.parchmentmc.data:parchment-1.21 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c2c9ee0..1dd48b2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] minecraft = "1.21" -parchment = "2024.06.23" +parchment = "2024.07.07" neoforge = "21.0.55-beta"