From c82f6a5c40741a9a756159b1caa55ceaf7012131 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 02:19:46 +0000 Subject: [PATCH] build(deps): Bump commonsVersion from 2.0.1 to 2.1.0 Bumps `commonsVersion` from 2.0.1 to 2.1.0. Updates `com.github.stefan-niedermann.nextcloud-commons:sso-glide` from 2.0.1 to 2.1.0 Updates `com.github.stefan-niedermann.nextcloud-commons:exception` from 2.0.1 to 2.1.0 Updates `com.github.stefan-niedermann.nextcloud-commons:markdown` from 2.0.1 to 2.1.0 --- updated-dependencies: - dependency-name: com.github.stefan-niedermann.nextcloud-commons:sso-glide dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.github.stefan-niedermann.nextcloud-commons:exception dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.github.stefan-niedermann.nextcloud-commons:markdown dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 79f08f0cb..443513c24 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile buildscript { ext { kotlinVersion = '1.9.22' - commonsVersion = '2.0.1' + commonsVersion = '2.1.0' } repositories { mavenCentral()