File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 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.4.4] ( https://github.com/reportportal/client-java/releases/tag/5.4.4 ) , by @HardNorth
46
57## [ 5.4.0]
68### Changed
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ repositories {
3939}
4040
4141dependencies {
42- api ' com.epam.reportportal:client-java:5.4.3 '
42+ api ' com.epam.reportportal:client-java:5.4.4 '
4343 api ' com.nordstrom.tools:junit-foundation:17.2.4'
4444
4545 implementation ' org.slf4j:slf4j-api:2.0.7'
@@ -50,7 +50,7 @@ dependencies {
5050 testImplementation ' org.hamcrest:hamcrest-core:2.2'
5151 testImplementation " org.mockito:mockito-core:${ project.mockito_version} "
5252 testImplementation " org.mockito:mockito-junit-jupiter:${ project.mockito_version} "
53- testImplementation ' ch.qos.logback:logback-classic:1.5.18 '
53+ testImplementation ' ch.qos.logback:logback-classic:1.5.19 '
5454 testImplementation ' com.epam.reportportal:logger-java-logback:5.4.0'
5555 testImplementation (" org.junit.platform:junit-platform-runner:${ project.junit5_runner_version} " ) {
5656 exclude module : ' junit'
You can’t perform that action at this time.
0 commit comments