Skip to content

Commit 627b49d

Browse files
authored
fix(deps): Update dependency com.fasterxml.jackson.core:jackson-annotations to v2.15.3 (#133)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.fasterxml.jackson.core:jackson-annotations](https://togithub.com/FasterXML/jackson) ([source](https://togithub.com/FasterXML/jackson-annotations)) | 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 4df01d6 commit 627b49d

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
@@ -43,7 +43,7 @@ dependencies {
4343
implementation "org.apache.arrow:arrow-vector:12.0.1"
4444

4545
implementation "com.fasterxml.jackson.core:jackson-core:2.15.2"
46-
implementation "com.fasterxml.jackson.core:jackson-annotations:2.15.2"
46+
implementation "com.fasterxml.jackson.core:jackson-annotations:2.15.3"
4747

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

0 commit comments

Comments
 (0)