We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e138a commit a52e205Copy full SHA for a52e205
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
## [Unreleased]
4
+### Changed
5
+- Client version updated to [5.4.6](https://github.com/reportportal/client-java/releases/tag/5.4.6), by @HardNorth
6
7
## [5.4.1]
8
### Changed
build.gradle
@@ -39,7 +39,7 @@ repositories {
39
}
40
41
dependencies {
42
- api 'com.epam.reportportal:client-java:5.4.4'
+ api 'com.epam.reportportal:client-java:5.4.6'
43
api 'com.nordstrom.tools:junit-foundation:17.2.4'
44
45
implementation 'org.slf4j:slf4j-api:2.0.7'
0 commit comments