From 0646cba39bcdecc76480a87fada92bc5acf28424 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 18:19:47 +0000 Subject: [PATCH] Bump com.electronwill.night-config:toml from 3.8.3 to 3.8.4 Bumps [com.electronwill.night-config:toml](https://github.com/TheElectronWill/night-config) from 3.8.3 to 3.8.4. - [Release notes](https://github.com/TheElectronWill/night-config/releases) - [Commits](https://github.com/TheElectronWill/night-config/compare/v3.8.3...v3.8.4) --- updated-dependencies: - dependency-name: com.electronwill.night-config:toml dependency-version: 3.8.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- settings-toml/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings-toml/build.gradle b/settings-toml/build.gradle index 9133ac2..e3b65cf 100644 --- a/settings-toml/build.gradle +++ b/settings-toml/build.gradle @@ -2,7 +2,7 @@ description = 'Settings TOML' dependencies { //api 'org.tomlj:tomlj:1.1.0' - api 'com.electronwill.night-config:toml:3.8.3' + api 'com.electronwill.night-config:toml:3.8.4' } javadoc {