Skip to content

Commit b8ccd92

Browse files
authored
fix(deps): Update dependency com.fasterxml.jackson.core:jackson-core to v2.17.0 (#202)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.fasterxml.jackson.core:jackson-core](https://togithub.com/FasterXML/jackson-core) | dependencies | minor | `2.16.1` -> `2.17.0` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent 2722410 commit b8ccd92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
implementation 'org.apache.arrow:arrow-vector:12.0.1'
4343
implementation 'commons-io:commons-io:2.15.1'
4444

45-
implementation "com.fasterxml.jackson.core:jackson-core:2.16.1"
45+
implementation "com.fasterxml.jackson.core:jackson-core:2.17.0"
4646
implementation "com.fasterxml.jackson.core:jackson-annotations:2.17.0"
4747

4848
implementation 'org.apache.logging.log4j:log4j-api:2.23.1'

0 commit comments

Comments
 (0)