From 341cc5a6860186c83cb1abfae176aa12ddf1a09a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 23:27:29 +0000 Subject: [PATCH] Bump th2-plugin from 0.3.4 to 0.3.5 Bumps `th2-plugin` from 0.3.4 to 0.3.5. Updates `com.exactpro.th2.gradle.publish` from 0.3.4 to 0.3.5 - [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.3.4...0.3.5) Updates `com.exactpro.th2.gradle.component` from 0.3.4 to 0.3.5 - [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.3.4...0.3.5) --- updated-dependencies: - dependency-name: com.exactpro.th2.gradle.publish dependency-version: 0.3.5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.exactpro.th2.gradle.component dependency-version: 0.3.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 73f7fcd..7069dce 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] kotlin = "2.2.10" -th2-plugin = "0.3.4" +th2-plugin = "0.3.5" [libraries] th2-common = { group = "com.exactpro.th2", name = "common", version = "5.16.0-dev" }