diff --git a/README.md b/README.md index c67d8268..1087fcd0 100644 --- a/README.md +++ b/README.md @@ -299,8 +299,8 @@ spec: ## 5.14.0 * Reduced required memory for executing sse event request with `limitForParent` parameter -* Updated th2 gradle plugin: `0.1.2` -* Updated bom: `4.7.0` +* Updated th2 gradle plugin: `0.1.3` +* Updated bom: `4.8.0` ## 5.13.1 * Fixed the problem data provider can't handle `messageIds` request with `messageId` but without `startTimestamp` arguments diff --git a/build.gradle b/build.gradle index d235fbcc..df8ff82e 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { id 'org.jetbrains.kotlin.jvm' version '1.8.22' - id "com.exactpro.th2.gradle.component" version "0.1.2" + id "com.exactpro.th2.gradle.component" version "0.1.3" id 'application' }