Skip to content

Commit

Permalink
JSR 305 dependency marked as implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Feb 16, 2024
1 parent 24be34d commit a521802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## [Unreleased]
### Changed
- JUnit 5 dependency marked as `compileOnly` to avoid overriding JUnit 5 API version for users, by @HardNorth
- JSR 305 dependency marked as `implementation` to force users specify their own versions, 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]
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ repositories {

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

compileOnly "org.junit.jupiter:junit-jupiter-api:${junit_version}"
implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation 'org.slf4j:slf4j-api:2.0.7'

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

0 comments on commit a521802

Please sign in to comment.