Skip to content

Commit

Permalink
Client version update
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Jul 13, 2023
1 parent 15ab201 commit e99e5f2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 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
- Client version updated on [5.1.22](https://github.com/reportportal/client-java/releases/tag/5.1.22), by @HardNorth
- Jbehave version was updated on version 5.1.1, by @HardNorth

## [5.2.1]
### Changed
Expand Down
16 changes: 6 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,29 +35,25 @@ targetCompatibility = JavaVersion.VERSION_1_8

repositories {
mavenCentral()
maven { url "https://jitpack.io" }
}

dependencies {
api 'com.epam.reportportal:client-java:5.1.16'
api 'com.epam.reportportal:client-java:5.1.22'
api 'com.epam.reportportal:commons-model:5.0.0'
api ("org.jbehave:jbehave-core:${project.jbehave_version}") {
exclude group: 'org.hamcrest'
exclude group: 'junit'
exclude group: 'org.junit.vintage'
exclude group: 'org.apache.commons', module: 'commons-text'
}
api 'com.google.code.findbugs:jsr305:3.0.2'
implementation 'org.slf4j:slf4j-api:1.7.36'
implementation 'org.apache.commons:commons-text:1.10.0'
implementation 'org.slf4j:slf4j-api:2.0.7'

testImplementation 'com.github.reportportal:agent-java-test-utils:236a68c'
testImplementation 'org.aspectj:aspectjweaver:1.9.2'
testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.2'
testImplementation 'org.aspectj:aspectjweaver:1.9.19'
testImplementation 'org.hamcrest:hamcrest-core:2.2'
testImplementation "org.mockito:mockito-core:${project.mockito_version}"
testImplementation "org.mockito:mockito-junit-jupiter:${project.mockito_version}"
testImplementation 'ch.qos.logback:logback-classic:1.2.11'
testImplementation 'com.epam.reportportal:logger-java-logback:5.1.3'
testImplementation 'ch.qos.logback:logback-classic:1.3.8'
testImplementation 'com.epam.reportportal:logger-java-logback:5.1.5'
testImplementation ("org.junit.platform:junit-platform-runner:${project.junit5_launcher_version}") {
exclude group: 'junit'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
version=5.2.2-SNAPSHOT
description=JBehave reporters for Report Portal
jbehave_version=5.0
jbehave_version=5.1.1
junit5_version=5.8.2
junit5_launcher_version=1.8.2
mockito_version=3.3.3
Expand Down

0 comments on commit e99e5f2

Please sign in to comment.