diff --git a/README.md b/README.md index f3df952..5cb7c2f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Overview (5.4.0) +# Overview (5.5.0) Event store (estore) is an important th2 component responsible for storing events into Cradle. Please refer to [Cradle repository] (https://github.com/th2-net/cradleapi/blob/master/README.md) for more details. This component has a pin for listening events via MQ. @@ -73,6 +73,11 @@ Please see more details about this feature via [link](https://github.com/th2-net # Changes +## 5.5.0 + +* Updated bom: `4.6.0` +* Updated common: `5.9.1-dev` + ## 5.4.0 * Updated cradle api: `5.2.0-dev` diff --git a/build.gradle b/build.gradle index 000d0b8..6492ab1 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { id 'java-library' id 'application' id 'com.palantir.docker' version '0.25.0' - id "org.owasp.dependencycheck" version "8.4.0" + id "org.owasp.dependencycheck" version "9.0.9" id 'com.github.jk1.dependency-license-report' version '2.5' id "de.undercouch.download" version "5.4.0" } @@ -161,8 +161,8 @@ signing { } dependencies { - api platform('com.exactpro.th2:bom:4.5.0') - implementation 'com.exactpro.th2:common:5.8.0-dev' + api platform('com.exactpro.th2:bom:4.6.0') + implementation 'com.exactpro.th2:common:5.9.1-dev' implementation("com.exactpro.th2:common-utils:2.2.2-dev") { because("executor service utils is used") } diff --git a/gradle.properties b/gradle.properties index e39e19b..263c61d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -release_version=5.4.0 +release_version=5.5.0 description='th2 estore component' vcs_url=https://github.com/th2-net/th2-estore