Skip to content

Commit

Permalink
cradle updated
Browse files Browse the repository at this point in the history
version update
  • Loading branch information
Oleg Smelov committed Mar 5, 2024
1 parent 1a76450 commit b46b194
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b46b194

Please sign in to comment.