From 3764705284f36d80daf4781815cfc6eeeec4bae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 10:06:19 +0000 Subject: [PATCH] Bump com.vanniktech:gradle-maven-publish-plugin from 0.20.0 to 0.26.0 Bumps [com.vanniktech:gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.20.0 to 0.26.0. - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.20.0...0.26.0) --- updated-dependencies: - dependency-name: com.vanniktech:gradle-maven-publish-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f1cba45..03389dd 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { ext.dokka_version = '1.9.10' ext.bnd_version = '6.4.0' ext.license_version = '0.16.1' - ext.vanniktech_version = '0.20.0' + ext.vanniktech_version = '0.26.0' ext.coroutines_version = '1.7.3' repositories {