Skip to content

Commit

Permalink
Client version update
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Apr 4, 2024
1 parent 39cfbb6 commit 5fdadcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion allure-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## [Unreleased]
### Changed
- Client version updated on [5.2.7](https://github.com/reportportal/client-java/releases/tag/5.2.7), by @HardNorth
- Client version updated on [5.2.11](https://github.com/reportportal/client-java/releases/tag/5.2.11), by @HardNorth

## [5.2.0]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion allure-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ compileJava.options.encoding = 'UTF-8'
compileTestJava.options.encoding = 'UTF-8'

dependencies {
compileOnly 'com.epam.reportportal:client-java:5.2.7'
compileOnly 'com.epam.reportportal:client-java:5.2.13'

implementation ("io.qameta.allure:allure-java-commons:${allure_version}") {
exclude group: 'org.slf4j'
Expand Down

0 comments on commit 5fdadcf

Please sign in to comment.