Skip to content

Commit

Permalink
[Automated] Update the native jar versions
Browse files Browse the repository at this point in the history
  • Loading branch information
apk-github-bot committed Dec 14, 2023
1 parent 0c81f72 commit 1cd2511
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion idp/idp-domain-service/ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "wso2"
name = "idp_domain_service"
version = "1.1.0-m1"
version = "1.1.0-SNAPSHOT"
distribution = "2201.8.0"

[[platform.java11.dependency]]
Expand Down
6 changes: 3 additions & 3 deletions idp/idp-domain-service/ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.10.5"
version = "2.10.0"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -279,7 +279,7 @@ modules = [
[[package]]
org = "ballerina"
name = "sql"
version = "1.11.1"
version = "1.11.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -378,7 +378,7 @@ modules = [
[[package]]
org = "wso2"
name = "idp_domain_service"
version = "1.1.0-m1"
version = "1.1.0-SNAPSHOT"
dependencies = [
{org = "ballerina", name = "http"},
{org = "ballerina", name = "io"},
Expand Down

0 comments on commit 1cd2511

Please sign in to comment.