From cc376d0d616677a14667768a3c7321b39b3a9cb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 13:24:43 +0000 Subject: [PATCH] Bump io.freefair.maven-central.validate-poms from 6.4.2 to 6.4.3 Bumps [io.freefair.maven-central.validate-poms](https://github.com/freefair/gradle-plugins) from 6.4.2 to 6.4.3. - [Release notes](https://github.com/freefair/gradle-plugins/releases) - [Commits](https://github.com/freefair/gradle-plugins/compare/6.4.2...6.4.3) --- updated-dependencies: - dependency-name: io.freefair.maven-central.validate-poms dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 77b162d..b8d7ac5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { id("signing") id("com.github.ben-manes.versions") version "0.42.0" id("net.ossindex.audit") version "0.4.11" - id("io.freefair.maven-central.validate-poms") version "6.4.2" + id("io.freefair.maven-central.validate-poms") version "6.4.3" id("io.github.gradle-nexus.publish-plugin") version "1.1.0" }