Skip to content

Commit 838b81b

Browse files
authored
fix(deps): Update dependency com.fasterxml.jackson.core:jackson-annotations to v2.17.1 (#229)
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.17.0` -> `2.17.1` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent 342ae64 commit 838b81b

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 'commons-io:commons-io:2.16.1'
4444

4545
implementation "com.fasterxml.jackson.core:jackson-core:2.17.0"
46-
implementation "com.fasterxml.jackson.core:jackson-annotations:2.17.0"
46+
implementation "com.fasterxml.jackson.core:jackson-annotations:2.17.1"
4747

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

0 commit comments

Comments
 (0)