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 3, 2024
1 parent 0de531e commit 392a4d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ dependencies {
}
implementation 'org.slf4j:slf4j-api:2.0.7'

testImplementation ("org.jbehave:jbehave-gherkin:${project.jbehave_version}") {
exclude group: 'junit'
exclude group: 'org.junit.vintage'
}
testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.3'
testImplementation 'org.aspectj:aspectjweaver:1.9.19'
testImplementation 'org.hamcrest:hamcrest-core:2.2'
Expand All @@ -59,10 +63,6 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter-engine:${project.junit5_version}"
testImplementation "org.junit.platform:junit-platform-launcher:${project.junit5_launcher_version}"
testImplementation 'org.apache.commons:commons-io:1.3.2'
testImplementation ("org.jbehave:jbehave-gherkin:${project.jbehave_version}") {
exclude group: 'junit'
exclude group: 'org.junit.vintage'
}
testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'
}

Expand Down

0 comments on commit 392a4d6

Please sign in to comment.