From 83a48db43185fd659b20a2b3db1cce0df20bc7ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 01:23:54 +0000 Subject: [PATCH] Bump com.charleskorn.kaml:kaml from 0.85.0 to 0.93.0 Bumps [com.charleskorn.kaml:kaml](https://github.com/charleskorn/kaml) from 0.85.0 to 0.93.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.93.0) --- updated-dependencies: - dependency-name: com.charleskorn.kaml:kaml dependency-version: 0.93.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..0ed60b62 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.93.0" val jdaVersion = "5.6.1" val jdaKtxVersion = "0.12.0" val secretLabKotlinVersion = "0.4.3"