Skip to content

Commit

Permalink
Release 3.7.0 (#38)
Browse files Browse the repository at this point in the history
* Use cradle 2.21.0

* Update version and readme file
  • Loading branch information
OptimumCode authored Apr 14, 2022
1 parent 4b8c1fb commit 15c6848
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Overview (3.6.0)
# Overview (3.7.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.

Expand Down Expand Up @@ -46,6 +46,11 @@ Please see more details about this feature via [link](https://github.com/th2-net
# Changes
## 3.7.0
+ Update common version from `3.31.6` to `3.35.0`
+ Update Cradle version from `2.20.2` to `2.21.0`

## 3.6.0

+ Update common version from `3.30.0` to `3.31.6`
Expand Down
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ jar {
dependencies {
api platform('com.exactpro.th2:bom:3.0.0')

implementation 'com.exactpro.th2:common:3.31.6'
implementation 'com.exactpro.th2:common:3.35.0'
implementation('com.exactpro.th2:cradle-cassandra:2.21.0') {
because('override dependency from th2-common')
}

implementation "org.jetbrains:annotations"

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release_version=3.6.0
release_version=3.7.0

0 comments on commit 15c6848

Please sign in to comment.