From b46b194b5c2b175d3346dbc627d27b27d295629e Mon Sep 17 00:00:00 2001 From: Oleg Smelov Date: Tue, 5 Mar 2024 23:16:26 +0100 Subject: [PATCH] cradle updated version update --- README.md | 5 +++++ build.gradle | 2 +- gradle.properties | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c34812a..5a4a9695 100644 --- a/README.md +++ b/README.md @@ -507,6 +507,11 @@ dependencies { ## Release notes +### 5.9.1-dev + +#### Updated: ++ cradle: `5.1.5-dev` (fixed: NullPointerException on AbstractMessageIteratorProvider creation for book with no pages in it) + ### 5.9.0-dev + Added retry in case of a RabbitMQ channel or connection error (when possible). + Added InterruptedException to basicConsume method signature. diff --git a/build.gradle b/build.gradle index a89a8034..4b1530a0 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ ext { protobufVersion = '3.23.2' // The protoc:3.23.3 https://github.com/protocolbuffers/protobuf/issues/13070 serviceGeneratorVersion = '3.5.1' - cradleVersion = '5.1.4-dev' + cradleVersion = '5.1.5-dev' junitVersion = '5.10.2' genBaseDir = file("${buildDir}/generated/source/proto") diff --git a/gradle.properties b/gradle.properties index 5f8be7c8..4ac4a7e3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ # limitations under the License. # -release_version=5.9.0 +release_version=5.9.1 description='th2 common library (Java)' vcs_url=https://github.com/th2-net/th2-common-j kapt.include.compile.classpath=false \ No newline at end of file