We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8eea71d + b22a2e5 commit 75c764cCopy full SHA for 75c764c
2 files changed
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
## [Unreleased]
4
+### Changed
5
+- Client version updated to [5.4.11](https://github.com/reportportal/client-java/releases/tag/5.4.11), by @HardNorth
6
7
## [5.5.6]
8
### Changed
build.gradle
@@ -37,7 +37,7 @@ repositories {
37
}
38
39
dependencies {
40
- api 'com.epam.reportportal:client-java:5.4.10'
+ api 'com.epam.reportportal:client-java:5.4.11'
41
42
compileOnly "org.junit.jupiter:junit-jupiter-api:${junit_version}"
43
implementation 'org.slf4j:slf4j-api:2.0.7'
0 commit comments