Skip to content

Commit

Permalink
Client version updated
Browse files Browse the repository at this point in the history
HardNorth committed Feb 16, 2024
1 parent 07c4478 commit 24be34d
Showing 2 changed files with 5 additions and 2 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
- JUnit 5 dependency marked as `compileOnly` to avoid overriding JUnit 5 API version for users, by @HardNorth
- Client version updated on [5.2.5](https://github.com/reportportal/client-java/releases/tag/5.2.5), by @HardNorth

## [5.2.1]
### Changed
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -37,10 +37,10 @@ repositories {
}

dependencies {
api 'com.epam.reportportal:client-java:5.2.4'
api 'com.epam.reportportal:client-java:5.2.5'
api 'com.google.code.findbugs:jsr305:3.0.2'

implementation "org.junit.jupiter:junit-jupiter-api:${junit_version}"
compileOnly "org.junit.jupiter:junit-jupiter-api:${junit_version}"
implementation 'org.slf4j:slf4j-api:2.0.7'

testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.2'

0 comments on commit 24be34d

Please sign in to comment.