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:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-19 04:05:40 +0300
committerGitHub <noreply@github.com>2022-10-19 04:05:40 +0300
commite3bd3872e2f35feada652222ea8487b0f24bdcae (patch)
tree15d519d144778e588cfe19d633dcb460d7539c3c
parent0c3c874f71c033cb4804ee6e7711642351d290cf (diff)
Bump spotbugs-gradle-plugin from 5.0.12 to 5.0.13
Bumps [spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin) from 5.0.12 to 5.0.13. - [Release notes](https://github.com/spotbugs/spotbugs-gradle-plugin/releases) - [Commits](https://github.com/spotbugs/spotbugs-gradle-plugin/compare/5.0.12...5.0.13) --- updated-dependencies: - dependency-name: com.github.spotbugs.snom:spotbugs-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-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 5f3e6ea4..7f403ce6 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -8,7 +8,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:7.3.1'
classpath 'com.hiya:jacoco-android:0.2'
- classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.12'
+ classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.13'
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 5e782ec6..4dcaff9e 100644
--- a/sample_client/build.gradle
+++ b/sample_client/build.gradle
@@ -2,7 +2,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:7.3.1'
classpath 'com.hiya:jacoco-android:0.2'
- classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.12'
+ classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.13'
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