diff --git a/runtime/config-deployer-service/ballerina/Ballerina.toml b/runtime/config-deployer-service/ballerina/Ballerina.toml index dae7bc958..5cb6518b0 100644 --- a/runtime/config-deployer-service/ballerina/Ballerina.toml +++ b/runtime/config-deployer-service/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "wso2" name = "config_deployer_service" -version = "1.2.0-alpha" +version = "1.2.0-SNAPSHOT" distribution = "2201.8.5" [build-options] @@ -16,8 +16,8 @@ repository = "local" [[platform.java11.dependency]] groupId = "org.wso2.apk" artifactId = "org.wso2.apk.config" -version = "1.2.0-alpha" -path = "../java/build/libs/org.wso2.apk.config-1.2.0-alpha.jar" +version = "1.2.0-SNAPSHOT" +path = "../java/build/libs/org.wso2.apk.config-1.2.0-SNAPSHOT.jar" # transitive dependency of org.wso2.apk:org.wso2.apk.config:1.0.0-SNAPSHOT [[platform.java11.dependency]] diff --git a/runtime/config-deployer-service/ballerina/Dependencies.toml b/runtime/config-deployer-service/ballerina/Dependencies.toml index ae0150153..aba806472 100644 --- a/runtime/config-deployer-service/ballerina/Dependencies.toml +++ b/runtime/config-deployer-service/ballerina/Dependencies.toml @@ -70,7 +70,7 @@ modules = [ [[package]] org = "ballerina" name = "http" -version = "2.10.16" +version = "2.10.15" dependencies = [ {org = "ballerina", name = "auth"}, {org = "ballerina", name = "cache"}, @@ -102,7 +102,7 @@ modules = [ [[package]] org = "ballerina" name = "io" -version = "1.6.1" +version = "1.6.2" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "lang.value"} @@ -335,7 +335,7 @@ modules = [ [[package]] org = "ballerina" name = "time" -version = "2.4.0" +version = "2.4.1" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -343,7 +343,7 @@ dependencies = [ [[package]] org = "ballerina" name = "url" -version = "2.4.0" +version = "2.4.1" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -430,7 +430,7 @@ modules = [ [[package]] org = "wso2" name = "config_deployer_service" -version = "1.2.0-alpha" +version = "1.2.0-SNAPSHOT" dependencies = [ {org = "ballerina", name = "constraint"}, {org = "ballerina", name = "crypto"},