Skip to content

Commit

Permalink
Slack link updateclient-java and logback-classic dependencies mar…
Browse files Browse the repository at this point in the history
…ked as `compileOnly`
  • Loading branch information
HardNorth committed Mar 12, 2024
1 parent 5e832f8 commit c3418ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# Changelog

## [Unreleased]
### Changed
- Client version updated on [5.2.5](https://github.com/reportportal/client-java/releases/tag/5.2.5), by @HardNorth
- `client-java` and `logback-classic` dependencies marked as `compileOnly` to force users specify their own dependencies, by @HardNorth

## [5.2.1]
### Changed
- Client version updated on [5.2.4](https://github.com/reportportal/client-java/releases/tag/5.2.4), by @HardNorth
### Removed
- `commons-model` dependency to rely on `clinet-java` exclusions in security fixes, by @HardNorth
- `commons-model` dependency to rely on `client-java` exclusions in security fixes, by @HardNorth

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

dependencies {
implementation 'com.epam.reportportal:client-java:5.2.4'
implementation 'ch.qos.logback:logback-classic:1.3.12'
compileOnly 'com.epam.reportportal:client-java:5.2.5'
compileOnly 'ch.qos.logback:logback-classic:1.3.12'

testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.2'
testImplementation('org.awaitility:awaitility:4.0.2') {
Expand Down

0 comments on commit c3418ac

Please sign in to comment.