From 36a4a2e47e1373bc247097f328d40b6a0f6ce005 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 17:20:05 +0000 Subject: [PATCH] Bump com.exactpro.th2.gradle.publish from 0.3.6 to 0.3.7 Bumps [com.exactpro.th2.gradle.publish](https://github.com/th2-net/th2-gradle-plugin) from 0.3.6 to 0.3.7. - [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.6...0.3.7) --- updated-dependencies: - dependency-name: com.exactpro.th2.gradle.publish dependency-version: 0.3.7 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 9b4b595..ce8672a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,7 +19,7 @@ junit-bom = { group = "org.junit", name = "junit-bom", version = "5.13.4" } testcontainers-bom = { group = "org.testcontainers", name = "testcontainers-bom", version = "1.21.3" } [plugins] -th2-publish = { id = "com.exactpro.th2.gradle.publish", version = "0.3.6" } +th2-publish = { id = "com.exactpro.th2.gradle.publish", version = "0.3.7" } kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "12.3.0" } compatibility-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.18.1" } \ No newline at end of file