Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Thisara-Welmilla committed Oct 20, 2023
1 parent 7bb5c55 commit 42c3aed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@
<configuration>
<tasks>
<ant antfile="src/test/resources/artifacts/IS/saml/saml-app-build.xml" target="saml-tenant-signingdisabled" />
<ant antfile="src/test/resources/artifacts/IS/saml/saml-supertenant-app-build.xml" target="saml-supertenant-signingdisabled" />
<ant antfile="src/test/resources/artifacts/IS/saml/supertenant-saml-app-build.xml" target="saml-supertenant-signingdisabled" />
<ant antfile="src/test/resources/artifacts/IS/saml/registrymount/registry-app-build.xml" target="saml-tenant-registrymount" />
</tasks>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ protected enum App {

SUPER_TENANT_APP_WITH_SIGNING("travelocity.com", true),
TENANT_APP_WITHOUT_SIGNING("travelocity.com-saml-tenantwithoutsigning", false),
SUPER_TENANT_APP_WITHOUT_SIGNING("travelocity.com-saml-supergtenantwithoutsigning", false),
SUPER_TENANT_APP_WITHOUT_SIGNING("travelocity.com-saml-supertenantwithoutsigning", false),
SUPER_TENANT_APP_WITH_SAMLARTIFACT_CONFIG("travelocity.com-saml-artifactresolving", false),
TENANT_APP_WITH_SAMLARTIFACT_CONFIG("travelocity.com-saml-tenant-artifactresolving", false),
ECP_APP("https://localhost/ecp-sp", false);
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2298,7 +2298,7 @@
<properties>

<!--Carbon Identity Framework Version-->
<carbon.identity.framework.version>5.25.402</carbon.identity.framework.version>
<carbon.identity.framework.version>5.25.411</carbon.identity.framework.version>
<carbon.identity.framework.version.range>[5.14.67, 6.0.0]</carbon.identity.framework.version.range>

<!--SAML Common Utils Version-->
Expand All @@ -2319,12 +2319,12 @@


<!-- Identity Inbound Versions -->
<identity.inbound.auth.saml.version>5.11.23</identity.inbound.auth.saml.version>
<identity.inbound.auth.saml.version>5.11.26</identity.inbound.auth.saml.version>
<identity.inbound.auth.oauth.version>6.11.147</identity.inbound.auth.oauth.version>
<identity.inbound.auth.openid.version>5.9.5</identity.inbound.auth.openid.version>
<identity.inbound.auth.sts.version>5.10.16</identity.inbound.auth.sts.version>
<identity.inbound.auth.sts.version>5.10.17</identity.inbound.auth.sts.version>
<identity.inbound.provisioning.scim.version>5.7.4</identity.inbound.provisioning.scim.version>
<identity.inbound.provisioning.scim2.version>3.4.26</identity.inbound.provisioning.scim2.version>
<identity.inbound.provisioning.scim2.version>3.4.27</identity.inbound.provisioning.scim2.version>

<!-- Identity workflow Versions -->
<identity.user.workflow.version>5.6.0</identity.user.workflow.version>
Expand Down Expand Up @@ -2418,7 +2418,7 @@

<!-- Identity REST API feature -->
<identity.api.dispatcher.version>2.0.13</identity.api.dispatcher.version>
<identity.user.api.version>1.3.22</identity.user.api.version>
<identity.user.api.version>1.3.23</identity.user.api.version>
<identity.server.api.version>1.2.93</identity.server.api.version>

<identity.agent.sso.version>5.5.9</identity.agent.sso.version>
Expand Down

0 comments on commit 42c3aed

Please sign in to comment.