From 6c767de14821bada9beef8aeb24c20ff0e0c9816 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 23:09:41 +0000 Subject: [PATCH] Bump stem-plugin from 2.1.1 to 2.2.0 Bumps [stem-plugin](https://github.com/LikeTheSalad/android-stem) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/LikeTheSalad/android-stem/releases) - [Changelog](https://github.com/LikeTheSalad/android-stem/blob/master/CHANGELOG.md) - [Commits](https://github.com/LikeTheSalad/android-stem/compare/2.1.1...2.2.0) --- updated-dependencies: - dependency-name: com.likethesalad.android:stem-plugin 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 afe51cc734..74cdd93b3d 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ buildscript { classpath 'com.google.gms:google-services:4.3.13' classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.4.0.2513' classpath 'com.google.android.gms:oss-licenses-plugin:0.10.5' - classpath "com.likethesalad.android:stem-plugin:2.1.1" + classpath "com.likethesalad.android:stem-plugin:2.2.0" classpath 'org.owasp:dependency-check-gradle:7.1.1' classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.7.10" classpath "org.jetbrains.kotlinx:kotlinx-knit:0.4.0"