From 79b686cf09d83b20d7407f8c3a4611790d3ceec8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 19:55:18 +0200 Subject: [PATCH] chore(deps): bump dev.masecla:Modrinth4J from 2.0.0 to 2.2.0 (#21) Bumps [dev.masecla:Modrinth4J](https://github.com/masecla22/Modrinth4J) from 2.0.0 to 2.2.0. - [Commits](https://github.com/masecla22/Modrinth4J/commits) --- updated-dependencies: - dependency-name: dev.masecla:Modrinth4J dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tools/deployment/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/deployment/build.gradle.kts b/tools/deployment/build.gradle.kts index 978b4250..9f67f8aa 100644 --- a/tools/deployment/build.gradle.kts +++ b/tools/deployment/build.gradle.kts @@ -18,7 +18,7 @@ repositories { } dependencies { - implementation("dev.masecla:Modrinth4J:2.0.0") + implementation("dev.masecla:Modrinth4J:2.2.0") implementation("com.google.code.gson:gson:2.12.1") implementation("com.squareup.okhttp3:okhttp:4.12.0")