Skip to content

Commit 06941fa

Browse files
build(deps): bump keycloak.version from 26.6.3 to 26.6.4 (#390)
* build(deps): bump keycloak.version from 26.6.3 to 26.6.4 Bumps `keycloak.version` from 26.6.3 to 26.6.4. Updates `org.keycloak:keycloak-core` from 26.6.3 to 26.6.4 - [Release notes](https://github.com/keycloak/keycloak/releases) - [Commits](keycloak/keycloak@26.6.3...26.6.4) Updates `org.keycloak:keycloak-server-spi` from 26.6.3 to 26.6.4 - [Release notes](https://github.com/keycloak/keycloak/releases) - [Commits](keycloak/keycloak@26.6.3...26.6.4) Updates `org.keycloak:keycloak-server-spi-private` from 26.6.3 to 26.6.4 - [Release notes](https://github.com/keycloak/keycloak/releases) - [Commits](keycloak/keycloak@26.6.3...26.6.4) Updates `org.keycloak:keycloak-services` from 26.6.3 to 26.6.4 - [Release notes](https://github.com/keycloak/keycloak/releases) - [Commits](keycloak/keycloak@26.6.3...26.6.4) Updates `org.keycloak:keycloak-crypto-default` from 26.6.3 to 26.6.4 Updates `org.keycloak:keycloak-model-jpa` from 26.6.3 to 26.6.4 --- updated-dependencies: - dependency-name: org.keycloak:keycloak-core dependency-version: 26.6.4 dependency-type: direct:production - dependency-name: org.keycloak:keycloak-server-spi dependency-version: 26.6.4 dependency-type: direct:production - dependency-name: org.keycloak:keycloak-server-spi-private dependency-version: 26.6.4 dependency-type: direct:production - dependency-name: org.keycloak:keycloak-services dependency-version: 26.6.4 dependency-type: direct:production - dependency-name: org.keycloak:keycloak-crypto-default dependency-version: 26.6.4 dependency-type: direct:production - dependency-name: org.keycloak:keycloak-model-jpa dependency-version: 26.6.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Additional changes for Keycloak update --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: hangy <hangy@hangy.de>
1 parent 1529c4f commit 06941fa

4 files changed

Lines changed: 11 additions & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN --mount=type=cache,target=/root/.m2 set -x && \
1010
export SKIP_INTEGRATION_TESTS=true && \
1111
mvn -B package
1212

13-
FROM quay.io/keycloak/keycloak:26.6.3 AS base
13+
FROM quay.io/keycloak/keycloak:26.6.4 AS base
1414
# Base image that the test and production images derive from.
1515
# Note the version number above is set by the update_keycloak_version.mjs script, so no need to edit manually
1616

build-scripts/messages_xx.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -911,14 +911,17 @@ ldapErrorCantEnableUnsyncedAndImportOff=*ldapErrorCantEnableUnsyncedAndImportOff
911911
ldapErrorMissingGroupsPathGroup=*ldapErrorMissingGroupsPathGroup*
912912
ldapErrorValidatePasswordPolicyAvailableForWritableOnly=*ldapErrorValidatePasswordPolicyAvailableForWritableOnly*
913913
clientRedirectURIsFragmentError=*clientRedirectURIsFragmentError*
914+
clientPostLogoutRedirectURIsFragmentError=*clientPostLogoutRedirectURIsFragmentError*
914915
clientRootURLFragmentError=*clientRootURLFragmentError*
915916
clientRootURLIllegalSchemeError=*clientRootURLIllegalSchemeError*
916917
clientBaseURLIllegalSchemeError=*clientBaseURLIllegalSchemeError*
917918
backchannelLogoutUrlIllegalSchemeError=*backchannelLogoutUrlIllegalSchemeError*
918919
clientRedirectURIsIllegalSchemeError=*clientRedirectURIsIllegalSchemeError*
920+
clientPostLogoutRedirectURIsIllegalSchemeError=*clientPostLogoutRedirectURIsIllegalSchemeError*
919921
clientBaseURLInvalid=*clientBaseURLInvalid*
920922
clientRootURLInvalid=*clientRootURLInvalid*
921923
clientRedirectURIsInvalid=*clientRedirectURIsInvalid*
924+
clientPostLogoutRedirectURIsInvalid=*clientPostLogoutRedirectURIsInvalid*
922925
backchannelLogoutUrlIsInvalid=*backchannelLogoutUrlIsInvalid*
923926
pairwiseMalformedClientRedirectURI=*pairwiseMalformedClientRedirectURI*
924927
pairwiseClientRedirectURIsMissingHost=*pairwiseClientRedirectURIsMissingHost*

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<name>ProductOpener Keycloak extensions</name>
55
<groupId>openfoodfacts.github.keycloak</groupId>
66
<artifactId>keycloak-extensions</artifactId>
7-
<version>26.6.3</version>
7+
<version>26.6.4</version>
88
<packaging>jar</packaging>
99
<properties>
1010
<java.version>21</java.version>
@@ -15,10 +15,10 @@
1515
<maven-shade-plugin.version>3.5.1</maven-shade-plugin.version>
1616
<maven-site-plugin.version>4.0.0-M16</maven-site-plugin.version>
1717
<maven-assembly-plugin.version>3.8.0</maven-assembly-plugin.version>
18-
<revision>26.6.3</revision>
18+
<revision>26.6.4</revision>
1919
<changelist>-SNAPSHOT</changelist>
2020
<sha1/>
21-
<keycloak.version>26.6.3</keycloak.version>
21+
<keycloak.version>26.6.4</keycloak.version>
2222
<junit.version>6.1.0</junit.version>
2323
</properties>
2424
<build>

theme/theme/base/admin/messages/messages_en.properties

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,18 @@ ldapErrorCantEnableUnsyncedAndImportOff=Can not disable Importing users when LDA
2525
ldapErrorMissingGroupsPathGroup=Groups path group does not exist - please create the group on specified path first
2626
ldapErrorValidatePasswordPolicyAvailableForWritableOnly=Validate Password Policy is applicable only with WRITABLE edit mode
2727

28-
clientRedirectURIsFragmentError=Redirect URIs must not contain an URI fragment
28+
clientRedirectURIsFragmentError=A redirect URI must not contain an URL fragment
29+
clientPostLogoutRedirectURIsFragmentError=A post-logout redirect URI must not contain an URL fragment
2930
clientRootURLFragmentError=Root URL must not contain an URL fragment
3031
clientRootURLIllegalSchemeError=Root URL uses an illegal scheme
3132
clientBaseURLIllegalSchemeError=Base URL uses an illegal scheme
3233
backchannelLogoutUrlIllegalSchemeError=Backchannel logout URL uses an illegal scheme
3334
clientRedirectURIsIllegalSchemeError=A redirect URI uses an illegal scheme
35+
clientPostLogoutRedirectURIsIllegalSchemeError=A post-logout redirect URI uses an illegal scheme
3436
clientBaseURLInvalid=Base URL is not a valid URL
3537
clientRootURLInvalid=Root URL is not a valid URL
3638
clientRedirectURIsInvalid=A redirect URI is not a valid URI
39+
clientPostLogoutRedirectURIsInvalid=A post-logout redirect URI is not a valid URI
3740
backchannelLogoutUrlIsInvalid=Backchannel logout URL is not a valid URL
3841

3942

0 commit comments

Comments
 (0)