Skip to content

Commit

Permalink
Utils version update, client version update
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Mar 20, 2023
1 parent ed33232 commit d243b1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

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

## [5.0.0]
### Added
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ repositories {
}

dependencies {
api 'com.epam.reportportal:client-java:5.1.15'
api 'com.epam.reportportal:client-java:5.1.16'
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.3'
api 'com.epam.reportportal:utils-java-formatting:5.1.5'
implementation 'org.apache.httpcomponents:httpcore:4.4.15'

testImplementation('com.github.reportportal:agent-java-test-utils:236a68c')
Expand Down

0 comments on commit d243b1d

Please sign in to comment.