Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/android-library.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÁlvaro Brey <alvaro.brey@nextcloud.com>2022-09-12 11:17:40 +0300
committerGitHub <noreply@github.com>2022-09-12 11:17:40 +0300
commit1f18212421a036eced56fbea2e1acc348b1c5a04 (patch)
treeb814d38abfe2235eb9ec097e5f7262d1ddda97f9
parent20c8ade26e6d19a4c11a523d3533a01a0425b4be (diff)
parentf0a1abc17dd7aa899e44447f8d8f5c9987b96f13 (diff)
Merge pull request #960 from nextcloud/dependabot/gradle/com.github.spotbugs.snom-spotbugs-gradle-plugin-5.0.12
Bump spotbugs-gradle-plugin from 5.0.11 to 5.0.12
-rw-r--r--library/build.gradle2
-rw-r--r--sample_client/build.gradle2
2 files changed, 2 insertions, 2 deletions
diff --git a/library/build.gradle b/library/build.gradle
index 472b9b1d..6f6fdcc1 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -8,7 +8,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:7.1.3'
classpath 'com.hiya:jacoco-android:0.2'
- classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.11'
+ classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.12'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.21.0"
classpath "org.jacoco:org.jacoco.core:$jacoco_version"
diff --git a/sample_client/build.gradle b/sample_client/build.gradle
index c56ef2f0..e82f1f68 100644
--- a/sample_client/build.gradle
+++ b/sample_client/build.gradle
@@ -2,7 +2,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:7.1.3'
classpath 'com.hiya:jacoco-android:0.2'
- classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.11'
+ classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.12'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.21.0"
classpath "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2