Skip to content

Commit

Permalink
Dependency versions update
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Feb 8, 2024
1 parent b40a174 commit b34713f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# Changelog

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

## [5.1.0]
### Changed
- Client version updated on [5.2.0](https://github.com/reportportal/client-java/releases/tag/5.2.0), by @HardNorth
- `utils-java-formatting` library version updated on version [5.2.0](https://github.com/reportportal/utils-java-formatting/releases/tag/5.2.0), by @HardNorth

Expand Down
11 changes: 5 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ repositories {
}

dependencies {
api 'com.epam.reportportal:client-java:5.2.0'
api 'com.google.code.findbugs:jsr305:3.0.2'
api 'com.epam.reportportal:commons-model:5.0.0'
api 'com.epam.reportportal:utils-java-formatting:5.2.0'
implementation 'com.epam.reportportal:client-java:5.2.4'
implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation 'com.epam.reportportal:utils-java-formatting:5.2.1'
implementation 'org.apache.httpcomponents:httpcore:4.4.16'

testImplementation 'com.epam.reportportal:agent-java-test-utils:0.0.2'
Expand All @@ -53,8 +52,8 @@ dependencies {
testImplementation 'org.hamcrest:hamcrest-core:2.2'
testImplementation "org.mockito:mockito-core:${mockito_version}"
testImplementation "org.mockito:mockito-inline:${mockito_version}"
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
testImplementation 'org.apache.httpcomponents:httpmime:4.5.14'
testImplementation "org.apache.httpcomponents:httpclient:${httpclient_version}"
testImplementation "org.apache.httpcomponents:httpmime:${httpclient_version}"
}

test {
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description=Report Portal logger for Apache HttpComponents client
junit5_version=5.6.3
junit5_runner_version=1.6.3
mockito_version=4.5.1
httpclient_version=4.5.14
scripts_url=https://raw.githubusercontent.com/reportportal/gradle-scripts
scripts_branch=master
excludeTests=

0 comments on commit b34713f

Please sign in to comment.