Skip to content

Commit

Permalink
build(deps): bump com.fasterxml.jackson:jackson-bom
Browse files Browse the repository at this point in the history
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.16.1 to 2.16.2.
- [Commits](FasterXML/jackson-bom@jackson-bom-2.16.1...jackson-bom-2.16.2)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 5a765e1 commit e41e8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ description = 'Reactive meilisearch rest client powered by reactor-netty-http.'
def rc = 1
def title = 'Meilisearch rest client for java'
def reactorVersion = '2023.0.3'
def jacksonVersion = '2.16.1'
def jacksonVersion = '2.16.2'
def gsonVersion = '2.10.1'
def lombokVersion = '1.18.30'
def slf4jVersion = '2.0.12'
Expand Down

0 comments on commit e41e8d9

Please sign in to comment.