diff --git a/attribute-endpoints-provider/pom.xml b/attribute-endpoints-provider/pom.xml index 4459209..be1ac28 100644 --- a/attribute-endpoints-provider/pom.xml +++ b/attribute-endpoints-provider/pom.xml @@ -17,14 +17,14 @@ UTF-8 17 17 - 26.5.7 + 26.6.0 junit junit - 4.11 + 4.13.2 test @@ -72,17 +72,17 @@ https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle --> maven-clean-plugin - 3.1.0 + 3.5.0 maven-resources-plugin - 3.0.2 + 3.5.0 maven-compiler-plugin - 3.8.0 + 3.15.0 maven-surefire-plugin @@ -90,7 +90,7 @@ maven-jar-plugin - 3.0.2 + 3.5.0 maven-install-plugin @@ -104,11 +104,11 @@ https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle --> maven-site-plugin - 3.7.1 + 3.21.0 maven-project-info-reports-plugin - 3.0.0 + 3.9.0 diff --git a/compose.yaml b/compose.yaml index 863d181..8dc22ff 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,6 @@ services: keycloak: - image: quay.io/keycloak/keycloak:26.5.7 + image: quay.io/keycloak/keycloak:26.6.0 pull_policy: always command: "start-dev --features=declarative-ui" environment: