Skip to content

Commit 235781d

Browse files
authored
fix(deps): Update dependency com.fasterxml.jackson.core:jackson-core to v2.15.3 (#135)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.fasterxml.jackson.core:jackson-core](https://togithub.com/FasterXML/jackson-core) | dependencies | patch | `2.15.2` -> `2.15.3` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent 627b49d commit 235781d

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-memory-core:12.0.1"
4343
implementation "org.apache.arrow:arrow-vector:12.0.1"
4444

45-
implementation "com.fasterxml.jackson.core:jackson-core:2.15.2"
45+
implementation "com.fasterxml.jackson.core:jackson-core:2.15.3"
4646
implementation "com.fasterxml.jackson.core:jackson-annotations:2.15.3"
4747

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

0 commit comments

Comments
 (0)