Skip to content

Commit

Permalink
commons-model dependency version updated to 5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Sep 24, 2024
1 parent 02114ae commit 76a8cff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]
### Changed
- `commons-model` dependency version updated to `5.3.3`, by @HardNorth

## [5.2.14]
### Added
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ repositories {
}

dependencies {
api ('com.epam.reportportal:commons-model:5.0.0') {
api ('com.epam.reportportal:commons-model:5.3.3') {
exclude module: 'jackson-databind'
exclude module: 'guava'
}
api 'com.fasterxml.jackson.core:jackson-databind:2.12.7.1' // Access is needed by HTTP loggers to format JSON
api 'io.reactivex.rxjava2:rxjava:2.2.10'
Expand Down

0 comments on commit 76a8cff

Please sign in to comment.