Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN --mount=type=cache,target=/root/.m2 set -x && \
export SKIP_INTEGRATION_TESTS=true && \
mvn -B package

FROM quay.io/keycloak/keycloak:26.6.1 AS base
FROM quay.io/keycloak/keycloak:26.6.2 AS base
# Base image that the test and production images derive from.
# Note the version number above is set by the update_keycloak_version.mjs script, so no need to edit manually

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>ProductOpener Keycloak extensions</name>
<groupId>openfoodfacts.github.keycloak</groupId>
<artifactId>keycloak-extensions</artifactId>
<version>26.6.1</version>
<version>26.6.2</version>
<packaging>jar</packaging>
<properties>
<java.version>21</java.version>
Expand All @@ -15,10 +15,10 @@
<maven-shade-plugin.version>3.5.1</maven-shade-plugin.version>
<maven-site-plugin.version>4.0.0-M16</maven-site-plugin.version>
<maven-assembly-plugin.version>3.8.0</maven-assembly-plugin.version>
<revision>26.6.1</revision>
<revision>26.6.2</revision>
<changelist>-SNAPSHOT</changelist>
<sha1/>
<keycloak.version>26.6.1</keycloak.version>
<keycloak.version>26.6.2</keycloak.version>
<junit.version>6.0.3</junit.version>
</properties>
<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ deleteAccount=Delete account
permissionRequest=Permission requests - {{name}}
add=Add
error-invalid-value='{{0}}' has invalid value.
pageNotFound=The requested page was not found.
somethingWentWrong=Something went wrong
somethingWentWrongDescription=Sorry, an unexpected error has occurred.
tryAgain=Try again
Expand Down
Loading