Skip to content

Commit

Permalink
Merge branch 'master' into rules-management
Browse files Browse the repository at this point in the history
  • Loading branch information
malithie committed Jan 9, 2025
2 parents b4af5f0 + 7e86b2f commit 52acec7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,5 @@

"default_management_ui.path": "console",
"legacy_authz_runtime.enable": false,
"management_console_deprecation_banner.enable": true,
"data_storage_type.keystores": "registry"
"management_console_deprecation_banner.enable": true
}
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2356,7 +2356,7 @@
<properties>

<!--Carbon Identity Framework Version-->
<carbon.identity.framework.version>7.7.79</carbon.identity.framework.version>
<carbon.identity.framework.version>7.7.85</carbon.identity.framework.version>
<carbon.identity.framework.version.range>[5.14.67, 8.0.0)</carbon.identity.framework.version.range>

<!--SAML Common Utils Version-->
Expand All @@ -2377,7 +2377,7 @@


<!-- Identity Inbound Versions -->
<identity.inbound.auth.oauth.version>7.0.207</identity.inbound.auth.oauth.version>
<identity.inbound.auth.oauth.version>7.0.210</identity.inbound.auth.oauth.version>
<identity.inbound.auth.saml.version>5.11.49</identity.inbound.auth.saml.version>
<identity.inbound.auth.openid.version>5.10.2</identity.inbound.auth.openid.version>
<identity.inbound.auth.sts.version>5.11.14</identity.inbound.auth.sts.version>
Expand Down Expand Up @@ -2439,7 +2439,7 @@
<identity.oauth2.token.exchange.grant.version>1.1.12</identity.oauth2.token.exchange.grant.version>

<!--SAML Metadata-->
<identity.metadata.saml.version>1.8.3</identity.metadata.saml.version>
<identity.metadata.saml.version>1.8.4</identity.metadata.saml.version>

<!-- Connector Versions -->
<authenticator.totp.version>3.3.31</authenticator.totp.version>
Expand All @@ -2455,7 +2455,7 @@
<identity.extension.utils>1.0.21</identity.extension.utils>
<authenticator.auth.otp.commons.version>1.0.10</authenticator.auth.otp.commons.version>

<identity.org.mgt.version>1.4.62</identity.org.mgt.version>
<identity.org.mgt.version>1.4.65</identity.org.mgt.version>
<identity.org.mgt.core.version>1.1.19</identity.org.mgt.core.version>
<identity.organization.login.version>1.1.42</identity.organization.login.version>
<identity.oauth2.grant.organizationswitch.version>1.1.27</identity.oauth2.grant.organizationswitch.version>
Expand All @@ -2468,7 +2468,7 @@

<!-- Identity REST API feature -->
<identity.api.dispatcher.version>2.0.17</identity.api.dispatcher.version>
<identity.server.api.version>1.3.18</identity.server.api.version>
<identity.server.api.version>1.3.19</identity.server.api.version>
<identity.user.api.version>1.3.48</identity.user.api.version>

<identity.agent.sso.version>5.5.9</identity.agent.sso.version>
Expand All @@ -2478,9 +2478,9 @@
<conditional.authentication.functions.version>1.2.70</conditional.authentication.functions.version>

<!-- Identity Portal Versions -->
<identity.apps.console.version>2.36.8</identity.apps.console.version>
<identity.apps.myaccount.version>2.13.48</identity.apps.myaccount.version>
<identity.apps.core.version>2.8.12</identity.apps.core.version>
<identity.apps.console.version>2.36.12</identity.apps.console.version>
<identity.apps.myaccount.version>2.13.52</identity.apps.myaccount.version>
<identity.apps.core.version>2.8.14</identity.apps.core.version>
<identity.apps.tests.version>1.6.379</identity.apps.tests.version>

<!-- Charon -->
Expand Down

0 comments on commit 52acec7

Please sign in to comment.