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

chore(deps): bump client from 1.0.0-beta.2 to 2.1 in /pgjdbc #56

Merged

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 23, 2023

Bumps client from 1.0.0-beta.2 to 2.1.

Release notes

Sourced from client's releases.

2.0-beta3

  • Fixed licenses issues

2.0-beta2

  • Added saslprep tests

2.0-beta1

  • Add new dependency StringPrep

1.9-beta1

  • API change to be compatible with Java 7
  • Added standard SASLPrep
  • Failover to bouncy castle implementation of PBKDF2WithHmacSHA256 to support Oracle JDK 7
Changelog

Sourced from client's changelog.

2.1

  • Updated saslprep to version 1.1 to remove a build dependency coming from stringprep module

2.0

  • Out of beta testing

2.0-beta3

  • Fixed licenses issues

2.0-beta2

  • Added saslprep tests

2.0-beta1

  • Add new dependency StringPrep

1.9-beta1

  • API change to be compatible with Java 7
  • Added standard SASLPrep
  • Failover to bouncy castle implementation of PBKDF2WithHmacSHA256 to support Oracle JDK 7
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [client](https://gitlab.com/ongresinc/scram) from 1.0.0-beta.2 to 2.1.
- [Release notes](https://gitlab.com/ongresinc/scram/tags)
- [Changelog](https://gitlab.com/ongresinc/scram/blob/master/CHANGELOG)
- [Commits](https://gitlab.com/ongresinc/scram/compare/1.0.0-beta.2...2.1)

---
updated-dependencies:
- dependency-name: com.ongres.scram:client
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 23, 2023
@amotl amotl requested review from seut and matriv May 23, 2023 10:33
@seut
Copy link
Member

seut commented Jan 11, 2024

This SCRAM Java Implementation, which may want to receive another look or two?

SCRAM (Salted Challenge Response Authentication Mechanism) is part of the family of Simple Authentication and Security Layer ([SASL, RFC 4422](https://tools.ietf.org/html/rfc4422)) authentication mechanisms. It is described as part of [RFC 5802](https://tools.ietf.org/html/rfc5802) and [RFC7677](https://tools.ietf.org/html/rfc7677). It serves as the basis of [PostgreSQL's](https://www.postgresql.org/) [JDBC](https://jdbc.postgresql.org/) driver SCRAM support (supported since PostgreSQL 10).

With kind regards,
Andreas.

@seut seut merged commit 967d081 into REL42.2.5_crate Jan 25, 2024
@seut seut deleted the dependabot/maven/pgjdbc/com.ongres.scram-client-2.1 branch January 25, 2024 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants