Skip to content

Commit 5ed0684

Browse files
Updated dependencies (#116)
* th2 gradle plugin `0.1.6` based on bom: `4.9.0` * cradle api: `5.4.4-dev` * common-utils: `2.3.0-dev`
1 parent 2eaa0b4 commit 5ed0684

File tree

6 files changed

+49
-35
lines changed

6 files changed

+49
-35
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Overview (5.8.0)
1+
# Overview (5.9.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

@@ -117,6 +117,12 @@ Please see more details about this feature via [link](https://github.com/th2-net
117117
118118
# Release notes
119119
120+
## 5.9.0
121+
* Updated
122+
* th2 gradle plugin `0.1.6` based on bom: `4.9.0`
123+
* cradle api: `5.4.4-dev`
124+
* common-utils: `2.3.0-dev`
125+
120126
## 5.8.0
121127
* Updated th2 gradle plugin `0.1.1`
122128
* Updated common: `5.14.0-dev`

build.gradle

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
plugins {
22
id "application"
3-
id "com.exactpro.th2.gradle.component" version "0.1.1"
3+
id "com.exactpro.th2.gradle.component" version "0.1.6"
44
}
55

66
ext {
7-
cradleVersion = '5.4.1-dev'
8-
commonVersion = '5.14.0-dev'
9-
commonUtilsVersion = '2.2.3-dev'
7+
cradleVersion = '5.4.4-dev'
108
}
119

1210
group = 'com.exactpro.th2'
@@ -40,8 +38,8 @@ javadoc {
4038
}
4139

4240
dependencies {
43-
implementation "com.exactpro.th2:common:$commonVersion"
44-
implementation("com.exactpro.th2:common-utils:$commonUtilsVersion") {
41+
implementation 'com.exactpro.th2:common:5.14.0-dev'
42+
implementation('com.exactpro.th2:common-utils:2.3.0-dev') {
4543
because("executor service utils is used")
4644
}
4745
implementation 'com.exactpro.th2:task-utils:0.1.1'
@@ -61,9 +59,8 @@ dependencies {
6159
implementation 'org.apache.commons:commons-lang3'
6260

6361
implementation "org.slf4j:slf4j-api"
64-
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
65-
testImplementation 'org.mockito:mockito-junit-jupiter:5.12.0'
66-
testImplementation 'org.mockito:mockito-core:5.12.0'
62+
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
63+
testImplementation 'org.mockito:mockito-junit-jupiter:5.14.2'
6764
}
6865

6966
test {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
release_version=5.8.0
1+
release_version=5.9.0
22
description='th2 mstore component'
33
vcs_url=https://github.com/th2-net/th2-mstore
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
44
networkTimeout=10000
5+
validateDistributionUrl=true
56
zipStoreBase=GRADLE_USER_HOME
67
zipStorePath=wrapper/dists

gradlew

Lines changed: 21 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 12 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)