Skip to content

Commit

Permalink
Merge pull request #91 from LakshanSS/2201.4.x
Browse files Browse the repository at this point in the history
[2201.4.x] Bump connector version to 4.1.1
  • Loading branch information
LakshanSS authored Apr 21, 2023
2 parents e40cb91 + 5449c66 commit 80f8560
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions cosmosdb/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
distribution = "2201.4.1"
org= "ballerinax"
name= "azure_cosmosdb"
version= "4.1.0"
version= "4.1.1"
authors = ["Ballerina"]
keywords = ["IT Operations/Databases", "Cost/Paid", "Vendor/Microsoft"]
icon = "icon.png"
Expand All @@ -13,10 +13,10 @@ license = ["Apache-2.0"]
observabilityIncluded=true

[[platform.java11.dependency]]
path = "../cosmosdb-native/build/libs/cosmosdb-native-4.1.0.jar"
path = "../cosmosdb-native/build/libs/cosmosdb-native-4.1.1.jar"
groupId = "io.ballerinax"
artifactId = "cosmosdb"
version = "4.1.0"
version = "4.1.1"

[[platform.java11.dependency]]
groupId = "io.netty"
Expand Down
2 changes: 1 addition & 1 deletion cosmosdb/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "azure_cosmosdb"
version = "4.1.0"
version = "4.1.1"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "http"},
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
org.gradle.caching=true
group=org.ballerinalang.azure_cosmosdb
version=4.1.0
version=4.1.1
ballerinaLangVersion=2201.4.1
azureCosmosVersion=4.43.0

0 comments on commit 80f8560

Please sign in to comment.