From c3b99721c49ed4e7d3a6b408afb9e4389fb2e163 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 09:45:47 +0000 Subject: [PATCH] Bump com.exactpro.th2.gradle.base from 0.0.8 to 0.1.1 Bumps [com.exactpro.th2.gradle.base](https://github.com/th2-net/th2-gradle-plugin) from 0.0.8 to 0.1.1. - [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.8...0.1.1) --- updated-dependencies: - dependency-name: com.exactpro.th2.gradle.base dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0a7562505..ca4a0ff68 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.8" + id "com.exactpro.th2.gradle.base" version "0.1.1" id "com.exactpro.th2.gradle.publish" version "0.0.8" id "org.jetbrains.kotlin.jvm" version "$kotlin_version" id 'org.jetbrains.kotlin.kapt' version "$kotlin_version"