aboutsummaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-07-12 01:45:20 +0530
committerGitHub <noreply@github.com>2022-07-12 01:45:20 +0530
commit85b0b83917a34342805ee085a0f587e5669f0e31 (patch)
treeaf4d4ae0f097980ff9a5d8fc6c65a8e4ad453e45 /gradle
parent6b23934c7d2fbcb4d4235825c5f9d5576926685d (diff)
chore(deps): update dependency com.vanniktech:gradle-maven-publish-plugin to v0.21.0 (#1993)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'gradle')
-rw-r--r--gradle/libs.versions.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index c87925df..91ef57b3 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -39,7 +39,7 @@ build-agp = { module = "com.android.tools.build:gradle", version.ref = "agp" }
build-binarycompat = "org.jetbrains.kotlinx:binary-compatibility-validator:0.10.1"
build-download = "de.undercouch:gradle-download-task:5.1.0"
build-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
-build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.20.0"
+build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.21.0"
build-okhttp = "com.squareup.okhttp3:okhttp:4.10.0"
build-r8 = "com.android.tools:r8:4.0.17-dev"
build-semver = "com.vdurmont:semver4j:3.1.0"