diff --git a/README.md b/README.md index 64b22324..9615cb31 100644 --- a/README.md +++ b/README.md @@ -513,7 +513,7 @@ dependencies { ### 5.11.0-dev -+ Migrated to the th2 gradle plugin: `0.0.5` (bom: `4.6.1`) ++ Migrated to the th2 gradle plugin: `0.0.6` (bom: `4.6.1`) + Updated: + grpc-common: `4.5.0-dev` + grpc-service-generator: `3.6.1` diff --git a/build.gradle b/build.gradle index b14a6aa4..0b51370e 100644 --- a/build.gradle +++ b/build.gradle @@ -1,8 +1,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { - id "com.exactpro.th2.gradle.base" version "0.0.5" - id "com.exactpro.th2.gradle.publish" version "0.0.5" + id "com.exactpro.th2.gradle.base" version "0.0.6" + 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" id "java-library" @@ -164,7 +164,6 @@ dependencies { because("system property tests") } - testFixturesImplementation(platform("com.exactpro.th2:bom:4.6.1")) testFixturesImplementation "org.jetbrains.kotlin:kotlin-test-junit5:$kotlin_version" testFixturesImplementation "org.junit.jupiter:junit-jupiter:$junitVersion" }