Skip to content

Commit

Permalink
build(deps): Bump jackson from 2.12.3 to 2.15.3
Browse files Browse the repository at this point in the history
Bumps `jackson` from 2.12.3 to 2.15.3.

Updates `com.fasterxml.jackson.core:jackson-core` from 2.12.3 to 2.15.3
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](FasterXML/jackson-core@jackson-core-2.12.3...jackson-core-2.15.3)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.12.3 to 2.15.3
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.12.3 to 2.15.3
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.12.3 to 2.15.3
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.12.3...jackson-module-kotlin-2.15.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 13, 2023
1 parent b9147a6 commit c98364f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kotlin = "1.8.22"
# https://github.com/Kotlin/kotlinx.coroutines
kotlin-coroutines = "1.7.3"
# https://github.com/FasterXML/jackson
jackson = "2.12.3"
jackson = "2.15.3"
# https://greenrobot.org/greendao/
greendao = "3.3.0"
# https://github.com/googlecodelabs/android-hilt
Expand Down

0 comments on commit c98364f

Please sign in to comment.