Skip to content

Commit

Permalink
[TH2-5165] Updated libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro committed Feb 23, 2024
1 parent ea7b398 commit 92f68e9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Overview (5.3.0)
# Overview (5.4.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 @@ -73,6 +73,11 @@ Please see more details about this feature via [link](https://github.com/th2-net

# Changes

## 5.4.0

* Updated cradle api: `5.2.0-dev`
* Updated common: `5.8.0-dev`

## 5.3.0

* Estore persists event with aggregated statistics about internal errors into cradle periodically
Expand Down
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
}

ext {
cradleVersion = '5.1.4-dev'
cradleVersion = '5.2.0-TH2-5165-+'
}

group = 'com.exactpro.th2'
Expand Down Expand Up @@ -162,7 +162,7 @@ signing {

dependencies {
api platform('com.exactpro.th2:bom:4.5.0')
implementation 'com.exactpro.th2:common:5.6.0-dev'
implementation 'com.exactpro.th2:common:5.8.0-dev'
implementation("com.exactpro.th2:common-utils:2.2.2-dev") {
because("executor service utils is used")
}
Expand All @@ -179,12 +179,12 @@ dependencies {

implementation 'com.fasterxml.jackson.core:jackson-databind'
implementation('com.fasterxml.jackson.datatype:jackson-datatype-jsr310') {
because("Error collector serialise Intant values")
because("Error collector serialise Instant values")
}

testImplementation 'org.apache.commons:commons-lang3'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.4.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
testImplementation 'org.mockito:mockito-junit-jupiter:5.10.0'
}

test {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
release_version=5.3.0
release_version=5.4.0
description='th2 estore component'
vcs_url=https://github.com/th2-net/th2-estore

0 comments on commit 92f68e9

Please sign in to comment.