Skip to content

Commit

Permalink
Bump org.keycloak:keycloak-quarkus-server from 23.0.7 to 24.0.0 (#152)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 5, 2024
1 parent 66d9549 commit 73431f1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Keycloak

Keycloak container image for Kokuwa.
[Keycloak](https://github.com/keycloak/keycloak) container image for Kokuwa.

[![License](https://img.shields.io/github/license/kokuwaio/keycloak.svg?label=License)](https://github.com/kokuwaio/keycloak/blob/main/LICENSE)
[![Build](https://img.shields.io/github/actions/workflow/status/kokuwaio/keycloak/build.yaml?branch=main&label=Build)](https://github.com/kokuwaio/keycloak/actions/workflows/build.yaml)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<version.io.kokuwa.keycloak.metrics>1.0.0</version.io.kokuwa.keycloak.metrics>
<version.io.kokuwa.maven.k3s>1.2.4</version.io.kokuwa.maven.k3s>
<version.io.kubernetes.client>19.0.0</version.io.kubernetes.client>
<version.org.keycloak>23.0.7</version.org.keycloak>
<version.org.keycloak>24.0.0</version.org.keycloak>

<!-- images -->

Expand Down
4 changes: 4 additions & 0 deletions src/test/k3s/test/keycloak/files/kokuwa-realm.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,17 @@
"id": "kokuwa-admin-id",
"enabled": true,
"username": "admin",
"firstName": "firstName",
"lastName": "lastName",
"email": "[email protected]",
"credentials": [ { "type": "password", "value": "password" } ],
"clientRoles": { "realm-management": [ "realm-admin" ] }
},{
"id": "kokuwa-horst-id",
"enabled": true,
"username": "horst",
"firstName": "firstName",
"lastName": "lastName",
"email": "[email protected]",
"credentials": [ { "type": "password", "value": "password" } ]
}
Expand Down
4 changes: 4 additions & 0 deletions src/test/k3s/test/keycloak/files/test-realm.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@
"id": "test-admin-id",
"enabled": true,
"username": "admin",
"firstName": "firstName",
"lastName": "lastName",
"email": "[email protected]",
"credentials": [ { "type": "password", "value": "password" } ],
"clientRoles": { "realm-management": [ "realm-admin" ] }
},{
"id": "test-horst-id",
"enabled": true,
"username": "horst",
"firstName": "firstName",
"lastName": "lastName",
"email": "[email protected]",
"credentials": [ { "type": "password", "value": "password" } ]
}
Expand Down

0 comments on commit 73431f1

Please sign in to comment.