This repository was archived by the owner on Jun 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
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.25] ( https://github.com/reportportal/client-java/releases/tag/5.2.25 ) , by @HardNorth
46
57## [ 5.2.4]
68### Added
Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ repositories {
3737}
3838
3939dependencies {
40- api ' com.epam.reportportal:client-java:5.2.21 '
40+ api ' com.epam.reportportal:client-java:5.2.25 '
4141 api ' info.cukes:gherkin:2.12.2'
4242
4343 implementation ' org.slf4j:slf4j-api:2.0.7'
4444 implementation ' org.apache.commons:commons-text:1.10.0'
4545
46- testImplementation ' com.epam.reportportal:agent-java-test-utils:0.0.2 '
46+ testImplementation ' com.epam.reportportal:agent-java-test-utils:0.0.7 '
4747
4848 testImplementation ' com.squareup.okhttp3:okhttp:4.12.0'
4949 testImplementation ' org.aspectj:aspectjweaver:1.9.19'
@@ -52,8 +52,8 @@ dependencies {
5252 testImplementation ' org.hamcrest:hamcrest-core:2.2'
5353 testImplementation ' org.mockito:mockito-core:3.3.3'
5454 testImplementation ' org.mockito:mockito-junit-jupiter:3.3.3'
55- testImplementation ' ch.qos.logback:logback-classic:1.3.14 '
56- testImplementation ' com.epam.reportportal:logger-java-logback:5.2.2 '
55+ testImplementation ' ch.qos.logback:logback-classic:1.3.15 '
56+ testImplementation ' com.epam.reportportal:logger-java-logback:5.2.3 '
5757
5858 testImplementation (" org.junit.platform:junit-platform-runner:${ project.junit_runner_version} " ) {
5959 exclude module : ' junit'
You can’t perform that action at this time.
0 commit comments