From d8fd84159b9bacf0cbb221b8afa2b8c682288475 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 09:19:14 +0000 Subject: [PATCH] Bump com.tchristofferson:ConfigUpdater from 2.2-SNAPSHOT to 2.2 Bumps [com.tchristofferson:ConfigUpdater](https://github.com/tchristofferson/Config-Updater) from 2.2-SNAPSHOT to 2.2. - [Release notes](https://github.com/tchristofferson/Config-Updater/releases) - [Commits](https://github.com/tchristofferson/Config-Updater/commits) --- updated-dependencies: - dependency-name: com.tchristofferson:ConfigUpdater dependency-version: '2.2' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3438d3b..6a6579f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -61,7 +61,7 @@ dependencies { api("org.bstats:bstats-bukkit:3.1.0") api("de.tr7zw:item-nbt-api:2.15.5") api("cn.handyplus.lib.adapter:FoliaLib:1.2.1") - api("com.tchristofferson:ConfigUpdater:2.2-SNAPSHOT") + api("com.tchristofferson:ConfigUpdater:2.2") compileOnly("io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT") compileOnly("io.lumine:Mythic-Dist:5.9.0") compileOnly("com.sk89q.worldguard:worldguard-bukkit:7.0.14")