From 2c98bcc3d8d0f3c573f2002e5a25b3c839ba3381 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 02:03:53 +0000 Subject: [PATCH] build(deps): Bump commonsVersion from 1.7.0 to 1.8.1 Bumps `commonsVersion` from 1.7.0 to 1.8.1. Updates `com.github.stefan-niedermann.nextcloud-commons:sso-glide` from 1.7.0 to 1.8.1 - [Commits](https://github.com/stefan-niedermann/nextcloud-commons/compare/1.7.0...1.8.1) Updates `com.github.stefan-niedermann.nextcloud-commons:exception` from 1.7.0 to 1.8.1 - [Commits](https://github.com/stefan-niedermann/nextcloud-commons/compare/1.7.0...1.8.1) Updates `com.github.stefan-niedermann.nextcloud-commons:markdown` from 1.7.0 to 1.8.1 - [Commits](https://github.com/stefan-niedermann/nextcloud-commons/compare/1.7.0...1.8.1) --- 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 608d1530d..eb00970cd 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { ext { kotlinVersion = '1.8.22' - commonsVersion = '1.7.0' + commonsVersion = '1.8.1' } repositories { mavenCentral()