From 7fcd6b7a969029d9c87bee3d949785c3cc4564f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Oct 2021 20:57:52 +0000 Subject: [PATCH] Bump smart-invs from 1.2.6 to 1.2.7 Bumps [smart-invs](https://github.com/MinusKube/SmartInvs) from 1.2.6 to 1.2.7. - [Release notes](https://github.com/MinusKube/SmartInvs/releases) - [Commits](https://github.com/MinusKube/SmartInvs/compare/v1.2.6...v1.2.7) --- updated-dependencies: - dependency-name: fr.minuskube.inv:smart-invs 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 c7bb84e..0704362 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ dependencies { implementation 'com.github.simplix-softworks:simplixstorage:3.2.3' implementation 'co.aikar:idb-core:1.0.0-SNAPSHOT' implementation 'com.zaxxer:HikariCP:2.4.1' - implementation 'fr.minuskube.inv:smart-invs:1.2.6' + implementation 'fr.minuskube.inv:smart-invs:1.2.7' } group = 'com.reallemc'