From 0dbc56921395ac41d08e77d7cab969da9bf7bd4d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 15 Jul 2021 05:54:24 +0000 Subject: [PATCH] Bump fern-configmanager from 1.3.0 to 1.4.0 Bumps fern-configmanager from 1.3.0 to 1.4.0. Signed-off-by: dependabot-preview[bot] --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index ca1393d..ef4273c 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -21,7 +21,7 @@ dependencies { api 'com.github.Fernthedev:java-api-for-mysql:4c51dbe' // For MySQL annotations - api 'com.github.Fernthedev:fern-configmanager:1.3.0' // Check github releases tag for the version. + api 'com.github.Fernthedev:fern-configmanager:1.4.0' // Check github releases tag for the version. // 2. Use Guava types in your public API: implementation("com.google.guava:guava:30.1.1-jre")