aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-01-29 20:50:17 +0000
committerGitHub <noreply@github.com>2023-01-29 20:50:17 +0000
commit7efd902d9bbe2bebc1e28f64056eaefb4a2610da (patch)
treeeaa997775f6af9da82df129c3275e79b603f9406
parent09bbd9ea82555416cab1d8d4c2ff54f9f1b904d7 (diff)
fix(deps): update dependency com.vanniktech:gradle-maven-publish-plugin to v0.24.0 (#2349)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-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 060f0d6f..8c9204c1 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -41,7 +41,7 @@ build-diffutils = "io.github.java-diff-utils:java-diff-utils:4.12"
build-download = "de.undercouch:gradle-download-task:5.3.0"
build-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
build-ktfmt = "com.facebook:ktfmt:0.42"
-build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.23.2"
+build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.24.0"
build-metalava = "me.tylerbwong.gradle.metalava:plugin:0.3.2"
build-okhttp = "com.squareup.okhttp3:okhttp:4.10.0"
build-r8 = "com.android.tools:r8:4.0.48"