Bump org.keycloak:keycloak-quarkus-server from 23.0.7 to 24.0.0 #78

Merged
dependabot[bot] merged 2 commits from dependabot/maven/org.keycloak-keycloak-quarkus-server-24.0.0 into main 2024-03-04 11:24:13 +01:00
3 changed files with 5 additions and 2 deletions
Showing only changes of commit 5d9bccfe7b - Show all commits

View file

@ -50,7 +50,8 @@ jobs:
- 21.0.2
- 21.1.2
- 22.0.5
- 23.0.1
- 23.0.7
- 24.0.0
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4

View file

@ -1,6 +1,6 @@
# Keycloak Metrics
Provides metrics for Keycloak user/admin events and user/client/session count. Tested on Keycloak [21-23](.github/workflows/pr.yaml#L50-L53).
Provides metrics for Keycloak user/admin events and user/client/session count. Tested on Keycloak [21-24](.github/workflows/pr.yaml#L50-L54).
[![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/kokuwaio/keycloak-event-metrics.svg?label=License)](http://www.apache.org/licenses/)
[![Maven Central](https://img.shields.io/maven-central/v/io.kokuwa.keycloak/keycloak-event-metrics.svg?label=Maven%20Central)](https://central.sonatype.com/search?namespace=io.kokuwa.keycloak&q=keycloak-event-metrics)

View file

@ -80,6 +80,8 @@ public class KeycloakClient {
"emailVerified", true,
"email", username + "@example.org",
"username", username,
"firstName", username,
"lastName", username,
"credentials", List.of(Map.of(
"type", CredentialRepresentation.PASSWORD,
"value", password,