From 4b4d60310dadfdb7f3efa6f257c923c84a753172 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 31 Oct 2024 21:00:08 -0400 Subject: [PATCH] fix(deps): Update dependency com.fasterxml.jackson.core:jackson-annotations to v2.18.1 (#280) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.18.0` -> `2.18.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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index fe74de6..392557c 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation 'commons-io:commons-io:2.17.0' implementation "com.fasterxml.jackson.core:jackson-core:2.18.0" - implementation "com.fasterxml.jackson.core:jackson-annotations:2.18.0" + implementation "com.fasterxml.jackson.core:jackson-annotations:2.18.1" implementation 'org.apache.logging.log4j:log4j-api:2.23.1' implementation 'org.apache.logging.log4j:log4j-core:2.23.1'