Skip to content

Commit

Permalink
Utils version update
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Jan 6, 2023
1 parent 4f6bcf1 commit 0a56845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
### Changed
- Client version updated on [5.1.15](https://github.com/reportportal/client-java/releases/tag/5.1.15), by @HardNorth
- Some refactoring, by @HardNorth
- `utils-java-formatting` library version updated on version [5.1.3](https://github.com/reportportal/utils-java-formatting/releases/tag/5.1.3), by @HardNorth
- `utils-java-formatting` library version updated on version [5.1.4](https://github.com/reportportal/utils-java-formatting/releases/tag/5.1.4), by @HardNorth

## [5.2.1]
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
api ('io.rest-assured:rest-assured:5.1.1') {
exclude module: 'commons-codec'
}
api 'com.epam.reportportal:utils-java-formatting:5.1.3'
api 'com.epam.reportportal:utils-java-formatting:5.1.4'
implementation 'commons-codec:commons-codec:1.15'

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

0 comments on commit 0a56845

Please sign in to comment.