Skip to content

Commit 983586a

Browse files
committed
chore(deps): Update Keycloak dependencies to 26.4.7
Signed-off-by: Sven-Torben Janus <sven-torben@sven-torben.de>
1 parent e89be95 commit 983586a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ body:
3838
label: Version
3939
description: |
4040
examples:
41-
- **Keycloak**: 26.4.0
41+
- **Keycloak**: 26.4.7
4242
- **This extension**: 26.1.0
4343
value: |
4444
- Keycloak:

.github/workflows/buildAndTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
keycloak_version: [ 26.2.5, 26.3.5, 26.4.0, latest ]
32+
keycloak_version: [ 26.2.5, 26.3.5, 26.4.7, latest ]
3333
keycloak_dist: [quarkus]
3434
experimental: [false]
3535
include:

.github/workflows/matrix.yml

Lines changed: 1 addition & 1 deletion
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.5, 26.2.5, 26.3.5, 26.4.0, 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.5, 26.2.5, 26.3.5, 26.4.7, 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, 26.1.0 ]
1414
name: Compatibility (KC ${{ matrix.keycloak_version }}, Extension ${{ matrix.extension_version }})
1515
steps:

README.md

Lines changed: 1 addition & 1 deletion
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.4.0-blue)
6+
![Keycloak Dependency Version](https://img.shields.io/badge/Keycloak-26.4.7-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

Lines changed: 1 addition & 1 deletion
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.4.0
5+
image: quay.io/keycloak/keycloak:26.4.7
66
environment:
77
KC_BOOTSTRAP_ADMIN_USERNAME: admin
88
KC_BOOTSTRAP_ADMIN_PASSWORD: admin

pom.xml

Lines changed: 1 addition & 1 deletion
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.4.0</version.keycloak>
54+
<version.keycloak>26.4.7</version.keycloak>
5555

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

0 commit comments

Comments
 (0)