keycloakify 9.4.0-rc.14 → 9.4.0-rc.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -169,7 +169,7 @@ function main() {
169
169
  " Note that Keycloak 22 is only supported for login and email theme but not for account themes. "
170
170
  ].join("\n"), "utf8"));
171
171
  }
172
- containerKeycloakVersion = "23.0.0";
172
+ containerKeycloakVersion = "23.0.6";
173
173
  (0, generateStartKeycloakTestingContainer_1.generateStartKeycloakTestingContainer)({
174
174
  "keycloakVersion": containerKeycloakVersion,
175
175
  jarFilePath: jarFilePath,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keycloakify",
3
- "version": "9.4.0-rc.14",
3
+ "version": "9.4.0-rc.15",
4
4
  "description": "Create Keycloak themes using React",
5
5
  "repository": {
6
6
  "type": "git",
@@ -59,7 +59,7 @@ export async function main() {
59
59
  );
60
60
  }
61
61
 
62
- const containerKeycloakVersion = "23.0.0";
62
+ const containerKeycloakVersion = "23.0.6";
63
63
 
64
64
  generateStartKeycloakTestingContainer({
65
65
  "keycloakVersion": containerKeycloakVersion,