Skip to content

Commit 767e2e6

Browse files
fix(deps): update jackson to v2.19.2 (#1669)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [com.fasterxml.jackson.module:jackson-module-parameter-names](https://redirect.github.com/FasterXML/jackson-modules-java8) | `2.19.1` -> `2.19.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.fasterxml.jackson.module:jackson-module-parameter-names/2.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.fasterxml.jackson.module:jackson-module-parameter-names/2.19.1/2.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [com.fasterxml.jackson.datatype:jackson-datatype-jsr310](https://redirect.github.com/FasterXML/jackson-modules-java8) | `2.19.1` -> `2.19.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.fasterxml.jackson.datatype:jackson-datatype-jsr310/2.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.fasterxml.jackson.datatype:jackson-datatype-jsr310/2.19.1/2.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/line/line-bot-sdk-java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1aea9a1 commit 767e2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libraries.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
retrofit2 = "3.0.0"
33
jjwt = "0.12.6"
4-
jackson = "2.19.1"
4+
jackson = "2.19.2"
55
assertj = "3.27.3"
66
junit = "5.13.3"
77
junitPlatformLauncher = "1.13.3"

0 commit comments

Comments
 (0)