Skip to content

Commit

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

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

## [5.2.0]
### Changed
Expand Down
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ repositories {
dependencies {
implementation "org.apache.logging.log4j:log4j-core:${log4j_version}"
annotationProcessor "org.apache.logging.log4j:log4j-core:${log4j_version}"
implementation 'com.epam.reportportal:client-java:5.2.0'
implementation 'com.epam.reportportal:commons-model:5.0.0'
implementation 'com.epam.reportportal:client-java:5.2.4'

testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.2'
testImplementation('org.awaitility:awaitility:4.0.2') {
Expand Down

0 comments on commit a42ab74

Please sign in to comment.