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-08-22 15:50:04 +0300
committerGitHub <noreply@github.com>2022-08-22 15:50:04 +0300
commitb5ca42cd0c698954e18b882ebadf3a71c079d7d9 (patch)
tree0fbeceeec55e4ed3c1546deeea3cb128b168dcbd
parent3872e9cee27da53d5eb5b59c8c4c9d688c0a3122 (diff)
Bump spotbugs-gradle-plugin from 5.0.9 to 5.0.10
Bumps [spotbugs-gradle-plugin](https://github.com/spotbugs/spotbugs-gradle-plugin) from 5.0.9 to 5.0.10. - [Release notes](https://github.com/spotbugs/spotbugs-gradle-plugin/releases) - [Commits](https://github.com/spotbugs/spotbugs-gradle-plugin/compare/5.0.9...5.0.10) --- 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 15a09744..1e1f7041 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.9'
+ classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.10'
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 82733a06..c059f2ff 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.9'
+ classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.10'
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