diff --git a/README.md b/README.md index 2864e67..4e03f5d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Csv Reader User Manual 2.4.0 +# Csv Reader User Manual 2.5.0 ## Document Information @@ -91,6 +91,11 @@ spec: ## Changes +### 2.5.0 + ++ Updated to th2 gradle plugin `0.0.8` ++ Updated common: `5.12.0-dev` + ### 2.4.0 #### Updated: diff --git a/build.gradle b/build.gradle index 9a9f4a6..bb123c8 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id 'application' id 'org.jetbrains.kotlin.jvm' version '1.8.22' - id 'com.exactpro.th2.gradle.component' version '0.0.6' + id 'com.exactpro.th2.gradle.component' version '0.0.8' } group 'com.exactpro.th2' @@ -30,7 +30,7 @@ repositories { } dependencies { - implementation ("com.exactpro.th2:common:5.11.0-dev") + implementation ("com.exactpro.th2:common:5.12.0-dev") implementation "org.slf4j:slf4j-api" api "com.exactpro.th2:read-file-common-core:3.3.0-dev" diff --git a/gradle.properties b/gradle.properties index 95e5f3e..c7a535a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -release_version = 2.4.0 \ No newline at end of file +release_version = 2.5.0 \ No newline at end of file