Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump kernel version & scim2 version #20843

Merged
merged 1 commit into from
Aug 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/p2-profile-gen/carbon.product
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?pde version="3.5"?>

<product name="Carbon Product" uid="carbon.product.id" id="carbon.product" application="carbon.application"
version="4.10.17" useFeatures="true" includeLaunchers="true">
version="4.10.18" useFeatures="true" includeLaunchers="true">

<configIni use="default">
</configIni>
Expand All @@ -14,7 +14,7 @@ version="4.10.17" useFeatures="true" includeLaunchers="true">
</plugins>

<features>
<feature id="org.wso2.carbon.core.runtime" version="4.10.17"/>
<feature id="org.wso2.carbon.core.runtime" version="4.10.18"/>
</features>

<configurations>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2298,7 +2298,7 @@
<identity.inbound.auth.openid.version>5.10.2</identity.inbound.auth.openid.version>
<identity.inbound.auth.sts.version>5.11.7</identity.inbound.auth.sts.version>
<identity.inbound.provisioning.scim.version>5.7.7</identity.inbound.provisioning.scim.version>
<identity.inbound.provisioning.scim2.version>3.4.90</identity.inbound.provisioning.scim2.version>
<identity.inbound.provisioning.scim2.version>3.4.91</identity.inbound.provisioning.scim2.version>

<!-- Identity User Versions -->
<identity.user.account.association.version>5.5.8</identity.user.account.association.version>
Expand Down Expand Up @@ -2404,7 +2404,7 @@
<charon.version>3.4.1</charon.version>

<!-- Carbon Kernel -->
<carbon.kernel.version>4.10.17</carbon.kernel.version>
<carbon.kernel.version>4.10.18</carbon.kernel.version>

<!-- Identity Verification -->
<identity.verification.version>1.0.7</identity.verification.version>
Expand Down