From b4a5a0532ca3c1495403cca3dd0c37b71ebb88fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 23:19:44 +0000 Subject: [PATCH] Bump com.gradle.publish:plugin-publish-plugin from 1.3.0 to 1.3.1 Bumps com.gradle.publish:plugin-publish-plugin from 1.3.0 to 1.3.1. --- updated-dependencies: - dependency-name: com.gradle.publish:plugin-publish-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0f42826..c57df4e 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ dependencies { testImplementation('org.spockframework:spock-core:2.3-groovy-3.0') { exclude group: 'org.codehaus.groovy' } - testImplementation 'com.gradle.publish:plugin-publish-plugin:1.3.0' + testImplementation 'com.gradle.publish:plugin-publish-plugin:1.3.1' } group = 'ru.vyarus'