Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.core:jackson-databind from 2.13.2 to 2.16.1
Browse files Browse the repository at this point in the history
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.13.2 to 2.16.1.
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 27, 2023
1 parent 05035af commit a9257e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ dependencies {

// project specific non-platform libs
implementation project(":treeview")
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'
implementation 'com.journeyapps:zxing-android-embedded:4.3.0'
implementation 'com.github.mukeshsolanki:MarkdownView-Android:2.0.0'
implementation "com.mikepenz:aboutlibraries-compose:$latestAboutLibsRelease"
Expand Down

0 comments on commit a9257e5

Please sign in to comment.