Skip to content

Commit

Permalink
added latest keycloak client library 19.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
st3v0rr committed Aug 1, 2022
1 parent b9fb667 commit 1016ad6
Show file tree
Hide file tree
Showing 5 changed files with 2,164 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Used in docker-compose
# shellcheck disable=SC2034
KEYCLOAK_VERSION=19.0.0
KEYCLOAK_VERSION=19.0.1
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- KEYCLOAK_VERSION: 16.1.1
- KEYCLOAK_VERSION: 17.0.1
- KEYCLOAK_VERSION: 18.0.2
- KEYCLOAK_VERSION: 19.0.0
- KEYCLOAK_VERSION: 19.0.1
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
fail-fast: false
matrix:
env:
- KEYCLOAK_VERSION: 19.0.0
- KEYCLOAK_VERSION: 19.0.1
steps:
- uses: actions/checkout@v3

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Added
- Added latest Keycloak 19.0.1 library

## [5.3.0] - 2022-07-28

### Added
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM ${BUILDER_IMAGE} AS BUILDER

WORKDIR /app/

ARG KEYCLOAK_VERSION=19.0.0
ARG KEYCLOAK_VERSION=19.0.1
ARG MAVEN_CLI_OPTS="-ntp -B"

COPY .mvn .mvn
Expand Down
Loading

0 comments on commit 1016ad6

Please sign in to comment.