From e3beddbd06343696dc7eb166b876d1e3a5520279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 04:09:48 +0000 Subject: [PATCH] Bump com.exactpro.th2.gradle.component from 0.3.14 to 0.3.15 Bumps [com.exactpro.th2.gradle.component](https://github.com/th2-net/th2-gradle-plugin) from 0.3.14 to 0.3.15. - [Release notes](https://github.com/th2-net/th2-gradle-plugin/releases) - [Commits](https://github.com/th2-net/th2-gradle-plugin/compare/0.3.14...0.3.15) --- updated-dependencies: - dependency-name: com.exactpro.th2.gradle.component dependency-version: 0.3.15 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 4d6a1b9..abf3550 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] kotlin = "2.3.10" -th2-plugin = "0.3.14" +th2-plugin = "0.3.15" [libraries] th2-common-utils = { group = "com.exactpro.th2", name = "common-utils", version = "2.4.0-dev" }