Skip to content

Commit

Permalink
[TH2-2212] Updated libraries (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro authored Mar 7, 2024
1 parent 379f6ae commit 3555ba0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 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.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.

Expand Down Expand Up @@ -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`
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down Expand Up @@ -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")
}
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.4.0
release_version=5.5.0
description='th2 estore component'
vcs_url=https://github.com/th2-net/th2-estore

0 comments on commit 3555ba0

Please sign in to comment.