Skip to content

Commit

Permalink
Client version update
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Mar 28, 2024
1 parent 0e09568 commit 39cfbb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions allure-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

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

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

dependencies {
api 'com.epam.reportportal:commons-model:5.0.0'
api 'com.google.code.findbugs:jsr305:3.0.2'
compileOnly 'com.epam.reportportal:client-java:5.2.7'

implementation ("io.qameta.allure:allure-java-commons:${allure_version}") {
exclude group: 'org.slf4j'
}
implementation 'org.slf4j:slf4j-api:2.0.7'
implementation 'com.epam.reportportal:client-java:5.2.1'

testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.2'
testImplementation("org.junit.platform:junit-platform-runner:${junit5_runner_version}") {
Expand Down

0 comments on commit 39cfbb6

Please sign in to comment.