Skip to content

Commit

Permalink
[TH2-2212] Updated libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro committed Mar 7, 2024
1 parent b2724d0 commit 057257c
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)

Message store (mstore) is an important th2 component responsible for storing raw messages 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 messages via MQ.

Expand Down Expand Up @@ -115,6 +115,11 @@ spec:
This is a list of supported features provided by libraries.
Please see more details about this feature via [link](https://github.com/th2-net/th2-common-j#configuration-formats).
## 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,14 +9,14 @@ 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"
}

ext {
cradleVersion = '5.2.0-dev'
commonVersion = '5.8.0-dev'
commonVersion = '5.9.1-dev'
commonUtilsVersion = '2.2.2-dev'
}

Expand Down Expand Up @@ -157,7 +157,7 @@ signing {
}

dependencies {
api platform('com.exactpro.th2:bom:4.5.0')
api platform('com.exactpro.th2:bom:4.6.0')

implementation "com.exactpro.th2:common:$commonVersion"
implementation("com.exactpro.th2:common-utils:$commonUtilsVersion") {
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 mstore component'
vcs_url=https://github.com/th2-net/th2-mstore

0 comments on commit 057257c

Please sign in to comment.