diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-01-18 08:40:51 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-18 08:40:51 +0530 |
commit | 85fabfc7052fc80487989e533589cff250573107 (patch) | |
tree | cff1abdf8e628b9deaad162d69b25f03cb7bdbbc /gradle | |
parent | 1cb4fb05382e85dd1feb9971f20c8717b9559b11 (diff) |
fix(deps): update dependency com.vanniktech:gradle-maven-publish-plugin to v0.23.2 (#2338)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2d651e44..68938860 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.1" +build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.23.2" 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" |