From 5c422b407ad4b2e43b661d9360ef61a27a94978a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 22:29:45 +0000 Subject: [PATCH] Bump nightconfig from 3.6.6 to 3.8.2 Bumps `nightconfig` from 3.6.6 to 3.8.2. Updates `com.electronwill.night-config:core` from 3.6.6 to 3.8.2 - [Release notes](https://github.com/TheElectronWill/night-config/releases) - [Commits](https://github.com/TheElectronWill/night-config/compare/v3.6.6...v3.8.2) Updates `com.electronwill.night-config:toml` from 3.6.6 to 3.8.2 - [Release notes](https://github.com/TheElectronWill/night-config/releases) - [Commits](https://github.com/TheElectronWill/night-config/compare/v3.6.6...v3.8.2) Updates `com.electronwill.night-config:yaml` from 3.6.6 to 3.8.2 - [Release notes](https://github.com/TheElectronWill/night-config/releases) - [Commits](https://github.com/TheElectronWill/night-config/compare/v3.6.6...v3.8.2) Updates `com.electronwill.night-config:json` from 3.6.6 to 3.8.2 - [Release notes](https://github.com/TheElectronWill/night-config/releases) - [Commits](https://github.com/TheElectronWill/night-config/compare/v3.6.6...v3.8.2) --- updated-dependencies: - dependency-name: com.electronwill.night-config:core dependency-version: 3.8.2 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.electronwill.night-config:toml dependency-version: 3.8.2 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.electronwill.night-config:yaml dependency-version: 3.8.2 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.electronwill.night-config:json dependency-version: 3.8.2 dependency-type: direct:production update-type: version-update:semver-minor ... 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 e6da9faf8..2d5868d50 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ hypixel-data = "0.2.0" # Dep of hypixel-modapi # Not in risk of needing to be relaunched / bumped by JiJ snakeyaml = "1.31" -nightconfig = "3.6.6" +nightconfig = "3.8.2" isolated-lwjgl3-loader = "0.2.6" polyio = "0.1.0" copycat = "0.1.3"