From 2ef36354cb7e8e37aa51bc2d8704ad3af93c0dae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 16:09:42 +0000 Subject: [PATCH] Bump nightconfig from 3.6.6 to 3.8.1 Bumps `nightconfig` from 3.6.6 to 3.8.1. Updates `com.electronwill.night-config:core` from 3.6.6 to 3.8.1 - [Release notes](https://github.com/TheElectronWill/night-config/releases) - [Commits](https://github.com/TheElectronWill/night-config/compare/v3.6.6...v3.8.1) Updates `com.electronwill.night-config:toml` from 3.6.6 to 3.8.1 - [Release notes](https://github.com/TheElectronWill/night-config/releases) - [Commits](https://github.com/TheElectronWill/night-config/compare/v3.6.6...v3.8.1) Updates `com.electronwill.night-config:yaml` from 3.6.6 to 3.8.1 - [Release notes](https://github.com/TheElectronWill/night-config/releases) - [Commits](https://github.com/TheElectronWill/night-config/compare/v3.6.6...v3.8.1) Updates `com.electronwill.night-config:json` from 3.6.6 to 3.8.1 - [Release notes](https://github.com/TheElectronWill/night-config/releases) - [Commits](https://github.com/TheElectronWill/night-config/compare/v3.6.6...v3.8.1) --- updated-dependencies: - dependency-name: com.electronwill.night-config:core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.electronwill.night-config:toml dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.electronwill.night-config:yaml dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.electronwill.night-config:json 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"