From cefaa603fdd15e9bc5bb32c7664d49d333faeaad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 14:16:40 +0000 Subject: [PATCH] Bump api from 4.5.1 to 4.5.4 Bumps api from 4.5.1 to 4.5.4. --- updated-dependencies: - dependency-name: io.art-framework.core:api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 240a387..7842769 100644 --- a/build.gradle +++ b/build.gradle @@ -72,7 +72,7 @@ dependencies { implementation group: 'net.kyori', name: 'adventure-text-feature-pagination', version: '4.0.0-SNAPSHOT' implementation group: 'net.kyori', name: 'adventure-text-serializer-plain', version: '4.5.0' - implementation group: 'io.art-framework.core', name: 'api', version: '4.5.1' + implementation group: 'io.art-framework.core', name: 'api', version: '4.5.4' testImplementation 'io.ebean:ebean-test:12.9.3'