From d24e39806b2dd864d9ec5b847ca7eaefd2ae1514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 14:52:31 +0000 Subject: [PATCH] build(deps): bump com.electronwill.night-config:toml Bumps [com.electronwill.night-config:toml](https://github.com/TheElectronWill/night-config) from 3.7.2 to 3.8.1. - [Release notes](https://github.com/TheElectronWill/night-config/releases) - [Commits](https://github.com/TheElectronWill/night-config/compare/v3.7.2...v3.8.1) --- updated-dependencies: - dependency-name: com.electronwill.night-config:toml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- serverpackcreator-api/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverpackcreator-api/build.gradle.kts b/serverpackcreator-api/build.gradle.kts index 03162e71f..b336828fe 100644 --- a/serverpackcreator-api/build.gradle.kts +++ b/serverpackcreator-api/build.gradle.kts @@ -21,7 +21,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-bom:2.1.0") implementation("org.jetbrains.kotlin:kotlin-stdlib:2.1.0") implementation(files("${layout.buildDirectory.asFile.get()}/resources/main")) - api("com.electronwill.night-config:toml:3.7.2") + api("com.electronwill.night-config:toml:3.8.1") api("com.fasterxml.jackson.core:jackson-databind:2.18.1") api("net.lingala.zip4j:zip4j:2.11.5") api("org.apache.logging.log4j:log4j-api-kotlin:1.5.0")