diff --git a/README.md b/README.md index 6faa572..8a1fafa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Csv Reader User Manual 2.2.0 +# Csv Reader User Manual 2.3.0 ## Document Information @@ -91,6 +91,11 @@ spec: ## Changes +### 2.3.0 + +#### Updated: +* read-file-common-core: `3.2.0-dev` +* ### 2.2.0 #### Fixed: diff --git a/build.gradle b/build.gradle index 8778d2e..80e736a 100644 --- a/build.gradle +++ b/build.gradle @@ -85,7 +85,7 @@ dependencies { implementation ("com.exactpro.th2:common:5.7.1-dev") implementation "org.slf4j:slf4j-api" - api "com.exactpro.th2:read-file-common-core:3.1.0-dev" + api "com.exactpro.th2:read-file-common-core:3.2.0-dev" implementation('com.exactpro.th2:netty-bytebuf-utils:0.2.0') { because("'asExpandable' method is used") } diff --git a/gradle.properties b/gradle.properties index f34a6c6..06e1d60 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -release_version=2.2.0 \ No newline at end of file +release_version=2.3.0 \ No newline at end of file