From 793da0c252fff148b4dd5bbe26f3b7f9a2412c4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 18:52:21 +0000 Subject: [PATCH] Bump com.exactpro.th2.gradle.publish from 0.1.3 to 0.2.1 Bumps [com.exactpro.th2.gradle.publish](https://github.com/th2-net/th2-gradle-plugin) from 0.1.3 to 0.2.1. - [Release notes](https://github.com/th2-net/th2-gradle-plugin/releases) - [Changelog](https://github.com/th2-net/th2-gradle-plugin/blob/master/changelog_config.json) - [Commits](https://github.com/th2-net/th2-gradle-plugin/compare/0.1.3...0.2.1) --- updated-dependencies: - dependency-name: com.exactpro.th2.gradle.publish 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 ac1c26d6..44760a5e 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id "com.exactpro.th2.gradle.base" version "0.1.3" - id "com.exactpro.th2.gradle.publish" version "0.1.3" + id "com.exactpro.th2.gradle.publish" version "0.2.1" } allprojects {