Skip to content

Commit

Permalink
Merge pull request #21 from reportportal/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
HardNorth authored Mar 20, 2023
2 parents 59cd0cc + 82fad4f commit d39fec8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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
- 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.2.2]
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ 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 ('io.rest-assured:rest-assured:5.1.1') {
exclude module: 'commons-codec'
}
api 'com.epam.reportportal:utils-java-formatting:5.1.4'
api 'com.epam.reportportal:utils-java-formatting:5.1.5'
implementation 'commons-codec:commons-codec:1.15'

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

0 comments on commit d39fec8

Please sign in to comment.