Skip to content

Commit

Permalink
update ballerina version
Browse files Browse the repository at this point in the history
  • Loading branch information
tharindu1st committed Feb 29, 2024
1 parent 7493088 commit bed822b
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 36 deletions.
4 changes: 2 additions & 2 deletions common-bal-libs/apk-common-lib/ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org = "wso2"
name = "apk_common_lib"
version = "0.0.1-SNAPSHOT"
distribution = "2201.8.0"
distribution = "2201.8.5"

[[platform.java11.dependency]]
groupId = "org.wso2.apk"
Expand Down Expand Up @@ -56,7 +56,7 @@ version = "2.14.2"
[[platform.java11.dependency]]
groupId = "org.json"
artifactId = "json"
version = "20230227"
version = "20231013"

# transitive dependency of org.wso2.apk:org.wso2.apk.common:0.0.1-SNAPSHOT
[[platform.java11.dependency]]
Expand Down
15 changes: 8 additions & 7 deletions common-bal-libs/apk-common-lib/ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.8.0"
distribution-version = "2201.8.5"

[[package]]
org = "ballerina"
Expand All @@ -22,7 +22,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "cache"
version = "3.7.0"
version = "3.7.1"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -61,7 +61,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.10.0"
version = "2.10.7"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -252,7 +252,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.2.0"
version = "1.2.2"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down Expand Up @@ -284,7 +284,7 @@ modules = [
[[package]]
org = "ballerina"
name = "sql"
version = "1.11.0"
version = "1.11.1"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -337,7 +337,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "postgresql"
version = "1.10.0"
version = "1.11.0"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "io"},
Expand Down Expand Up @@ -369,6 +369,7 @@ dependencies = [
modules = [
{org = "wso2", packageName = "apk_common_lib", moduleName = "apk_common_lib"},
{org = "wso2", packageName = "apk_common_lib", moduleName = "apk_common_lib.java.io"},
{org = "wso2", packageName = "apk_common_lib", moduleName = "apk_common_lib.java.lang"}
{org = "wso2", packageName = "apk_common_lib", moduleName = "apk_common_lib.java.lang"},
{org = "wso2", packageName = "apk_common_lib", moduleName = "apk_common_lib.org.wso2.apk.common"}
]

14 changes: 7 additions & 7 deletions idp/idp-domain-service/ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.8.0"
distribution-version = "2201.8.5"

[[package]]
org = "ballerina"
Expand All @@ -22,7 +22,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "cache"
version = "3.7.0"
version = "3.7.1"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -33,15 +33,15 @@ dependencies = [
[[package]]
org = "ballerina"
name = "constraint"
version = "1.4.0"
version = "1.5.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "crypto"
version = "2.5.0"
version = "2.6.2"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -61,7 +61,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.10.0"
version = "2.10.7"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -250,7 +250,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.2.0"
version = "1.2.2"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down Expand Up @@ -279,7 +279,7 @@ modules = [
[[package]]
org = "ballerina"
name = "sql"
version = "1.11.0"
version = "1.12.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand Down
14 changes: 7 additions & 7 deletions idp/idp-domain-service/ballerina/Dependencies.toml.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.8.0"
distribution-version = "2201.8.5"

[[package]]
org = "ballerina"
Expand All @@ -22,7 +22,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "cache"
version = "3.7.0"
version = "3.7.1"
dependencies = [
{org = "ballerina", name = "constraint"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -33,15 +33,15 @@ dependencies = [
[[package]]
org = "ballerina"
name = "constraint"
version = "1.4.0"
version = "1.5.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "crypto"
version = "2.5.0"
version = "2.6.2"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -61,7 +61,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.10.0"
version = "2.10.7"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -250,7 +250,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.2.0"
version = "1.2.2"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down Expand Up @@ -279,7 +279,7 @@ modules = [
[[package]]
org = "ballerina"
name = "sql"
version = "1.11.0"
version = "1.12.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand Down
3 changes: 0 additions & 3 deletions libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
# limitations under the License.

[libraries]
amazonaws-awslambda = {module = "org.wso2.orbit.com.amazonaws:awslambda", version.ref = "awslambda"}
apicurio-data-models = {module = "io.apicurio:apicurio-data-models", version.ref = "apicurio"}
aspectjrt = {module = "org.aspectj:aspectjrt", version.ref = "aspectj"}
azure-applicationinsights = {module = "com.microsoft.azure:applicationinsights-core", version.ref = "azure-applicationinsights"}
azure-messaging = {module = "com.azure:azure-messaging-eventhubs", version.ref = "azure-messaging"}
azure-monitor-opentelemetry = {module = "com.azure:azure-monitor-opentelemetry-exporter", version.ref = "azure-monitor-opentelemetry"}
Expand Down Expand Up @@ -81,7 +79,6 @@ opentelemetry-exporter-zipkin = {module = "io.opentelemetry:opentelemetry-export
opentelemetry-extension-trace-propagators = {module = "io.opentelemetry:opentelemetry-extension-trace-propagators", version.ref = "opentelemetry"}
opentelemetry-sdk = {module = "io.opentelemetry:opentelemetry-sdk", version.ref = "opentelemetry"}
opentelemetry-semconv = {module = "io.opentelemetry:opentelemetry-semconv", version.ref = "opentelemetry-semconv"}
pdfbox = {module = "org.apache.pdfbox:pdfbox", version.ref = "apache-pdfbox"}
postgresql = {module = "org.postgresql:postgresql", version.ref = "postgresql"}
snakeyaml = {module = "org.yaml:snakeyaml", version.ref = "snakeyaml"}
sun-saaj-impl = {module = "com.sun.xml.messaging.saaj:saaj-impl", version.ref = "sun"}
Expand Down
5 changes: 3 additions & 2 deletions runtime/config-deployer-service/ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -367,11 +367,12 @@ groupId = "joda-time"
artifactId = "joda-time"
version = "2.10.2"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.0.0-SNAPSHOT

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.1.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "org.json"
artifactId = "json"
version = "20230227"
version = "20231013"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.0.0-SNAPSHOT
[[platform.java11.dependency]]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "wso2"
name = "config_deployer_service"
version = "PROJECT_VERSION"
version = "1.1.0-SNAPSHOT"
distribution = "2201.8.0"

[build-options]
Expand Down Expand Up @@ -367,11 +367,12 @@ groupId = "joda-time"
artifactId = "joda-time"
version = "2.10.2"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.0.0-SNAPSHOT

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.1.0-SNAPSHOT
[[platform.java11.dependency]]
groupId = "org.json"
artifactId = "json"
version = "20230227"
version = "20231013"

# transitive dependency of org.wso2.apk:org.wso2.apk.config:1.0.0-SNAPSHOT
[[platform.java11.dependency]]
Expand Down
11 changes: 6 additions & 5 deletions runtime/config-deployer-service/ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.8.0"
distribution-version = "2201.8.5"

[[package]]
org = "ballerina"
Expand Down Expand Up @@ -33,7 +33,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "constraint"
version = "1.4.0"
version = "1.5.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand All @@ -44,7 +44,7 @@ modules = [
[[package]]
org = "ballerina"
name = "crypto"
version = "2.5.0"
version = "2.6.2"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand Down Expand Up @@ -368,7 +368,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "postgresql"
version = "1.10.0"
version = "1.11.0"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "io"},
Expand Down Expand Up @@ -397,7 +397,8 @@ dependencies = [
modules = [
{org = "wso2", packageName = "apk_common_lib", moduleName = "apk_common_lib"},
{org = "wso2", packageName = "apk_common_lib", moduleName = "apk_common_lib.java.io"},
{org = "wso2", packageName = "apk_common_lib", moduleName = "apk_common_lib.java.lang"}
{org = "wso2", packageName = "apk_common_lib", moduleName = "apk_common_lib.java.lang"},
{org = "wso2", packageName = "apk_common_lib", moduleName = "apk_common_lib.org.wso2.apk.common"}
]

[[package]]
Expand Down

0 comments on commit bed822b

Please sign in to comment.