Skip to content

Commit

Permalink
chore(deps): Update Keycloak dependencies to 24.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Sven-Torben Janus <[email protected]>
  • Loading branch information
sventorben committed Mar 4, 2024
1 parent d1efa2f commit 33ba929
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ body:
label: Version
description: |
examples:
- **Keycloak**: 23.0.7
- **This extension**: 23.0.0
- **Keycloak**: 24.0.0
- **This extension**: 24.0.0
value: |
- Keycloak:
- This extension:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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, 23.0.6, 23.0.7, latest ]
keycloak_version: [ 22.0.5, 23.0.7, 24.0.0, latest ]
keycloak_dist: [quarkus]
experimental: [false]
include:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
strategy:
fail-fast: false
matrix:
keycloak_version: [ 21.0.2, 21.1.2, 22.0.5, 23.0.7, latest, nightly ]
extension_version: [ 20.0.1, 21.0.0, 22.0.0, 23.0.0 ]
keycloak_version: [ 21.0.2, 21.1.2, 22.0.5, 23.0.7, 24.0.0, latest, nightly ]
extension_version: [ 20.0.1, 21.0.0, 22.0.0, 23.0.0, 24.0.0 ]
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7-blue)
![Keycloak Dependency Version](https://img.shields.io/badge/Keycloak-24.0.0-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)

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:
keycloak:
container_name: keycloak
image: quay.io/keycloak/keycloak:23.0.7
image: quay.io/keycloak/keycloak:24.0.0
environment:
KEYCLOAK_ADMIN: admin
KEYCLOAK_ADMIN_PASSWORD: admin
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>de.sventorben.keycloak</groupId>
<artifactId>keycloak-restrict-client-auth</artifactId>
<version>23.0.1-SNAPSHOT</version>
<version>24.0.0-SNAPSHOT</version>

<name>Keycloak: Authenticator - Restrict client authentication</name>
<description>A Keycloak authenticator to restrict authentication on clients</description>
Expand Down Expand Up @@ -51,7 +51,7 @@
<maven.compiler.release>17</maven.compiler.release>

<!-- For compilation -->
<version.keycloak>23.0.7</version.keycloak>
<version.keycloak>24.0.0</version.keycloak>

<!-- For compatibility tests -->
<keycloak.version>${version.keycloak}</keycloak.version>
Expand Down

0 comments on commit 33ba929

Please sign in to comment.