Skip to content

Commit

Permalink
Update client library version to 26.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ma1uta committed Oct 31, 2024
1 parent 86916df commit 21caf41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- KEYCLOAK_VERSION: 25.0.1
KEYCLOAK_CLIENT_VERSION: 25.0.1
- KEYCLOAK_VERSION: 26.0.4
KEYCLOAK_CLIENT_VERSION: 26.0.1
KEYCLOAK_CLIENT_VERSION: 26.0.2
steps:
- uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM ${BUILDER_IMAGE} AS BUILDER
WORKDIR /app/

ARG KEYCLOAK_VERSION=26.0.4
ARG KEYCLOAK_CLIENT_VERSION=26.0.1
ARG KEYCLOAK_CLIENT_VERSION=26.0.2
ARG MAVEN_CLI_OPTS="-ntp -B"

COPY .mvn .mvn
Expand Down
16 changes: 2 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

<keycloak.version>26.0.4</keycloak.version>
<!-- According to a new policy of the keycloak libraries releases: https://www.keycloak.org/2024/10/release-updates.html -->
<keycloak.client.version>26.0.1</keycloak.client.version>
<keycloak.client.version>26.0.2</keycloak.client.version>

<checkstyle-plugin.version>3.3.1</checkstyle-plugin.version>
<checkstyle.version>10.17.0</checkstyle.version>
Expand Down Expand Up @@ -180,12 +180,6 @@
<groupId>org.keycloak</groupId>
<artifactId>keycloak-admin-client</artifactId>
<version>${keycloak.client.version}</version>
<exclusions>
<exclusion>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-client-common-synced</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
Expand Down Expand Up @@ -251,12 +245,6 @@
<artifactId>keycloak-authz-client</artifactId>
<version>${keycloak.client.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-client-common-synced</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down Expand Up @@ -1066,7 +1054,7 @@ import org.keycloak.representations.userprofile.config.UPConfig;</token>
</activation>
<properties>
<keycloak.version>26.0.4</keycloak.version>
<keycloak.client.version>26.0.1</keycloak.client.version>
<keycloak.client.version>26.0.2</keycloak.client.version>
</properties>
</profile>
<!-- Configure the JBoss GA Maven repository -->
Expand Down

0 comments on commit 21caf41

Please sign in to comment.