Bump org.keycloak:keycloak-quarkus-server from 23.0.7 to 24.0.0 (#78)
* Bump org.keycloak:keycloak-quarkus-server from 23.0.7 to 24.0.0 Bumps org.keycloak:keycloak-quarkus-server from 23.0.7 to 24.0.0. --- updated-dependencies: - dependency-name: org.keycloak:keycloak-quarkus-server dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Adjust docs and ci --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stephan Schnabel <stephan.schnabel@posteo.de>
This commit is contained in:
parent
fb20a34094
commit
f8d1acbc8f
4 changed files with 6 additions and 3 deletions
3
.github/workflows/pr.yaml
vendored
3
.github/workflows/pr.yaml
vendored
|
@ -50,7 +50,8 @@ jobs:
|
||||||
- 21.0.2
|
- 21.0.2
|
||||||
- 21.1.2
|
- 21.1.2
|
||||||
- 22.0.5
|
- 22.0.5
|
||||||
- 23.0.1
|
- 23.0.7
|
||||||
|
- 24.0.0
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-java@v4
|
- uses: actions/setup-java@v4
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Keycloak Metrics
|
# 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).
|
||||||
|
|
||||||
[](http://www.apache.org/licenses/)
|
[](http://www.apache.org/licenses/)
|
||||||
[](https://central.sonatype.com/search?namespace=io.kokuwa.keycloak&q=keycloak-event-metrics)
|
[](https://central.sonatype.com/search?namespace=io.kokuwa.keycloak&q=keycloak-event-metrics)
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -69,7 +69,7 @@
|
||||||
<!-- ============================== Libaries ============================= -->
|
<!-- ============================== Libaries ============================= -->
|
||||||
<!-- ===================================================================== -->
|
<!-- ===================================================================== -->
|
||||||
|
|
||||||
<version.org.keycloak>23.0.7</version.org.keycloak>
|
<version.org.keycloak>24.0.0</version.org.keycloak>
|
||||||
<version.org.keycloak.test>${version.org.keycloak}</version.org.keycloak.test>
|
<version.org.keycloak.test>${version.org.keycloak}</version.org.keycloak.test>
|
||||||
<version.org.testcontainers>1.18.3</version.org.testcontainers>
|
<version.org.testcontainers>1.18.3</version.org.testcontainers>
|
||||||
|
|
||||||
|
|
|
@ -80,6 +80,8 @@ public class KeycloakClient {
|
||||||
"emailVerified", true,
|
"emailVerified", true,
|
||||||
"email", username + "@example.org",
|
"email", username + "@example.org",
|
||||||
"username", username,
|
"username", username,
|
||||||
|
"firstName", username,
|
||||||
|
"lastName", username,
|
||||||
"credentials", List.of(Map.of(
|
"credentials", List.of(Map.of(
|
||||||
"type", CredentialRepresentation.PASSWORD,
|
"type", CredentialRepresentation.PASSWORD,
|
||||||
"value", password,
|
"value", password,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue