knowm / XChange

XChange is a Java library providing a streamlined API for interacting with 60+ Bitcoin and Altcoin exchanges providing a consistent interface for trading and accessing market data.
http://knowm.org/open-source/xchange/
MIT License
3.82k stars 1.93k forks source link

Bump com.pubnub:pubnub-gson from 4.31.3 to 6.4.0 #4781

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 9 months ago

Bumps com.pubnub:pubnub-gson from 4.31.3 to 6.4.0.

Release notes

Sourced from com.pubnub:pubnub-gson's releases.

v6.4.0

October 16 2023

Added

  • Add crypto module that allows configure SDK to encrypt and decrypt messages.

Fixed

  • Improved security of crypto implementation by adding enhanced AES-CBC cryptor.

v6.3.6

June 19 2023

Added

  • Added possibility to set state using heartbeat endpoint. .

v6.3.5

May 18 2023

Fixed

  • In case of error retry heartbeat call limited number of times.

v6.3.4

March 06 2023

Fixed

  • Upgraded json lib.

v6.3.3

March 06 2023

Fixed

  • Upgraded jackson-databind lib to remove security vulnerabilities.

v6.3.2

February 23 2023

Fixed

  • Remove deprecation for Grant Token methods.

v6.3.0

November 07 2022

Added

... (truncated)

Changelog

Sourced from com.pubnub:pubnub-gson's changelog.

v6.4.0

October 16 2023

Added

  • Add crypto module that allows configure SDK to encrypt and decrypt messages.

Fixed

  • Improved security of crypto implementation by adding enhanced AES-CBC cryptor.

v6.3.6

June 19 2023

Added

  • Added possibility to set state using heartbeat endpoint. .

v6.3.5

May 18 2023

Fixed

  • In case of error retry heartbeat call limited number of times.

v6.3.4

March 06 2023

Fixed

  • Upgraded json lib.

v6.3.3

March 06 2023

Fixed

  • Upgraded jackson-databind lib to remove security vulnerabilities.

v6.3.2

February 23 2023

Fixed

  • Remove deprecation for Grant Token methods.

v6.3.1

December 15 2022

Fixed

  • In case of an error response it checks if there's a body before reading from it.

v6.3.0

November 07 2022

Added

  • Added acceptance tests for ObjectsV2 feature.

... (truncated)

Commits


Dependabot compatibility score

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 8 months ago

Superseded by #4784.