From b02f6fb4ef6459fc90651357ed7edd2f69d309d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 20:15:53 +0000 Subject: [PATCH] Bump de.themoep:minedown-adventure from 1.7.1-SNAPSHOT to 1.7.2-SNAPSHOT Bumps de.themoep:minedown-adventure from 1.7.1-SNAPSHOT to 1.7.2-SNAPSHOT. --- updated-dependencies: - dependency-name: de.themoep:minedown-adventure dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 3e86fde..b5d0af3 100644 --- a/build.gradle +++ b/build.gradle @@ -16,10 +16,10 @@ repositories { } dependencies { - compileOnly 'de.themoep:minedown-adventure:1.7.1-SNAPSHOT' + compileOnly 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT' compileOnly 'org.jetbrains:annotations:24.0.1' - testImplementation 'de.themoep:minedown-adventure:1.7.1-SNAPSHOT' + testImplementation 'de.themoep:minedown-adventure:1.7.2-SNAPSHOT' testImplementation 'net.kyori:adventure-platform-bukkit:4.3.0' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.3' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.3'