diff --git a/.github/workflows/dev-stg-release.yml b/.github/workflows/dev-stg-release.yml index fc658b72..c9e009a4 100644 --- a/.github/workflows/dev-stg-release.yml +++ b/.github/workflows/dev-stg-release.yml @@ -31,7 +31,7 @@ jobs: - name: Set Up Ballerina uses: ballerina-platform/setup-ballerina@v1.1.0 with: - version: 2201.7.0 + version: 2201.8.0 # Grant execute permission to the gradlew script - name: Grant execute permission for gradlew diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa76c9b9..a77a3f40 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: - name: Set Up Ballerina uses: ballerina-platform/setup-ballerina@v1.1.0 with: - version: 2201.7.0 + version: 2201.8.0 # Grant execute permission to the gradlew script - name: Grant execute permission for gradlew diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 76e64596..0c86864c 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,8 +1,8 @@ [package] -distribution = "2201.7.0" +distribution = "2201.8.0" org = "ballerinax" name = "asb" -version = "3.6.0" +version = "3.7.0" license= ["Apache-2.0"] authors = ["Ballerina"] keywords = ["IT Operations/Message Brokers", "Cost/Paid", "Vendor/Microsoft"] @@ -16,8 +16,8 @@ observabilityIncluded = true graalvmCompatible = true [[platform.java11.dependency]] -path = "../native/build/libs/azure-service-bus-native-3.6.0.jar" +path = "../native/build/libs/azure-service-bus-native-3.7.0.jar" groupId = "org.ballerinax" artifactId = "asb-native" module = "asb-native" -version = "3.6.0" +version = "3.7.0" diff --git a/ballerina/Package.md b/ballerina/Package.md index d815bcf8..5b48114f 100644 --- a/ballerina/Package.md +++ b/ballerina/Package.md @@ -13,7 +13,7 @@ This package offers usage and management capabilities for Azure Service Bus reso | | Version | |----------------------------|-----------------------| -| Ballerina Language | Swan Lake 2201.7.0 | +| Ballerina Language | Swan Lake 2201.8.0 | | Azure Service Bus SDK | 7.13.1 | ## Report issues diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index 20ef0c5b..81cf721c 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -1,5 +1,5 @@ [package] -distribution = "2201.7.0" +distribution = "2201.8.0" org = "ballerinax" name = "asb" version = "@project.version@" diff --git a/gradle.properties b/gradle.properties index 1f72265c..807bff9e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=org.ballerinax.azure.servicebus -version=3.6.0 +version=3.7.0 puppycrawlCheckstyleVersion=10.12.1 checkstyleToolVersion=10.12.1