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 12, 2024
1 parent ec74b37 commit a564218
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changelog

## [Unreleased]
- Take items' startTime and endTime from Karate.
### Changed
- Refactored and implemented main ReportPortal agent features, by @HardNorth

## [1.0.6]
### Changed
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repositories {
}

dependencies {
api 'com.epam.reportportal:client-java:5.1.26'
api 'com.epam.reportportal:client-java:5.2.0'
api "com.intuit.karate:karate-core:${project.karate_version}"
implementation 'org.slf4j:slf4j-api:2.0.7'

Expand All @@ -54,6 +54,7 @@ dependencies {
testImplementation "org.mockito:mockito-core:${project.mockito_version}"
testImplementation "org.mockito:mockito-junit-jupiter:${project.mockito_version}"
testImplementation 'org.hamcrest:hamcrest-core:2.2'
testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'
}

test {
Expand Down

0 comments on commit a564218

Please sign in to comment.