Skip to content

Commit 39b7849

Browse files
committed
upgrade faraday due to CVE-2026-25765 (#424)
### elastic/search-team#12889 ### Checklists <!--You can remove unrelated items from checklists below and/or add new items that may help during the review.--> #### Pre-Review Checklist - [ ] This PR does NOT contain credentials of any kind, such as API keys or username/passwords (double check `crawler.yml.example` and `elasticsearch.yml.example`) - [ ] This PR has a meaningful title - [ ] This PR links to all relevant GitHub issues that it fixes or partially addresses - If there is no GitHub issue, please create it. Each PR should have a link to an issue - [ ] this PR has a thorough description - [ ] Covered the changes with automated tests - [ ] Tested the changes locally - [ ] Added a label for each target release version (example: `v0.1.0`) - [ ] Considered corresponding documentation changes - [ ] Contributed any configuration settings changes to the configuration reference - [ ] Ran `make notice` if any dependencies have been added #### Changes Requiring Extra Attention <!--Please call out any changes that require special attention from the reviewers and/or increase the risk to availability or security of the system after deployment. Remove the ones that don't apply.--> - [ ] Security-related changes (encryption, TLS, SSRF, etc) - [ ] New external service dependencies added. ### Related Pull Requests <!--List any relevant PRs here or remove the section if this is a standalone PR. * https://github.com/elastic/.../pull/123--> ### Release Note <!--If you think this enhancement/fix should be included in the release notes, please write a concise user-facing description of the change here. You should also label the PR with `release_note` so the release notes author(s) can easily look it up.--> (cherry picked from commit a9045e1)
1 parent 46ca1ce commit 39b7849

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

Gemfile.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ GEM
1919
addressable (2.8.7)
2020
public_suffix (>= 2.0.2, < 7.0)
2121
ast (2.4.2)
22-
base64 (0.2.0)
2322
bigdecimal (3.1.8-java)
2423
bson (4.15.0-java)
2524
coderay (1.1.3)
@@ -42,10 +41,10 @@ GEM
4241
tzinfo
4342
factory_bot (6.2.1)
4443
activesupport (>= 5.0.0)
45-
faraday (2.8.1)
46-
base64
47-
faraday-net_http (>= 2.0, < 3.1)
48-
ruby2_keywords (>= 0.0.4)
44+
faraday (2.14.1)
45+
faraday-net_http (>= 2.0, < 3.5)
46+
json
47+
logger
4948
faraday-net_http (3.0.2)
5049
ffi (1.16.3-java)
5150
fugit (1.11.1)
@@ -60,6 +59,7 @@ GEM
6059
json-schema (4.3.0)
6160
addressable (>= 2.8)
6261
language_server-protocol (3.17.0.3)
62+
logger (1.7.0)
6363
method_source (1.1.0)
6464
minitest (5.22.3)
6565
multi_json (1.15.0)
@@ -121,7 +121,6 @@ GEM
121121
ruby-debug-ide (0.7.3)
122122
rake (>= 0.8.1)
123123
ruby-progressbar (1.13.0)
124-
ruby2_keywords (0.0.5)
125124
rufus-scheduler (3.9.1)
126125
fugit (~> 1.1, >= 1.1.6)
127126
simplecov (0.22.0)

0 commit comments

Comments
 (0)