Skip to content

Commit ba041d9

Browse files
authored
fix(deps): Update dependency com.fasterxml.jackson.core:jackson-core to v2.15.2 (#116)
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.1` -> `2.15.2` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNi43OC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNzguMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
1 parent 9784f43 commit ba041d9

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.1"
45+
implementation "com.fasterxml.jackson.core:jackson-core:2.15.2"
4646
implementation "com.fasterxml.jackson.core:jackson-annotations:2.15.2"
4747

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

0 commit comments

Comments
 (0)