Skip to content

Commit

Permalink
Upgrade Keycloak 25 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
ltronky authored Sep 6, 2024
1 parent 9982d4c commit 36ab77e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<keycloak.version>24.0.5</keycloak.version>
<keycloak.version>25.0.4</keycloak.version>
<jackson-version>2.15.2</jackson-version>
<junit-version>5.8.2</junit-version>
<joda-version>2.10.13</joda-version>
Expand Down Expand Up @@ -165,7 +165,7 @@
<dependency>
<groupId>com.github.dasniko</groupId>
<artifactId>testcontainers-keycloak</artifactId>
<version>3.3.1</version>
<version>3.4.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/io/phasetwo/client/PhaseTwoTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
public class PhaseTwoTest {

public static final KeycloakContainer container =
new KeycloakContainer("quay.io/phasetwo/phasetwo-keycloak:24.0.4").withContextPath("/auth").withReuse(true);
new KeycloakContainer("quay.io/phasetwo/phasetwo-keycloak:25.0.4").withContextPath("/auth").withReuse(true);

@BeforeAll
public static void beforeAll() {
Expand Down

0 comments on commit 36ab77e

Please sign in to comment.