Skip to content

Commit

Permalink
Client version update
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Jan 21, 2025
1 parent e3f2db2 commit 3602a2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.24](https://github.com/reportportal/client-java/releases/tag/5.2.24), by @HardNorth
- Client version updated on [5.2.25](https://github.com/reportportal/client-java/releases/tag/5.2.25), by @HardNorth

## [5.3.4]
### Changed
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,21 @@ repositories {
}

dependencies {
api 'com.epam.reportportal:client-java:5.2.24'
api 'com.epam.reportportal:client-java:5.2.25'

implementation "io.cucumber:cucumber-gherkin:${project.cucumber_version}"
implementation 'org.slf4j:slf4j-api:2.0.7'

testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'
testImplementation "io.cucumber:cucumber-java:${project.cucumber_version}"
testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.6'
testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.7'
testImplementation "io.cucumber:cucumber-testng:${project.cucumber_version}"
testImplementation 'org.aspectj:aspectjweaver:1.9.19'
testImplementation 'org.hamcrest:hamcrest-core:2.2'
testImplementation 'org.mockito:mockito-core:3.3.3'
testImplementation 'org.mockito:mockito-junit-jupiter:3.3.3'
testImplementation 'ch.qos.logback:logback-classic:1.5.16'
testImplementation 'com.epam.reportportal:logger-java-logback:5.2.2'
testImplementation 'com.epam.reportportal:logger-java-logback:5.2.3'
testImplementation ("org.junit.platform:junit-platform-runner:${project.junit_runner_version}") {
exclude module: 'junit'
}
Expand Down

0 comments on commit 3602a2f

Please sign in to comment.