chore(deps): Update Keycloak dependencies to 23.0.6
Signed-off-by: Sven-Torben Janus <sven-torben@sven-torben.de>
This commit is contained in:
parent
7f395b50d7
commit
3a3cc59134
6 changed files with 6 additions and 6 deletions
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
@ -38,7 +38,7 @@ body:
|
||||||
label: Version
|
label: Version
|
||||||
description: |
|
description: |
|
||||||
examples:
|
examples:
|
||||||
- **Keycloak**: 23.0.5
|
- **Keycloak**: 23.0.6
|
||||||
- **This extension**: 23.0.0
|
- **This extension**: 23.0.0
|
||||||
value: |
|
value: |
|
||||||
- Keycloak:
|
- Keycloak:
|
||||||
|
|
2
.github/workflows/buildAndTest.yml
vendored
2
.github/workflows/buildAndTest.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
keycloak_version: [ 22.0.5, 23.0.0, 23.0.1, 23.0.2, 23.0.3, 23.0.4, 23.0.5, latest ]
|
keycloak_version: [ 22.0.5, 23.0.0, 23.0.1, 23.0.2, 23.0.3, 23.0.4, 23.0.5, 23.0.6, latest ]
|
||||||
keycloak_dist: [quarkus]
|
keycloak_dist: [quarkus]
|
||||||
experimental: [false]
|
experimental: [false]
|
||||||
include:
|
include:
|
||||||
|
|
2
.github/workflows/matrix.yml
vendored
2
.github/workflows/matrix.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
keycloak_version: [ 21.0.2, 21.1.2, 22.0.5, 23.0.5, latest, nightly ]
|
keycloak_version: [ 21.0.2, 21.1.2, 22.0.5, 23.0.6, latest, nightly ]
|
||||||
extension_version: [ 20.0.1, 21.0.0, 22.0.0, 23.0.0 ]
|
extension_version: [ 20.0.1, 21.0.0, 22.0.0, 23.0.0 ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
This is a simple Keycloak authenticator to restrict user authorization on clients.
|
This is a simple Keycloak authenticator to restrict user authorization on clients.
|
||||||
|
|
||||||
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/sventorben/keycloak-restrict-client-auth?sort=semver)
|
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/sventorben/keycloak-restrict-client-auth?sort=semver)
|
||||||
![Keycloak Dependency Version](https://img.shields.io/badge/Keycloak-23.0.5-blue)
|
![Keycloak Dependency Version](https://img.shields.io/badge/Keycloak-23.0.6-blue)
|
||||||
![GitHub Release Date](https://img.shields.io/github/release-date-pre/sventorben/keycloak-restrict-client-auth)
|
![GitHub Release Date](https://img.shields.io/github/release-date-pre/sventorben/keycloak-restrict-client-auth)
|
||||||
![Github Last Commit](https://img.shields.io/github/last-commit/sventorben/keycloak-restrict-client-auth)
|
![Github Last Commit](https://img.shields.io/github/last-commit/sventorben/keycloak-restrict-client-auth)
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: '3'
|
||||||
services:
|
services:
|
||||||
keycloak:
|
keycloak:
|
||||||
container_name: keycloak
|
container_name: keycloak
|
||||||
image: quay.io/keycloak/keycloak:23.0.5
|
image: quay.io/keycloak/keycloak:23.0.6
|
||||||
environment:
|
environment:
|
||||||
KEYCLOAK_ADMIN: admin
|
KEYCLOAK_ADMIN: admin
|
||||||
KEYCLOAK_ADMIN_PASSWORD: admin
|
KEYCLOAK_ADMIN_PASSWORD: admin
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -51,7 +51,7 @@
|
||||||
<maven.compiler.release>17</maven.compiler.release>
|
<maven.compiler.release>17</maven.compiler.release>
|
||||||
|
|
||||||
<!-- For compilation -->
|
<!-- For compilation -->
|
||||||
<version.keycloak>23.0.5</version.keycloak>
|
<version.keycloak>23.0.6</version.keycloak>
|
||||||
|
|
||||||
<!-- For compatibility tests -->
|
<!-- For compatibility tests -->
|
||||||
<keycloak.version>${version.keycloak}</keycloak.version>
|
<keycloak.version>${version.keycloak}</keycloak.version>
|
||||||
|
|
Loading…
Reference in a new issue