UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit d4ee9898 authored by Stephen Galamb's avatar Stephen Galamb
Browse files

Merge branch '68-update-plugin-for-keycloak-25-0-6' into 'main'

Resolve "Update plugin for Keycloak 25.0.6"

Closes #68

See merge request !83
parents a447a1e5 39765277
No related branches found
No related tags found
1 merge request!83Resolve "Update plugin for Keycloak 25.0.6"
......@@ -3,6 +3,12 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [3.5.7] - 2024-10-02
### Updated
- Bumped version of Keycloak libraries to 25.0.6
## [3.5.6] - 2024-09-16
### Updated
......
......@@ -3,7 +3,8 @@ The Platform One custom provider plugin is now decoupled from the Big Bang Keycl
| **PLUGIN VERSION** | **KEYCLOAK VERSION** | **KEYCLOAK VERSION**<br>**COMPATIBILITY** |
|:-------------------|:---------------------|:------------------------------------------|
| 3.5.6 | 25.0.4 | 25.0.X
| 3.5.7 | 25.0.6 | 25.0.X |
| 3.5.6 | 25.0.4 | 25.0.X |
| 3.5.5 | 25.0.2 | 25.0.X |
| 3.5.4 | 25.0.2 | 25.0.X |
| 3.5.3 | 25.0.2 | 25.0.X |
......
......@@ -9,5 +9,5 @@ org.gradle.logging.level=INFO
#org.gradle.vfs.watch=true
rootProjectName=p1-keycloak-plugin
rootProjectVersion=3.5.6
rootProjectVersion=3.5.7
rootProjectgroupId=dod.p1
......@@ -28,18 +28,18 @@ dependencies {
testImplementation 'org.powermock:powermock-module-junit4:2.0.9'
testImplementation 'org.powermock:powermock-api-mockito2:2.0.9'
// testImplementation 'org.mockito:mockito-inline:5.2.0'
testImplementation 'org.keycloak:keycloak-services:25.0.4'
testImplementation 'org.keycloak:keycloak-server-spi:25.0.4'
testImplementation 'org.keycloak:keycloak-server-spi-private:25.0.4'
testImplementation 'org.keycloak:keycloak-services:25.0.6'
testImplementation 'org.keycloak:keycloak-server-spi:25.0.6'
testImplementation 'org.keycloak:keycloak-server-spi-private:25.0.6'
// testImplementation 'org.keycloak:keycloak-model-legacy:25.0.1'
testImplementation 'org.keycloak:keycloak-crypto-default:25.0.4'
testImplementation 'org.keycloak:keycloak-crypto-default:25.0.6'
testImplementation 'org.jboss.resteasy:resteasy-core:6.2.4.Final'
compileOnly 'org.keycloak:keycloak-services:25.0.4'
compileOnly 'org.keycloak:keycloak-server-spi:25.0.4'
compileOnly 'org.keycloak:keycloak-server-spi-private:25.0.4'
compileOnly 'org.keycloak:keycloak-crypto-default:25.0.4'
compileOnly 'org.keycloak:keycloak-services:25.0.6'
compileOnly 'org.keycloak:keycloak-server-spi:25.0.6'
compileOnly 'org.keycloak:keycloak-server-spi-private:25.0.6'
compileOnly 'org.keycloak:keycloak-crypto-default:25.0.6'
implementation 'org.yaml:snakeyaml:2.2'
implementation 'org.bouncycastle:bcprov-jdk15on:1.70'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment