From 7fa8ba358f55db452b78d23dde1ad517395025a0 Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Wed, 10 Apr 2024 11:56:35 +0530 Subject: [PATCH] Bump the Dependency Versions (#1822) --- ballerina-tests/Ballerina.toml | 2 +- ballerina-tests/Dependencies.toml | 26 +++++++++++++------------- ballerina/Ballerina.toml | 12 ++++++------ ballerina/CompilerPlugin.toml | 4 ++-- ballerina/Dependencies.toml | 24 ++++++++++++------------ build-config/resources/Ballerina.toml | 2 +- gradle.properties | 26 +++++++++++++------------- 7 files changed, 48 insertions(+), 48 deletions(-) diff --git a/ballerina-tests/Ballerina.toml b/ballerina-tests/Ballerina.toml index 90c7208b3..4b7d53591 100644 --- a/ballerina-tests/Ballerina.toml +++ b/ballerina-tests/Ballerina.toml @@ -1,5 +1,5 @@ [package] org = "ballerina" name = "graphql_tests" -version = "1.11.1" +version = "1.12.0" diff --git a/ballerina-tests/Dependencies.toml b/ballerina-tests/Dependencies.toml index 031372bd4..0c1349ec9 100644 --- a/ballerina-tests/Dependencies.toml +++ b/ballerina-tests/Dependencies.toml @@ -5,12 +5,12 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.9.0-20240403-114600-ceb51559" +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.1" +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"} ] @@ -44,7 +44,7 @@ modules = [ [[package]] org = "ballerina" name = "crypto" -version = "2.5.0" +version = "2.7.0" dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "time"} @@ -67,7 +67,7 @@ modules = [ [[package]] org = "ballerina" name = "graphql" -version = "1.11.1" +version = "1.12.0" dependencies = [ {org = "ballerina", name = "auth"}, {org = "ballerina", name = "cache"}, @@ -98,7 +98,7 @@ modules = [ [[package]] org = "ballerina" name = "graphql_tests" -version = "1.11.1" +version = "1.12.0" dependencies = [ {org = "ballerina", name = "constraint"}, {org = "ballerina", name = "file"}, @@ -121,7 +121,7 @@ modules = [ [[package]] org = "ballerina" name = "http" -version = "2.10.12" +version = "2.11.0" dependencies = [ {org = "ballerina", name = "auth"}, {org = "ballerina", name = "cache"}, @@ -170,7 +170,7 @@ version = "0.0.0" [[package]] org = "ballerina" name = "jwt" -version = "2.10.0" +version = "2.11.0" dependencies = [ {org = "ballerina", name = "cache"}, {org = "ballerina", name = "crypto"}, @@ -300,7 +300,7 @@ modules = [ [[package]] org = "ballerina" name = "oauth2" -version = "2.10.0" +version = "2.11.0" dependencies = [ {org = "ballerina", name = "cache"}, {org = "ballerina", name = "crypto"}, @@ -313,7 +313,7 @@ dependencies = [ [[package]] org = "ballerina" name = "observe" -version = "1.2.2" +version = "1.2.3" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -372,7 +372,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"}, @@ -386,7 +386,7 @@ modules = [ [[package]] org = "ballerina" name = "websocket" -version = "2.10.1" +version = "2.11.0" dependencies = [ {org = "ballerina", name = "auth"}, {org = "ballerina", name = "constraint"}, diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 804aa4cca..af4144452 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,14 +1,14 @@ [package] org = "ballerina" name = "graphql" -version = "1.11.1" +version = "1.12.0" authors = ["Ballerina"] export=["graphql", "graphql.subgraph", "graphql.dataloader"] keywords = ["gql", "network", "query", "service"] repository = "https://github.com/ballerina-platform/module-ballerina-graphql" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.8.5" +distribution = "2201.9.0" [platform.java17] graalvmCompatible = true @@ -16,11 +16,11 @@ graalvmCompatible = true [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "graphql-native" -version = "1.11.1" -path = "../native/build/libs/graphql-native-1.11.1-SNAPSHOT.jar" +version = "1.12.0" +path = "../native/build/libs/graphql-native-1.12.0-SNAPSHOT.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "graphql-commons" -version = "1.11.1" -path = "../commons/build/libs/graphql-commons-1.11.1-SNAPSHOT.jar" +version = "1.12.0" +path = "../commons/build/libs/graphql-commons-1.12.0-SNAPSHOT.jar" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index c8d72f036..5c696e4ce 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,7 +3,7 @@ id = "graphql-compiler-plugin" class = "io.ballerina.stdlib.graphql.compiler.GraphqlCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/graphql-compiler-plugin-1.11.1-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/graphql-compiler-plugin-1.12.0-SNAPSHOT.jar" [[dependency]] -path = "../commons/build/libs/graphql-commons-1.11.1-SNAPSHOT.jar" +path = "../commons/build/libs/graphql-commons-1.12.0-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index d21f5221f..d4de0b147 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,12 +5,12 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.9.0-20240403-114600-ceb51559" +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"}, @@ -25,7 +25,7 @@ modules = [ [[package]] org = "ballerina" name = "cache" -version = "3.7.1" +version = "3.8.0" dependencies = [ {org = "ballerina", name = "constraint"}, {org = "ballerina", name = "jballerina.java"}, @@ -39,7 +39,7 @@ modules = [ [[package]] org = "ballerina" name = "constraint" -version = "1.4.0" +version = "1.5.0" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -47,7 +47,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"} @@ -73,7 +73,7 @@ modules = [ [[package]] org = "ballerina" name = "graphql" -version = "1.11.1" +version = "1.12.0" dependencies = [ {org = "ballerina", name = "auth"}, {org = "ballerina", name = "cache"}, @@ -105,7 +105,7 @@ modules = [ [[package]] org = "ballerina" name = "http" -version = "2.10.12" +version = "2.11.0" dependencies = [ {org = "ballerina", name = "auth"}, {org = "ballerina", name = "cache"}, @@ -157,7 +157,7 @@ modules = [ [[package]] org = "ballerina" name = "jwt" -version = "2.10.0" +version = "2.11.0" dependencies = [ {org = "ballerina", name = "cache"}, {org = "ballerina", name = "crypto"}, @@ -293,7 +293,7 @@ modules = [ [[package]] org = "ballerina" name = "oauth2" -version = "2.10.0" +version = "2.11.0" dependencies = [ {org = "ballerina", name = "cache"}, {org = "ballerina", name = "crypto"}, @@ -309,7 +309,7 @@ modules = [ [[package]] org = "ballerina" name = "observe" -version = "1.2.2" +version = "1.2.3" dependencies = [ {org = "ballerina", name = "jballerina.java"} ] @@ -371,7 +371,7 @@ dependencies = [ [[package]] org = "ballerina" name = "uuid" -version = "1.7.0" +version = "1.8.0" dependencies = [ {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "jballerina.java"}, @@ -385,7 +385,7 @@ modules = [ [[package]] org = "ballerina" name = "websocket" -version = "2.10.1" +version = "2.11.0" dependencies = [ {org = "ballerina", name = "auth"}, {org = "ballerina", name = "constraint"}, diff --git a/build-config/resources/Ballerina.toml b/build-config/resources/Ballerina.toml index f17216f83..fe5dae08a 100644 --- a/build-config/resources/Ballerina.toml +++ b/build-config/resources/Ballerina.toml @@ -8,7 +8,7 @@ keywords = ["gql", "network", "query", "service"] repository = "https://github.com/ballerina-platform/module-ballerina-graphql" icon = "icon.png" license = ["Apache-2.0"] -distribution = "2201.8.5" +distribution = "2201.9.0" [platform.java17] graalvmCompatible = true diff --git a/gradle.properties b/gradle.properties index f2b845e78..d19078ad9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=1.11.1-SNAPSHOT -ballerinaLangVersion=2201.9.0-20240403-114600-ceb51559 +version=1.12.0-SNAPSHOT +ballerinaLangVersion=2201.9.0-20240405-165800-4b163f78 checkstylePluginVersion=10.12.0 spotbugsPluginVersion=5.0.14 @@ -20,30 +20,30 @@ stdlibTimeVersion=2.4.0 stdlibUrlVersion=2.4.0 # Level 02 -stdlibConstraintVersion=1.4.0 -stdlibCryptoVersion=2.5.0 +stdlibConstraintVersion=1.5.0 +stdlibCryptoVersion=2.7.0-20240328-114200-c8cc19f stdlibLogVersion=2.9.0 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 stdlibMimeVersion=2.9.0 -stdlibUuidVersion=1.7.0 +stdlibUuidVersion=1.8.0-20240409-104400-2aaa58d # Level 04 -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 # Level 05 -stdlibHttpVersion=2.10.12 +stdlibHttpVersion=2.11.0-20240409-155700-86d3a0d # Level 06 -stdlibWebsocketVersion=2.10.0 +stdlibWebsocketVersion=2.11.0-20240409-202400-9d7e032 # Ballerinax Observer -observeVersion=1.2.0 -observeInternalVersion=1.2.0 +observeVersion=1.2.3-20240408-194900-a0e331f +observeInternalVersion=1.2.2-20240408-195500-1436319