diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 77e687d39..0f5ec505a 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.11.0-20241117-133400-a3054b77" +distribution-version = "2201.11.0-20241126-123300-03fa53fd" [[package]] org = "ballerina" diff --git a/compiler-plugin-tests/src/test/java/io/ballerina/stdlib/graphql/compiler/ServiceValidationTest.java b/compiler-plugin-tests/src/test/java/io/ballerina/stdlib/graphql/compiler/ServiceValidationTest.java index 72015f6d2..b80c49461 100644 --- a/compiler-plugin-tests/src/test/java/io/ballerina/stdlib/graphql/compiler/ServiceValidationTest.java +++ b/compiler-plugin-tests/src/test/java/io/ballerina/stdlib/graphql/compiler/ServiceValidationTest.java @@ -985,7 +985,7 @@ public void testAnonymousRecordsAsFieldType() { diagnostic = diagnosticIterator.next(); message = getErrorMessage(CompilationDiagnostic.INVALID_ANONYMOUS_FIELD_TYPE, - "record {|string name; int age;|}", "Query.class.profile"); + "record {|string name; int age;|}", "Query.'class.profile"); assertErrorMessage(diagnostic, message, 52, 23); diagnostic = diagnosticIterator.next(); @@ -1044,7 +1044,7 @@ public void testInvalidUseOfReservedFederatedTypeNames() { Iterator diagnosticIterator = diagnosticResult.errors().iterator(); Diagnostic diagnostic = diagnosticIterator.next(); - String message = getErrorMessage(CompilationDiagnostic.INVALID_USE_OF_RESERVED_TYPE_AS_OUTPUT_TYPE, "Query.any", + String message = getErrorMessage(CompilationDiagnostic.INVALID_USE_OF_RESERVED_TYPE_AS_OUTPUT_TYPE, "Query.'any", "_Any"); assertErrorMessage(diagnostic, message, 43, 5); diff --git a/gradle.properties b/gradle.properties index 228e5297a..b5f03ec97 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.caching=true group=io.ballerina.stdlib version=1.15.0-SNAPSHOT -ballerinaLangVersion=2201.11.0-20241117-133400-a3054b77 +ballerinaLangVersion=2201.11.0-20241126-123300-03fa53fd checkstylePluginVersion=10.12.0 spotbugsPluginVersion=6.0.18