From e20a0da845faf2a6d58f0b6daa423c1538d8ea61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Apr 2023 18:02:22 +0100 Subject: [PATCH] Bump net.kyori:adventure-api from 4.13.0 to 4.13.1 (#120) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle b/common/build.gradle index a3928c90..7bd4ee9e 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -1,7 +1,7 @@ dependencies { implementation 'commons-io:commons-io:2.11.0' implementation 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT' - implementation 'net.kyori:adventure-api:4.13.0' + implementation 'net.kyori:adventure-api:4.13.1' implementation 'com.google.code.gson:gson:2.10.1' implementation 'dev.dejvokep:boosted-yaml:1.3.1' implementation 'net.william278:Annotaml:2.0.1'