File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ### Changed
6
+ - Client version updated on [ 5.3.16] ( https://github.com/reportportal/client-java/releases/tag/5.3.16 )
7
+
5
8
## [ 5.4.0]
6
9
### Changed
7
10
- Client version updated on [ 5.3.14] ( https://github.com/reportportal/client-java/releases/tag/5.3.14 ) , by @HardNorth
Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ repositories {
37
37
}
38
38
39
39
dependencies {
40
- api ' com.epam.reportportal:client-java:5.3.14 '
40
+ api ' com.epam.reportportal:client-java:5.3.16 '
41
41
42
42
compileOnly " org.junit.jupiter:junit-jupiter-api:${ junit_version} "
43
43
implementation ' org.slf4j:slf4j-api:2.0.7'
44
44
45
- testImplementation ' com.epam.reportportal:agent-java-test-utils:0.0.12 '
45
+ testImplementation ' com.epam.reportportal:agent-java-test-utils:0.0.13 '
46
46
testImplementation " org.junit.platform:junit-platform-runner:${ junit_runner_version} " // We need runner for JUnit 4 compatibility tests
47
47
testImplementation " org.junit.jupiter:junit-jupiter-engine:${ junit_version} " // Required for tests to run
48
48
testImplementation " org.junit.jupiter:junit-jupiter-params:${ junit_version} "
You can’t perform that action at this time.
0 commit comments