aboutsummaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-09-10 06:33:23 +0000
committerGitHub <noreply@github.com>2022-09-10 06:33:23 +0000
commitc289b01a86f695b111431997b896ec33533480b5 (patch)
tree2e8c7865ea83feecbdfc881b6ed4d95cbf85ea73 /gradle
parentcfc019a8418daa4986216cf2e6e562d1925cb25d (diff)
fix(deps): update dependency com.vanniktech:gradle-maven-publish-plugin to v0.22.0 (#2121)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
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 67527cac..9790308b 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -41,7 +41,7 @@ build-binarycompat = "org.jetbrains.kotlinx:binary-compatibility-validator:0.11.
build-detekt = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.21.0"
build-download = "de.undercouch:gradle-download-task:5.1.3"
build-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
-build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.21.0"
+build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.22.0"
build-okhttp = "com.squareup.okhttp3:okhttp:4.10.0"
build-r8 = "com.android.tools:r8:4.0.18-dev"
build-semver = "com.vdurmont:semver4j:3.1.0"