Skip to content

Commit e925442

Browse files
[TH2-2212] Updated libraries (#111)
1 parent b2724d0 commit e925442

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Overview (5.4.0)
1+
# Overview (5.5.0)
22

33
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.
44

@@ -115,6 +115,11 @@ spec:
115115
This is a list of supported features provided by libraries.
116116
Please see more details about this feature via [link](https://github.com/th2-net/th2-common-j#configuration-formats).
117117
118+
## 5.5.0
119+
120+
* Updated bom: `4.6.0`
121+
* Updated common: `5.9.1-dev`
122+
118123
## 5.4.0
119124

120125
* Updated cradle api: `5.2.0-dev`

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ plugins {
99
id 'java-library'
1010
id 'application'
1111
id 'com.palantir.docker' version '0.25.0'
12-
id "org.owasp.dependencycheck" version "8.4.0"
12+
id "org.owasp.dependencycheck" version "9.0.9"
1313
id 'com.github.jk1.dependency-license-report' version '2.5'
1414
id "de.undercouch.download" version "5.4.0"
1515
}
1616

1717
ext {
1818
cradleVersion = '5.2.0-dev'
19-
commonVersion = '5.8.0-dev'
19+
commonVersion = '5.9.1-dev'
2020
commonUtilsVersion = '2.2.2-dev'
2121
}
2222

@@ -157,7 +157,7 @@ signing {
157157
}
158158

159159
dependencies {
160-
api platform('com.exactpro.th2:bom:4.5.0')
160+
api platform('com.exactpro.th2:bom:4.6.0')
161161

162162
implementation "com.exactpro.th2:common:$commonVersion"
163163
implementation("com.exactpro.th2:common-utils:$commonUtilsVersion") {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
release_version=5.4.0
1+
release_version=5.5.0
22
description='th2 mstore component'
33
vcs_url=https://github.com/th2-net/th2-mstore

0 commit comments

Comments
 (0)