From afbd49947ab84d4fdd0d5caa2e387e1d44964ddb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 17:32:34 +0000 Subject: [PATCH] Bump night-config from 3.8.3 to 3.9.0 Bumps `night-config` from 3.8.3 to 3.9.0. Updates `com.electronwill.night-config:json` from 3.8.3 to 3.9.0 - [Release notes](https://github.com/TheElectronWill/night-config/releases) - [Commits](https://github.com/TheElectronWill/night-config/compare/v3.8.3...v3.9.0) Updates `com.electronwill.night-config:toml` from 3.8.3 to 3.9.0 - [Release notes](https://github.com/TheElectronWill/night-config/releases) - [Commits](https://github.com/TheElectronWill/night-config/compare/v3.8.3...v3.9.0) --- updated-dependencies: - dependency-name: com.electronwill.night-config:json dependency-version: 3.9.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.electronwill.night-config:toml dependency-version: 3.9.0 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 5db22e8..873aff3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -26,7 +26,7 @@ accesstransformers = "13.0.3" # Manifest serialization — wrapped by :plugins:metadata to emit fabric.mod.json # and neoforge.mods.toml from the shared model. -night-config = "3.8.3" +night-config = "3.9.0" # Bytecode scanning — used by :plugins:mixins to read `@Mixin` annotations off # compiled classes when linting mixin target references.