Skip to content

Commit

Permalink
Dependency versions update
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Jan 17, 2024
1 parent 5cb0490 commit e7ec215
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]
- Client version updated on [5.2.0](https://github.com/reportportal/client-java/releases/tag/5.2.0), by @HardNorth
- `utils-java-formatting` library version updated on version [5.2.0](https://github.com/reportportal/utils-java-formatting/releases/tag/5.2.0), by @HardNorth

## [5.0.2]
### Changed
Expand Down
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,10 @@ repositories {
}

dependencies {
api 'com.epam.reportportal:client-java:5.1.22'
api 'com.epam.reportportal:client-java:5.2.0'
api 'com.google.code.findbugs:jsr305:3.0.2'
api 'com.epam.reportportal:commons-model:5.0.0'
api 'com.squareup.okhttp3:okhttp:4.10.0'
api 'com.epam.reportportal:utils-java-formatting:5.1.6'
api 'com.epam.reportportal:utils-java-formatting:5.2.0'
implementation 'org.apache.httpcomponents:httpcore:4.4.16'

testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.2'
Expand Down

0 comments on commit e7ec215

Please sign in to comment.