Skip to content

Commit 567468d

Browse files
committedMar 14, 2025··
chore(deps): Update Keycloak dependencies to 26.1.4
Signed-off-by: Sven-Torben Janus <[email protected]>
1 parent d454954 commit 567468d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
 

‎.github/ISSUE_TEMPLATE/bug.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ body:
3838
label: Version
3939
description: |
4040
examples:
41-
- **Keycloak**: 26.1.3
41+
- **Keycloak**: 26.1.4
4242
- **This extension**: 26.0.0
4343
value: |
4444
- Keycloak:

‎.github/workflows/buildAndTest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
keycloak_version: [ 25.0.6, 26.0.8, 26.1.0, 26.1.1, 26.1.2, 26.1.3, latest ]
32+
keycloak_version: [ 25.0.6, 26.0.8, 26.1.0, 26.1.1, 26.1.2, 26.1.3, 26.1.4, latest ]
3333
keycloak_dist: [quarkus]
3434
experimental: [false]
3535
include:

‎.github/workflows/matrix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
keycloak_version: [ 21.0.2, 21.1.2, 22.0.5, 23.0.7, 24.0.5, 25.0.6, 26.0.8, 26.1.0, 26.1.1, 26.1.2, 26.1.3, latest, nightly ]
12+
keycloak_version: [ 21.0.2, 21.1.2, 22.0.5, 23.0.7, 24.0.5, 25.0.6, 26.0.8, 26.1.0, 26.1.1, 26.1.2, 26.1.3, 26.1.4, latest, nightly ]
1313
extension_version: [ 20.0.1, 21.0.0, 22.0.0, 23.0.0, 24.0.0, 25.0.0, 26.0.0 ]
1414
name: Compatibility (KC ${{ matrix.keycloak_version }}, Extension ${{ matrix.extension_version }})
1515
steps:

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This is a simple Keycloak authenticator to restrict user authorization on clients.
44

55
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/sventorben/keycloak-restrict-client-auth?sort=semver)
6-
![Keycloak Dependency Version](https://img.shields.io/badge/Keycloak-26.1.3-blue)
6+
![Keycloak Dependency Version](https://img.shields.io/badge/Keycloak-26.1.4-blue)
77
![GitHub Release Date](https://img.shields.io/github/release-date-pre/sventorben/keycloak-restrict-client-auth)
88
![Github Last Commit](https://img.shields.io/github/last-commit/sventorben/keycloak-restrict-client-auth)
99

‎docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22
services:
33
keycloak:
44
container_name: keycloak
5-
image: quay.io/keycloak/keycloak:26.1.3
5+
image: quay.io/keycloak/keycloak:26.1.4
66
environment:
77
KC_BOOTSTRAP_ADMIN_USERNAME: admin
88
KC_BOOTSTRAP_ADMIN_PASSWORD: admin

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<maven.compiler.release>17</maven.compiler.release>
5252

5353
<!-- For compilation -->
54-
<version.keycloak>26.1.3</version.keycloak>
54+
<version.keycloak>26.1.4</version.keycloak>
5555

5656
<!-- For compatibility tests -->
5757
<keycloak.version>${version.keycloak}</keycloak.version>

0 commit comments

Comments
 (0)
Please sign in to comment.