Skip to content

Commit

Permalink
Dependency versions update
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Feb 21, 2024
1 parent 315863a commit 3183087
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## [Unreleased]
### Changed
- Karate dependency marked as `compileOnly` to force users specify their own version of Karate, by @HardNorth
- Client version updated on [5.2.5](https://github.com/reportportal/client-java/releases/tag/5.2.5), by @HardNorth

## [5.0.0]
### Added
Expand Down
10 changes: 6 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,14 @@ repositories {
}

dependencies {
api 'com.epam.reportportal:client-java:5.2.0'
api "com.intuit.karate:karate-core:${project.karate_version}"
api 'com.epam.reportportal:client-java:5.2.5'

compileOnly "com.intuit.karate:karate-core:${project.karate_version}"
implementation 'org.slf4j:slf4j-api:2.0.7'

testImplementation 'com.epam.reportportal:logger-java-logback:5.2.0'
testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.2'
testImplementation "com.intuit.karate:karate-core:${project.karate_version}"
testImplementation 'com.epam.reportportal:logger-java-logback:5.2.1'
testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.3'
testImplementation "org.junit.jupiter:junit-jupiter-api:${project.junit_version}"
testImplementation "org.junit.jupiter:junit-jupiter-engine:${project.junit_version}"
testImplementation "org.junit.jupiter:junit-jupiter-params:${project.junit_version}"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name=agent-java-karate
version=5.0.1-SNAPSHOT
description=EPAM ReportPortal. Karate test framework [1.3.1, ) adapter
gradle_version=8.2
karate_version=[1.3.1, )
karate_version=1.3.1
junit_version=5.10.1
mockito_version=5.4.0
scripts_url=https://github.com/raw/reportportal/gradle-scripts
Expand Down

0 comments on commit 3183087

Please sign in to comment.