From daee2ae85a5505f4ead3b53fed8473f90911bc86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 15:42:05 +0000 Subject: [PATCH] Bump compat from 0.2.1 to 0.2.2 Bumps [compat](https://github.com/ReviversMC/modget-manifest-api) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/ReviversMC/modget-manifest-api/releases) - [Commits](https://github.com/ReviversMC/modget-manifest-api/compare/0.2.1...0.2.2) --- updated-dependencies: - dependency-name: com.github.ReviversMC.modget-manifest-api:compat dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index cf93354..88d423c 100644 --- a/build.gradle +++ b/build.gradle @@ -57,16 +57,16 @@ dependencies { modImplementation "net.fabricmc:fabric-loader:0.12.9" modImplementation "net.fabricmc.fabric-api:fabric-api:0.44.0+1.18" modRuntimeOnly "fr.catcore:server-translations-api:1.4.8+1.18-pre1" - modImplementation "com.terraformersmc:modmenu:3.0.0" + modImplementation "com.terraformersmc:modmenu:4.0.6" modApi("me.shedaniel.cloth:cloth-config-fabric:6.1.48") { exclude(group: "net.fabricmc.fabric-api") } - include implementation("com.github.ReviversMC.modget-manifest-api:compat:0.2.1") + include implementation("com.github.ReviversMC.modget-manifest-api:compat:0.2.2") include implementation("com.github.ReviversMC.modget-manifest-api:spec3:0.2.1") include implementation("com.github.ReviversMC.modget-manifest-api:spec4:0.2.1") include implementation("com.fasterxml.jackson.core:jackson-core:2.13.0") include implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.0") - include implementation("com.fasterxml.jackson.core:jackson-databind:2.13.0") + include implementation("com.fasterxml.jackson.core:jackson-databind:2.13.4") include implementation("com.fasterxml.jackson.core:jackson-annotations:2.13.0") include implementation("org.yaml:snakeyaml:1.30") include implementation("com.github.ReviversMC:modget-lib:3.0.0")