From 36def696960a469b0038777c00f93736c3ec14c9 Mon Sep 17 00:00:00 2001 From: ayeshLK Date: Wed, 10 Apr 2024 10:39:46 +0530 Subject: [PATCH 1/4] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 6 +++--- ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 23 ++++++++++++----------- 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 37527f2d..f66182fc 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerina" name = "websubhub" -version = "1.10.1" +version = "1.11.0" authors = ["Ballerina"] keywords = ["websub", "hub", "publisher", "service", "listener", "client"] repository = "https://github.com/ballerina-platform/module-ballerina-websubhub" @@ -15,5 +15,5 @@ graalvmCompatible = true [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "websubhub-native" -version = "1.10.1" -path = "../native/build/libs/websubhub-native-1.10.1-SNAPSHOT.jar" +version = "1.11.0" +path = "../native/build/libs/websubhub-native-1.11.0-SNAPSHOT.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index e39da7ac..f8aaf6dc 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "websubhub-compiler-plugin" class = "io.ballerina.stdlib.websubhub.WebSubHubCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/websubhub-compiler-plugin-1.10.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/websubhub-compiler-plugin-1.11.0-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 22114f33..34f61058 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,12 +5,12 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.8.0" +distribution-version = "2201.9.0-20240405-165800-4b163f78" [[package]] org = "ballerina" name = "auth" -version = "2.10.0" +version = "2.11.0" dependencies = [ {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "jballerina.java"}, @@ -22,7 +22,7 @@ dependencies = [ [[package]] org = "ballerina" name = "cache" -version = "3.7.0" +version = "3.8.0" dependencies = [ {org = "ballerina", name = "constraint"}, {org = "ballerina", name = "jballerina.java"}, @@ -33,7 +33,7 @@ dependencies = [ [[package]] org = "ballerina" name = "constraint" -version = "1.4.0" +version = "1.5.0" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -41,7 +41,7 @@ dependencies = [ [[package]] org = "ballerina" name = "crypto" -version = "2.5.0" +version = "2.7.0" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} @@ -64,7 +64,7 @@ dependencies = [ [[package]] org = "ballerina" name = "http" -version = "2.10.2" +version = "2.10.12" dependencies = [ {org = "ballerina", name = "auth"}, {org = "ballerina", name = "cache"}, @@ -116,7 +116,7 @@ modules = [ [[package]] org = "ballerina" name = "jwt" -version = "2.10.0" +version = "2.11.0" dependencies = [ {org = "ballerina", name = "cache"}, {org = "ballerina", name = "crypto"}, @@ -249,7 +249,7 @@ modules = [ [[package]] org = "ballerina" name = "oauth2" -version = "2.10.0" +version = "2.11.0" dependencies = [ {org = "ballerina", name = "cache"}, {org = "ballerina", name = "crypto"}, @@ -262,7 +262,7 @@ dependencies = [ [[package]] org = "ballerina" name = "observe" -version = "1.2.0" +version = "1.2.3" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -292,6 +292,7 @@ version = "0.0.0" scope = "testOnly" dependencies = [ {org = "ballerina", name = "jballerina.java"}, + {org = "ballerina", name = "lang.array"}, {org = "ballerina", name = "lang.error"} ] modules = [ @@ -320,7 +321,7 @@ modules = [ [[package]] org = "ballerina" name = "uuid" -version = "1.7.0" +version = "1.8.0" dependencies = [ {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "jballerina.java"}, @@ -334,7 +335,7 @@ modules = [ [[package]] org = "ballerina" name = "websubhub" -version = "1.10.1" +version = "1.11.0" dependencies = [ {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "http"}, From 13741850af8cb6678c249d680e71198c3d49fa8b Mon Sep 17 00:00:00 2001 From: ayeshLK Date: Wed, 10 Apr 2024 10:41:00 +0530 Subject: [PATCH 2/4] Update dependency versions --- gradle.properties | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/gradle.properties b/gradle.properties index e40b1ddd..39d67112 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.10.1-SNAPSHOT -ballerinaLangVersion=2201.8.0 +version=1.11.0-SNAPSHOT +ballerinaLangVersion=2201.9.0-20240405-165800-4b163f78 puppycrawlCheckstyleVersion=10.12.0 testngVersion=7.6.1 ballerinaGradlePluginVersion=2.0.1 @@ -11,30 +11,30 @@ stdlibIoVersion=1.6.0 stdlibRandomVersion=1.5.0 stdlibTimeVersion=2.4.0 stdlibUrlVersion=2.4.0 -stdlibCryptoVersion=2.5.0 +stdlibCryptoVersion=2.7.0-20240328-114200-c8cc19f stdlibLogVersion=2.9.0 stdlibMimeVersion=2.9.0 -stdlibUuidVersion=1.7.0 +stdlibUuidVersion=1.8.0-20240409-104400-2aaa58d stdlibHttpVersion=2.10.0 # Transitive Dependencies # Level 01 -stdlibConstraintVersion=1.4.0 +stdlibConstraintVersion=1.5.0 # Level 02 stdlibOsVersion=1.8.0 stdlibTaskVersion=2.5.0 # Level 03 -stdlibCacheVersion=3.7.0 +stdlibCacheVersion=3.8.0-20240409-101100-e2d7f4e stdlibFileVersion=1.9.0 # Level 03 -stdlibAuthVersion=2.10.0 -stdlibJwtVersion=2.10.0 -stdlibOAuth2Version=2.10.0 +stdlibAuthVersion=2.11.0-20240409-124200-655c2d4 +stdlibJwtVersion=2.11.0-20240409-134000-9b5bf2e +stdlibOAuth2Version=2.11.0-20240409-124200-15a9919 # Ballerinax Observe -observeVersion=1.2.0 -observeInternalVersion=1.2.0 +observeVersion=1.2.3-20240408-194900-a0e331f +observeInternalVersion=1.2.2-20240408-195500-1436319 From 76f53b7e55a20d4f22fde26fa2d8cde2c2885dd9 Mon Sep 17 00:00:00 2001 From: ayeshLK Date: Wed, 10 Apr 2024 10:59:55 +0530 Subject: [PATCH 3/4] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index f66182fc..cfde315f 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -7,7 +7,7 @@ keywords = ["websub", "hub", "publisher", "service", "listener", "client"] repository = "https://github.com/ballerina-platform/module-ballerina-websubhub" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.8.0" +distribution = "2201.9.0" [platform.java17] graalvmCompatible = true From ab434cd66ffd2f9cbd99bf61d1818937490a0cce Mon Sep 17 00:00:00 2001 From: ayeshLK Date: Wed, 10 Apr 2024 11:00:11 +0530 Subject: [PATCH 4/4] Update distribution version --- build-config/resources/Ballerina.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index d8d60306..12c08494 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -7,7 +7,7 @@ keywords = ["websub", "hub", "publisher", "service", "listener", "client"] repository = "https://github.com/ballerina-platform/module-ballerina-websubhub" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.8.0" +distribution = "2201.9.0" [platform.java17] graalvmCompatible = true