Skip to content

Commit ebf00a2

Browse files
authored
Merge pull request #88 from reportportal/develop
Release
2 parents be9346c + 880e3ae commit ebf00a2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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 to [5.4.10](https://github.com/reportportal/client-java/releases/tag/5.4.10), by @HardNorth
46

57
## [5.5.3]
68
### Changed

build.gradle

Lines changed: 1 addition & 1 deletion
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.7'
42+
api 'com.epam.reportportal:client-java:5.4.10'
4343
compileOnly ("org.jbehave:jbehave-core:${project.jbehave_version}") {
4444
exclude group: 'junit'
4545
exclude group: 'org.junit.vintage'

0 commit comments

Comments
 (0)