Skip to content

Commit

Permalink
Merge pull request #763 from adorsys/dependabot/maven/org.keycloak-ke…
Browse files Browse the repository at this point in the history
…ycloak-parent-19.0.1

Bump keycloak-parent from 19.0.0 to 19.0.1
  • Loading branch information
st3v0rr authored Aug 1, 2022
2 parents a679c68 + 1016ad6 commit d67c9fe
Show file tree
Hide file tree
Showing 6 changed files with 2,165 additions and 5 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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<keycloak.version>19.0.0</keycloak.version>
<keycloak.version>19.0.1</keycloak.version>

<checkstyle-plugin.version>3.1.2</checkstyle-plugin.version>
<checkstyle.version>10.0</checkstyle.version>
Expand Down
Loading

0 comments on commit d67c9fe

Please sign in to comment.