Skip to content

Commit

Permalink
feat(sovity-daps): upgrade to Keycloak 24
Browse files Browse the repository at this point in the history
  • Loading branch information
sybereal committed Apr 29, 2024
1 parent 8af340f commit 6b1bd33
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 24.0.3-1 - 2024-04-29

### Overview

Upgrade to Keycloak 24.0.3.

#### Major Changes

- Upgrade to Keycloak 24.0.3, fixing a number of upstream security issues

## 23.0.7-1 - 2024-04-29

### Overview
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# SPDX-License-Identifier: Apache-2.0
#

ARG KC_VERSION=23.0.7
ARG KC_VERSION=24.0.3

FROM maven:3-eclipse-temurin-17 AS daps-ext-builder
ARG KC_VERSION
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<packaging>jar</packaging>
<properties>
<version.keycloak>23.0.7</version.keycloak>
<version.keycloak>24.0.3</version.keycloak>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>
Expand Down

0 comments on commit 6b1bd33

Please sign in to comment.