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 version.org.keycloak from 14.0.0 to 15.0.2 #23

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 27, 2021

Bumps version.org.keycloak from 14.0.0 to 15.0.2.
Updates keycloak-core from 14.0.0 to 15.0.2

Commits
  • af3b573 Set version to 15.0.2
  • 7939039 KEYCLOAK-19037 Problems with validation of Email field that contains uppercas...
  • d43f64a KEYCLOAK-19036 Avoid infinite loop during LDAP sync with OpenLDAP and olcSize...
  • 7668350 KEYCLOAK-19038 Reload user after being updated
  • b913004 KEYCLOAK-19039 Sync UPDATE_PASSWORD required action to only to MSAD with WRIT...
  • 9e0014c KEYCLOAK-18954 Add test for user consent retrieval with offline access consents
  • 13e5c0c KEYCLOAK-18954 Refactor user consent list retrieval to avoid ConcurrentModifi...
  • 68ae505 [KEYCLOAK-18535] KeycloakSanitizerMethod causes java.lang.IndexOutOfBoundsExc...
  • 122446c Set version to 15.0.1
  • 40a0da3 KEYCLOAK-16703 The username returned by token introspect endpoint is null whe...
  • Additional commits viewable in compare view

Updates keycloak-common from 14.0.0 to 15.0.2

Commits
  • af3b573 Set version to 15.0.2
  • 7939039 KEYCLOAK-19037 Problems with validation of Email field that contains uppercas...
  • d43f64a KEYCLOAK-19036 Avoid infinite loop during LDAP sync with OpenLDAP and olcSize...
  • 7668350 KEYCLOAK-19038 Reload user after being updated
  • b913004 KEYCLOAK-19039 Sync UPDATE_PASSWORD required action to only to MSAD with WRIT...
  • 9e0014c KEYCLOAK-18954 Add test for user consent retrieval with offline access consents
  • 13e5c0c KEYCLOAK-18954 Refactor user consent list retrieval to avoid ConcurrentModifi...
  • 68ae505 [KEYCLOAK-18535] KeycloakSanitizerMethod causes java.lang.IndexOutOfBoundsExc...
  • 122446c Set version to 15.0.1
  • 40a0da3 KEYCLOAK-16703 The username returned by token introspect endpoint is null whe...
  • Additional commits viewable in compare view

Updates keycloak-adapter-core from 14.0.0 to 15.0.2

Commits
  • af3b573 Set version to 15.0.2
  • 7939039 KEYCLOAK-19037 Problems with validation of Email field that contains uppercas...
  • d43f64a KEYCLOAK-19036 Avoid infinite loop during LDAP sync with OpenLDAP and olcSize...
  • 7668350 KEYCLOAK-19038 Reload user after being updated
  • b913004 KEYCLOAK-19039 Sync UPDATE_PASSWORD required action to only to MSAD with WRIT...
  • 9e0014c KEYCLOAK-18954 Add test for user consent retrieval with offline access consents
  • 13e5c0c KEYCLOAK-18954 Refactor user consent list retrieval to avoid ConcurrentModifi...
  • 68ae505 [KEYCLOAK-18535] KeycloakSanitizerMethod causes java.lang.IndexOutOfBoundsExc...
  • 122446c Set version to 15.0.1
  • 40a0da3 KEYCLOAK-16703 The username returned by token introspect endpoint is null whe...
  • Additional commits viewable in compare view

Updates keycloak-adapter-spi from 14.0.0 to 15.0.2

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 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 dependabot bot added the dependencies Pull requests that update a dependency file label Aug 27, 2021
@dependabot dependabot bot force-pushed the dependabot/maven/version.org.keycloak-15.0.2 branch from d565761 to d9678bb Compare September 23, 2021 10:48
Bumps `version.org.keycloak` from 14.0.0 to 15.0.2.

Updates `keycloak-core` from 14.0.0 to 15.0.2
- [Release notes](https://github.com/keycloak/keycloak/releases)
- [Commits](keycloak/keycloak@14.0.0...15.0.2)

Updates `keycloak-common` from 14.0.0 to 15.0.2
- [Release notes](https://github.com/keycloak/keycloak/releases)
- [Commits](keycloak/keycloak@14.0.0...15.0.2)

Updates `keycloak-adapter-core` from 14.0.0 to 15.0.2
- [Release notes](https://github.com/keycloak/keycloak/releases)
- [Commits](keycloak/keycloak@14.0.0...15.0.2)

Updates `keycloak-adapter-spi` from 14.0.0 to 15.0.2

---
updated-dependencies:
- dependency-name: org.keycloak:keycloak-core
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.keycloak:keycloak-common
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.keycloak:keycloak-adapter-core
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.keycloak:keycloak-adapter-spi
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/version.org.keycloak-15.0.2 branch from d9678bb to efdd6de Compare September 23, 2021 10:48
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 3, 2022

Superseded by #80.

@dependabot dependabot bot closed this Aug 3, 2022
@dependabot dependabot bot deleted the dependabot/maven/version.org.keycloak-15.0.2 branch August 3, 2022 14:45
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants