Skip to content

Commit

Permalink
[Gradle Release Plugin] - pre tag commit: 'idp-service-1.3.0-alpha'.
Browse files Browse the repository at this point in the history
  • Loading branch information
apk-github-bot committed Feb 13, 2025
1 parent 3093c69 commit eebaa35
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 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.12.1"
version = "2.12.5"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -93,7 +93,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.6.1"
version = "1.6.3"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.value"}
Expand Down Expand Up @@ -281,7 +281,7 @@ modules = [
[[package]]
org = "ballerina"
name = "sql"
version = "1.14.1"
version = "1.14.2"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -366,7 +366,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "postgresql"
version = "1.13.1"
version = "1.13.3"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "io"},
Expand All @@ -381,7 +381,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "prometheus"
version = "0.3.1"
version = "0.3.2"
dependencies = [
{org = "ballerina", name = "http"},
{org = "ballerina", name = "io"},
Expand Down Expand Up @@ -415,3 +415,4 @@ dependencies = [
modules = [
{org = "wso2", packageName = "idp_domain_service", moduleName = "idp_domain_service"}
]

2 changes: 1 addition & 1 deletion idp/idp-domain-service/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.wso2.apk
version=1.3.0-SNAPSHOT
version=1.3.0-alpha
docker_image_name = apk-idp-domain-service
jar_name = idp_domain_service.jar
dist_name = idp
Expand Down

0 comments on commit eebaa35

Please sign in to comment.