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
|
||||
description: |
|
||||
examples:
|
||||
- **Keycloak**: 23.0.5
|
||||
- **Keycloak**: 23.0.6
|
||||
- **This extension**: 23.0.0
|
||||
value: |
|
||||
- Keycloak:
|
||||
|
|
2
.github/workflows/buildAndTest.yml
vendored
2
.github/workflows/buildAndTest.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
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]
|
||||
experimental: [false]
|
||||
include:
|
||||
|
|
2
.github/workflows/matrix.yml
vendored
2
.github/workflows/matrix.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
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 ]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
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)
|
||||
![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 Last Commit](https://img.shields.io/github/last-commit/sventorben/keycloak-restrict-client-auth)
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3'
|
|||
services:
|
||||
keycloak:
|
||||
container_name: keycloak
|
||||
image: quay.io/keycloak/keycloak:23.0.5
|
||||
image: quay.io/keycloak/keycloak:23.0.6
|
||||
environment:
|
||||
KEYCLOAK_ADMIN: admin
|
||||
KEYCLOAK_ADMIN_PASSWORD: admin
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -51,7 +51,7 @@
|
|||
<maven.compiler.release>17</maven.compiler.release>
|
||||
|
||||
<!-- For compilation -->
|
||||
<version.keycloak>23.0.5</version.keycloak>
|
||||
<version.keycloak>23.0.6</version.keycloak>
|
||||
|
||||
<!-- For compatibility tests -->
|
||||
<keycloak.version>${version.keycloak}</keycloak.version>
|
||||
|
|
Loading…
Reference in a new issue