From e0b2738f71356a66f8741b1f0aaabaeaa5bc36f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 11:51:53 +0000 Subject: [PATCH] Update dependency com.charleskorn.kaml:kaml to v0.46.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d80ae5e..b31052d 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ dependencies { api 'com.github.Project-Cepi:KStom:82f7000079' - implementation 'com.charleskorn.kaml:kaml:0.44.0' + implementation 'com.charleskorn.kaml:kaml:0.46.0' // Get the latest version number from https://github.com/charleskorn/kaml/releases/latest api "net.kyori:adventure-text-minimessage:4.11.0"