Skip to content

Commit

Permalink
Merge pull request #104 from reportportal/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
HardNorth authored Jul 13, 2023
2 parents 3a41e84 + acf93f4 commit ef0283b
Show file tree
Hide file tree
Showing 2 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
- JUnit-Foundation updated on [17.0.3](https://github.com/sbabcoc/JUnit-Foundation/releases/tag/junit-foundation-17.0.3), by @HardNorth

## [5.1.2]
### Changed
Expand Down
18 changes: 7 additions & 11 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,24 @@ 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 ('com.nordstrom.tools:junit-foundation:17.0.2') {
exclude module: 'commons-text'
}
api 'com.nordstrom.tools:junit-foundation:17.0.3'
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.epam.reportportal:agent-java-test-utils:0.0.2'

testImplementation 'com.github.reportportal:agent-java-test-utils:236a68c'
testImplementation 'org.aspectj:aspectjweaver:1.9.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.6'
testImplementation ("org.junit.platform:junit-platform-runner:${project.junit5_runner_version}") {
exclude module: 'junit'
}
Expand Down

0 comments on commit ef0283b

Please sign in to comment.