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