Skip to content

Commit

Permalink
Client version update
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Feb 6, 2024
1 parent dda8fae commit 0a95578
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## [Unreleased]
### Changed
- Remove `commons-model` dependency to rely on `clinet-java` exclusions in security fixes, by @HardNorth
- Client version updated on [5.2.3](https://github.com/reportportal/client-java/releases/tag/5.2.3), by @HardNorth

## [5.3.0]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repositories {
}

dependencies {
api 'com.epam.reportportal:client-java:5.2.2'
api 'com.epam.reportportal:client-java:5.2.3'
api 'com.google.code.findbugs:jsr305:3.0.2'
implementation ("org.jbehave:jbehave-core:${project.jbehave_version}") {
exclude group: 'junit'
Expand Down

0 comments on commit 0a95578

Please sign in to comment.