From b043d7754f5207c0c7b518bbbfb2f00d2d8ea258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 05:07:35 +0000 Subject: [PATCH] Bump org.parchmentmc.data:parchment-1.19.3 from 2023.02.26 to 2023.03.12 Bumps [org.parchmentmc.data:parchment-1.19.3](https://github.com/ParchmentMC/Parchment) from 2023.02.26 to 2023.03.12. - [Release notes](https://github.com/ParchmentMC/Parchment/releases) - [Commits](https://github.com/ParchmentMC/Parchment/commits) --- updated-dependencies: - dependency-name: org.parchmentmc.data:parchment-1.19.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4379793..47b8a6b 100644 --- a/build.gradle +++ b/build.gradle @@ -109,7 +109,7 @@ dependencies { minecraft "com.mojang:minecraft:${config.minecraft.version}" mappings loom.layered() { officialMojangMappings() - parchment("org.parchmentmc.data:parchment-1.19.3:2023.02.26@zip") + parchment("org.parchmentmc.data:parchment-1.19.3:2023.03.12@zip") } modImplementation "net.fabricmc:fabric-loader:${config.fabric.loader.version}"