diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 59a9751..a346eb1 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerinax" name = "stan" -version = "2.7.0" +version = "2.7.1" authors = ["Ballerina"] keywords = ["service", "client", "messaging", "network", "streaming"] repository = "https://github.com/ballerina-platform/module-ballerinax-stan" @@ -21,8 +21,8 @@ path = "./lib/protobuf-java-3.20.3.jar" [[platform.java11.dependency]] groupId = "io.ballerina.stdlib" artifactId = "stan-native" -version = "2.7.0" -path = "../native/build/libs/stan-native-2.7.0.jar" +version = "2.7.1" +path = "../native/build/libs/stan-native-2.7.1.jar" [build-options] observabilityIncluded=true diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index bd5ecc5..5a14e0a 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "stan-compiler-plugin" class = "io.ballerina.stdlib.stan.plugin.StanCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/stan-compiler-plugin-2.7.0.jar" +path = "../compiler-plugin/build/libs/stan-compiler-plugin-2.7.1.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 1d3413d..3181d76 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -138,7 +138,7 @@ modules = [ [[package]] org = "ballerinax" name = "stan" -version = "2.7.0" +version = "2.7.1" dependencies = [ {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "jballerina.java"}, diff --git a/gradle.properties b/gradle.properties index accd287..d1e5bad 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.7.1-SNAPSHOT +version=2.7.2-SNAPSHOT ballerinaLangVersion=2201.5.0 puppycrawlCheckstyleVersion=8.18