Skip to content

Commit b24c7be

Browse files
committed
Dependency versions update
1 parent f2014ee commit b24c7be

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repositories {
3939
}
4040

4141
dependencies {
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'

0 commit comments

Comments
 (0)