Bump the bundler group across 1 directory with 7 updates#7
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the bundler group across 1 directory with 7 updates#7dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [nokogiri](https://github.com/sparklemotion/nokogiri), [webrick](https://github.com/ruby/webrick), [addressable](https://github.com/sporkmonger/addressable), [httparty](https://github.com/jnunemaker/httparty), [rexml](https://github.com/ruby/rexml), [concurrent-ruby](https://github.com/ruby-concurrency/concurrent-ruby) and [google-protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. Updates `nokogiri` from 1.16.4 to 1.19.4 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.16.4...v1.19.4) Updates `webrick` from 1.8.1 to 1.8.2 - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](ruby/webrick@v1.8.1...v1.8.2) Updates `addressable` from 2.8.6 to 2.9.0 - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](sporkmonger/addressable@addressable-2.8.6...addressable-2.9.0) Updates `httparty` from 0.21.0 to 0.24.0 - [Release notes](https://github.com/jnunemaker/httparty/releases) - [Changelog](https://github.com/jnunemaker/httparty/blob/main/Changelog.md) - [Commits](jnunemaker/httparty@v0.21.0...v0.24.0) Updates `rexml` from 3.2.6 to 3.4.2 - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.2.6...v3.4.2) Updates `concurrent-ruby` from 1.2.3 to 1.3.7 - [Release notes](https://github.com/ruby-concurrency/concurrent-ruby/releases) - [Changelog](https://github.com/ruby-concurrency/concurrent-ruby/blob/master/CHANGELOG.md) - [Commits](ruby-concurrency/concurrent-ruby@v1.2.3...v1.3.7) Updates `google-protobuf` from 3.24.4 to 3.25.5 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](protocolbuffers/protobuf@v3.24.4...v3.25.5) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.19.4 dependency-type: direct:production dependency-group: bundler - dependency-name: webrick dependency-version: 1.8.2 dependency-type: direct:development dependency-group: bundler - dependency-name: addressable dependency-version: 2.9.0 dependency-type: indirect dependency-group: bundler - dependency-name: httparty dependency-version: 0.24.0 dependency-type: indirect dependency-group: bundler - dependency-name: rexml dependency-version: 3.4.2 dependency-type: indirect dependency-group: bundler - dependency-name: concurrent-ruby dependency-version: 1.3.7 dependency-type: indirect dependency-group: bundler - dependency-name: google-protobuf dependency-version: 3.25.5 dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on nokogiri, webrick, addressable, httparty, rexml, concurrent-ruby and google-protobuf to permit the latest version.
Updates
nokogirifrom 1.16.4 to 1.19.4Release notes
Sourced from nokogiri's releases.
... (truncated)
Changelog
Sourced from nokogiri's changelog.
... (truncated)
Commits
8cfb9daversion bump to v1.19.4a856d1efix: JRuby NONET bypass in XML::Schema (v1.19.x) (#3639)6a0aa1efix(CRuby): use-after-free in Document#encoding= when setter raises (v1.19.x)...f658a54fix: JRuby NONET bypass in XML::Schema39d26fefix(CRuby): use-after-free in Document#encoding= when setter raises04a09ddfix(CRuby): out-of-bounds read in NodeSet#[] with large negative index (v1.19...7799fbdfix: avoid NPE on uninitialized XML::Node structs (v1.19.x) (#3645)ef19e13fix(CRuby): avoid UAF in XML::Attr#value= (v1.19.x) (#3644)5524fa9fix:Document#root=rejects non-element nodes (v1.19.x) (#3643)9891ad1fix(CRuby): use-after-free in XPathContext document lifetime (v1.19.x) (#3641)Updates
webrickfrom 1.8.1 to 1.8.2Release notes
Sourced from webrick's releases.
Commits
0fb9de6Bump up v1.8.2b9a4c81Removed trailing spacesf5faca9Prevent request smuggling0c600e1Fix reference to URI::REGEXP::PATTERN::HOST15a9391Return 400 response for chunked requests with unexpected data after chunk2b38d56Treat missing CRLF separator after headers as an EOFErrore4efb4aRemove unnecessary gsub calls in test_httprequest.rb426e214Only strip space and horizontal tab in headerse72cb69Prefer squigly heredocs. (#143)ee60354Require CRLF line endings in request line and headersUpdates
addressablefrom 2.8.6 to 2.9.0Changelog
Sourced from addressable's changelog.
Commits
0c3e858Revving version and changelog91915c1Fixing additional vulnerable pathsa091e39Add many more adversarial test cases to ensure we don't have any ReDoS regres...463a819Regenerate gemspec on newer rubygems0afcb0bImprove from O(n^2) to O(n)c87f768Fix a ReDoS vulnerability in URI template matching0d7e9b2Fix links for 2.8.9 in CHANGELOG (#573)e209120Update version, gemspec, and CHANGELOG for 2.8.9 (#572)3875874Reduce gem size by excluding test files (#569)3e57cc6CI: back towindows-2022for MRI jobUpdates
httpartyfrom 0.21.0 to 0.24.0Release notes
Sourced from httparty's releases.
... (truncated)
Changelog
Sourced from httparty's changelog.
Commits
55ec76eRelease 0.24.0ddfbc8dMerge pull request #830 from jnunemaker/fix-ssrf-base-uri-bypass0529bcdfix: prevent SSRF via absolute URL bypassing base_uri (GHSA-hm5p-x4rq-38w4)05f38fdMerge pull request #829 from jnunemaker/memory8901c23feat: stream multipart file uploads to reduce memory usage091bd6aMerge pull request #828 from jnunemaker/issue-82659c0ac5feat: set Content-Type for Hash body in requests5c8b45eMerge pull request #823 from jnunemaker/mixed-encodings6419cb3Force binary encoding throughoutc74571fRelease 0.23.2Updates
rexmlfrom 3.2.6 to 3.4.2Release notes
Sourced from rexml's releases.
... (truncated)
Changelog
Sourced from rexml's changelog.
... (truncated)
Commits
f36916fAdd 3.4.2 entry (#284)5859bdeAdded XML declaration check &Source#skip_spacesmethod (#282)1d876e3Bump actions/checkout from 4 to 5 (#283)c87bda8Remove ostruct from dev deps (#281)c60ae02Remove bundler from dev deps (#277)9b084d7Fix & Deprecate REXML::Text#text_indent (#275)04a589aFix a bug that XPath can't be used for no document element (#268)66232eaRemove redundant return statements (#266)63f3e97Use Safe Navigation (&.) from Ruby 2.3 (#265)d427fc5Avoid redundant calls for doctype (#264)Updates
concurrent-rubyfrom 1.2.3 to 1.3.7Release notes
Sourced from concurrent-ruby's releases.
... (truncated)
Changelog
Sourced from concurrent-ruby's changelog.
Commits
4c8fc28Release 1.3.7d91ca94Fix AtomicReference#update livelock when stored value is Float::NAN on JRuby ...7e4d711FixReentrantReadWriteLockread hold overflow into write-lock bit6e37e06FixAtomicReference#updatelivelock when stored value isFloat::NAN2825cfaCleanup spec3fd4932FixReadWriteLockwrong-thread write release and stray read release1974b47Add Ruby 4.0 in CIdf8706dAdd SECURITY.md (#1104)7a1b789Bump actions/upload-pages-artifact from 4 to 59b2dbf7Bump actions/deploy-pages from 4 to 5Updates
google-protobuffrom 3.24.4 to 3.25.5Commits
70e85aeUpdating version.json and repo version numbers to: 25.5-dev489aba5Merge pull request #15984 from mkruskal-google/staleness-fix-25367c7beRegen stale filesbbbd2deUpdating version.json and repo version numbers to: 25.4-devfc222b9Updating version.json and repo version numbers to: 25.3-dev6ac0447Updating version.json and repo version numbers to: 25.2-dev7f94235Updating version.json and repo version numbers to: 25.1e4b00c7Add support for extensions in CRuby, JRuby, and FFI Ruby (#14703) (#14756)2495d4fAdd support for options in CRuby, JRuby and FFI (#14594) (#14739)6b5d8dbUpdating version.json and repo version numbers to: 25.0Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.