Skip to content

Commit ab5262c

Browse files
committed
Update client-java to 5.3.16 and test-utils to 0.0.13.
Aligns with latest client library; note utils minor bump.
1 parent 72bb2f1 commit ab5262c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## [Unreleased]
44

5+
### Changed
6+
- Client version updated on [5.3.16](https://github.com/reportportal/client-java/releases/tag/5.3.16)
7+
58
## [5.4.0]
69
### Changed
710
- Client version updated on [5.3.14](https://github.com/reportportal/client-java/releases/tag/5.3.14), by @HardNorth

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ repositories {
3737
}
3838

3939
dependencies {
40-
api 'com.epam.reportportal:client-java:5.3.14'
40+
api 'com.epam.reportportal:client-java:5.3.16'
4141

4242
compileOnly "org.junit.jupiter:junit-jupiter-api:${junit_version}"
4343
implementation 'org.slf4j:slf4j-api:2.0.7'
4444

45-
testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.12'
45+
testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.13'
4646
testImplementation "org.junit.platform:junit-platform-runner:${junit_runner_version}" // We need runner for JUnit 4 compatibility tests
4747
testImplementation "org.junit.jupiter:junit-jupiter-engine:${junit_version}" // Required for tests to run
4848
testImplementation "org.junit.jupiter:junit-jupiter-params:${junit_version}"

0 commit comments

Comments
 (0)