From fcd40ddcd72b7ee0f25a95608511ad7dde16366e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 23:27:54 +0000 Subject: [PATCH] Bump com.charleskorn.kaml:kaml from 0.85.0 to 0.98.0 Bumps [com.charleskorn.kaml:kaml](https://github.com/charleskorn/kaml) from 0.85.0 to 0.98.0. - [Release notes](https://github.com/charleskorn/kaml/releases) - [Changelog](https://github.com/charleskorn/kaml/blob/main/.releaserc.yml) - [Commits](https://github.com/charleskorn/kaml/compare/0.85.0...0.98.0) --- updated-dependencies: - dependency-name: com.charleskorn.kaml:kaml dependency-version: 0.98.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 91227c67..f94767a6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,7 +29,7 @@ val postgresSqlVersion = "42.7.7" val mariaDBVersion = "3.5.4" val kotlinxSerializationVersion = "1.9.0" -val kamlVersion = "0.85.0" +val kamlVersion = "0.98.0" val jdaVersion = "5.6.1" val jdaKtxVersion = "0.12.0" val secretLabKotlinVersion = "0.4.3"