We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be9346c + 880e3ae commit ebf00a2Copy full SHA for ebf00a2
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.3]
8
### Changed
build.gradle
@@ -39,7 +39,7 @@ repositories {
39
}
40
41
dependencies {
42
- api 'com.epam.reportportal:client-java:5.4.7'
+ api 'com.epam.reportportal:client-java:5.4.10'
43
compileOnly ("org.jbehave:jbehave-core:${project.jbehave_version}") {
44
exclude group: 'junit'
45
exclude group: 'org.junit.vintage'
0 commit comments