File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33## [ Unreleased]
4+ ### Changed
5+ - Client version updated on [ 5.2.26] ( https://github.com/reportportal/client-java/releases/tag/5.2.26 ) , by @HardNorth
46
57## [ 5.2.4]
68### Added
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies {
4444
4545 testImplementation " com.epam.reportportal:client-java:${ client_version} "
4646 testImplementation " com.google.code.findbugs:jsr305:${ jsr305_version} "
47- testImplementation ' com.epam.reportportal:agent-java-test-utils:0.0.2 '
47+ testImplementation ' com.epam.reportportal:agent-java-test-utils:0.0.7 '
4848
4949 testImplementation(" org.junit.platform:junit-platform-runner:${ junit5_runner_version} " ) {
5050 exclude module : ' junit'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description=Report Portal Java formatting utils for Agents and Loggers
33junit5_version =5.6.3
44junit5_runner_version =1.6.3
55mockito_version =4.5.1
6- client_version =5.2.23
6+ client_version =5.2.26
77jsr305_version =3.0.2
88scripts_url =https://raw.githubusercontent.com/reportportal/gradle-scripts
99scripts_branch =master
You can’t perform that action at this time.
0 commit comments