Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the development-dependencies group with 3 updates #2579

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

Bumps the development-dependencies group with 3 updates: org.apache.httpcomponents.client5:httpclient5, org.xerial.snappy:snappy-java and com.github.luben:zstd-jni.

Updates org.apache.httpcomponents.client5:httpclient5 from 5.2.1 to 5.2.3

Changelog

Sourced from org.apache.httpcomponents.client5:httpclient5's changelog.

Release 5.2.3

This is a maintenance release that fixes a regression introduced in 5.2.2 that causes all requests over a TLS connection fail with a runtime exception and upgrades HttpCore to version 5.2.4.

Change Log

  • Upgraded HttpCore to version 5.2.4. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2307: Fixed IllegalArgumentException (in java.net.Socket.) in TLS mode when there is no proxy. Contributed by Cédric Tabin

Release 5.2.2

This is a maintenance release that fixes several minor defects found since release 5.2.1 and upgrades HttpCore to version 5.2.3.

Change Log

  • HTTPCLIENT-2302: Add comment to TrustStrategy usage in examples (#492). Contributed by Marcono1234

  • More consistent handling of OperationTimeoutException in MemcachedHttpCacheStorage. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2300: Abstract char message consumers to use UTF-8 by default if a charset has not been explicitly specified by the Content-Type. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2299: Socket timeout value set via DefaultManagedHttpClientConnection#setSocketTimeout is not correctly persisted and can be overwritten upon connection activation. Contributed by Oleg Kalnichevski

  • Upgraded HttpCore to version 5.2.3. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2292: HttpClient ignores socketConfig#getSocksProxyAddress. Contributed by Oleg Kalnichevski

  • Allows setting connection timeToLive and validateAfterInactivity to zero to always close or validate a connection.

... (truncated)

Commits
  • ff9e2ca HttpClient 5.2.3 release
  • b507009 Updates release notes for HttpClient 5.2.3 release
  • fbf526a Classic test suits to execute in plain and TLS modes
  • 0f40ea5 Upgraded HttpCore to version 5.2.4
  • 7d899b1 Fixes Invalid Proxy exception when using a SSL client without Proxy
  • 542961b Upgraded HttpClient version to 5.2.3-SNAPSHOT
  • 4a3928d Updated release notes for HttpClient 5.2.2 release
  • 32ce98d HTTPCLIENT-2302: Add comment to TrustStrategy usage in examples (#492)
  • 6105852 More consistent handling of OperationTimeoutException in MemcachedHttpCacheSt...
  • 5f46cde HTTPCLIENT-2300: abstract char message consumers to use UTF-8 by default if a...
  • Additional commits viewable in compare view

Updates org.xerial.snappy:snappy-java from 1.1.8.4 to 1.1.10.5

Release notes

Sourced from org.xerial.snappy:snappy-java's releases.

v1.1.10.5

What's Changed

🚀 Features

🐛 Bug Fixes

🔗 Dependency Updates

New Contributors

Full Changelog: xerial/snappy-java@v1.1.10.4...v1.1.10.5

v1.1.10.4

What's Changed

Security Fix

  • CVE-2023-43642 Fixed SnappyInputStream so as not to allocate too large memory when decompressing data with an extremely large chunk size by @​tunnelshade (code change)
    • This does not affect users only using Snappy.compress/uncompress methods

🚀 Features

  • feature: Upgrade the internal snappy version to 1.1.10 (1.1.8 was wrongly used before) by @​xerial in xerial/snappy-java#508
  • Support JDK21 (no internal change)

🔗 Dependency Updates

🛠 Internal Updates

... (truncated)

Commits
  • 08abfa4 Update native libraries for 4b2c1e89a42bc1fc715199974140f93cefe37d71 (#521)
  • 4b2c1e8 win-aarch64 (fix): Fix dll name (#520)
  • 0fff1ac Update native libraries for e6d1196bc68dd76d19e915ee0124c4d42b020ef2 (#519)
  • e6d1196 internal fix: Use Windows-aarch64 target name and compiler options (#518)
  • 3c67a7b ppc64-le (Fix): Use an LTS-version of cross-compiler for Linux ppc64-le (#516)
  • 67f5d26 Bump jwlawson/actions-setup-cmake from 1.13 to 1.14 (#514)
  • ee96b64 Feature: Add Windows arm64 support (#511)
  • 0016fed Fix GLIBC_2.32 not found error on IBM PowerPC LE RedHat 8.6 OS (required by /...
  • 681b2e1 internal: Support JDK21 (#510)
  • 9f8c3cf Merge pull request from GHSA-55g7-9cwv-5qfv
  • Additional commits viewable in compare view

Updates com.github.luben:zstd-jni from 1.5.0-2 to 1.5.5-11

Commits
  • a3c3d7d v1.5.5-11
  • b2ad383 After an exception, only release the cctx lock once
  • 9a5c4b2 Fix flaky test
  • 475ed5d More robust error handling
  • 96be04a Handle Zstd parameter switches correctly
  • b55246e Improve docs
  • ae1ad52 Create sequence producer tests
  • e4ad211 Improve javadocs
  • 53e2087 Allocate seqprod state during registration, so that each compression context ...
  • 220e990 Make SequenceProducer interface visible
  • Additional commits viewable in compare view

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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 conditions

Bumps the development-dependencies group with 3 updates: [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client), [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java) and [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni).


Updates `org.apache.httpcomponents.client5:httpclient5` from 5.2.1 to 5.2.3
- [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.2.3/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-client@rel/v5.2.1...rel/v5.2.3)

Updates `org.xerial.snappy:snappy-java` from 1.1.8.4 to 1.1.10.5
- [Release notes](https://github.com/xerial/snappy-java/releases)
- [Commits](xerial/snappy-java@1.1.8.4...v1.1.10.5)

Updates `com.github.luben:zstd-jni` from 1.5.0-2 to 1.5.5-11
- [Commits](luben/zstd-jni@v1.5.0-2...v1.5.5-11)

---
updated-dependencies:
- dependency-name: org.apache.httpcomponents.client5:httpclient5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: org.xerial.snappy:snappy-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: com.github.luben:zstd-jni
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the type: dependency-upgrade Pull requests that update a dependency file label Dec 18, 2023
@artembilan artembilan added type: task and removed type: dependency-upgrade Pull requests that update a dependency file labels Dec 18, 2023
@artembilan artembilan added this to the 3.1.1 milestone Dec 18, 2023
@artembilan artembilan merged commit ef9f37d into main Dec 18, 2023
3 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/development-dependencies-59dedbd84e branch December 18, 2023 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant