Skip to content

Commit

Permalink
jackson-databind version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Jan 17, 2025
1 parent 8efa4ac commit 25080c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## [Unreleased]
### Changed
- `StepReporter.step(java.lang.String)` method now returns `Maybe<String>` with Step ID, by @HardNorth
- `jackson-databind` version updated on 2.18.2, by @HardNorth
- `jackson-databind` version updated on 2.15.4, by @HardNorth

## [5.2.24]
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
exclude module: 'jackson-databind'
exclude module: 'guava'
}
api 'com.fasterxml.jackson.core:jackson-databind:2.18.2' // Access is needed by HTTP loggers to format JSON
api 'com.fasterxml.jackson.core:jackson-databind:2.15.4' // Access is needed by HTTP loggers to format JSON
api 'io.reactivex.rxjava2:rxjava:2.2.10'
api 'com.google.code.findbugs:jsr305:3.0.2'

Expand Down

0 comments on commit 25080c3

Please sign in to comment.