Skip to content

Commit

Permalink
Bump org.keycloak:keycloak-quarkus-server from 23.0.0 to 23.0.1
Browse files Browse the repository at this point in the history
Bumps org.keycloak:keycloak-quarkus-server from 23.0.0 to 23.0.1.

---
updated-dependencies:
- dependency-name: org.keycloak:keycloak-quarkus-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sschnabe committed Nov 29, 2023
1 parent 1993067 commit 45cadaa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
version:
- 21.0.2
- 21.1.2
- 22.0.3
- 22.0.5
- 23.0.1
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Keycloak Metrics

Provides metrics for Keycloak user/admin events and user/client/session count. Tested on Keycloak [21-22](.github/workflows/pr.yaml#L49-L51).
Provides metrics for Keycloak user/admin events and user/client/session count. Tested on Keycloak [21-23](.github/workflows/pr.yaml#L50-L53).

[![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)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<!-- ============================== Libaries ============================= -->
<!-- ===================================================================== -->

<version.org.keycloak>23.0.0</version.org.keycloak>
<version.org.keycloak>23.0.1</version.org.keycloak>
<version.org.keycloak.test>${version.org.keycloak}</version.org.keycloak.test>
<version.org.testcontainers>1.18.3</version.org.testcontainers>

Expand Down

0 comments on commit 45cadaa

Please sign in to comment.