From 2b68b272c3c7fe8667e1d63653cf143b09dafc48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 14:24:38 +0000 Subject: [PATCH] Bump com.exactpro.th2.gradle.publish from 0.2.1 to 0.2.2 Bumps [com.exactpro.th2.gradle.publish](https://github.com/th2-net/th2-gradle-plugin) from 0.2.1 to 0.2.2. - [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.2.1...0.2.2) --- updated-dependencies: - dependency-name: com.exactpro.th2.gradle.publish 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 2eb1e70..7e76c8b 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java-library' - id "com.exactpro.th2.gradle.publish" version "0.2.1" + id "com.exactpro.th2.gradle.publish" version "0.2.2" } group = 'com.exactpro.th2'