From 3ded67880659ed67a1df853b0e2628cfb608d6ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 06:30:46 +0000 Subject: [PATCH] Bump com.exactpro.th2.gradle.base from 0.0.6 to 0.0.7 Bumps [com.exactpro.th2.gradle.base](https://github.com/th2-net/th2-gradle-plugin) from 0.0.6 to 0.0.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.0.6...0.0.7) --- updated-dependencies: - dependency-name: com.exactpro.th2.gradle.base 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 b1b5c0993..46550ab77 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { - id "com.exactpro.th2.gradle.base" version "0.0.6" + id "com.exactpro.th2.gradle.base" version "0.0.7" id "com.exactpro.th2.gradle.publish" version "0.0.6" id "org.jetbrains.kotlin.jvm" version "$kotlin_version" id 'org.jetbrains.kotlin.kapt' version "$kotlin_version"