Skip to content

Commit

Permalink
Merge pull request #509 from KavinduZoysa/update-11
Browse files Browse the repository at this point in the history
Bump the Dependencies for the Update 11 Release
  • Loading branch information
KavinduZoysa authored Nov 28, 2024
2 parents 112f36c + 929a80d commit 96939e6
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1446,14 +1446,14 @@
"metadata": {
"label": "printError",
"description": "Prints error logs.\n```ballerina\nerror e = error(\"error occurred\");\nlog:printError(\"error log with cause\", 'error = e, id = 845315);\n```\n",
"icon": "https://bcentral-packageicons.azureedge.net/images/ballerina_log_2.10.1.png"
"icon": "https://bcentral-packageicons.azureedge.net/images/ballerina_log_2.11.0.png"
},
"codedata": {
"node": "FUNCTION_CALL",
"org": "ballerina",
"module": "log",
"symbol": "printError",
"version": "2.10.1",
"version": "2.11.0",
"lineRange": {
"fileName": "main.bal",
"startLine": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,14 @@
"metadata": {
"label": "printWarn",
"description": "Prints warn logs.\n```ballerina\nlog:printWarn(\"warn message\", id = 845315)\n```\n",
"icon": "https://bcentral-packageicons.azureedge.net/images/ballerina_log_2.10.1.png"
"icon": "https://bcentral-packageicons.azureedge.net/images/ballerina_log_2.11.0.png"
},
"codedata": {
"node": "FUNCTION_CALL",
"org": "ballerina",
"module": "log",
"symbol": "printWarn",
"version": "2.10.1",
"version": "2.11.0",
"lineRange": {
"fileName": "function_call.bal",
"startLine": {
Expand Down Expand Up @@ -199,14 +199,14 @@
"metadata": {
"label": "printInfo",
"description": "Prints info logs.\n```ballerina\nlog:printInfo(\"info message\", id = 845315)\n```\n",
"icon": "https://bcentral-packageicons.azureedge.net/images/ballerina_log_2.10.1.png"
"icon": "https://bcentral-packageicons.azureedge.net/images/ballerina_log_2.11.0.png"
},
"codedata": {
"node": "FUNCTION_CALL",
"org": "ballerina",
"module": "log",
"symbol": "printInfo",
"version": "2.10.1",
"version": "2.11.0",
"lineRange": {
"fileName": "function_call.bal",
"startLine": {
Expand Down Expand Up @@ -475,14 +475,14 @@
"metadata": {
"label": "printError",
"description": "Prints error logs.\n```ballerina\nerror e = error(\"error occurred\");\nlog:printError(\"error log with cause\", 'error = e, id = 845315);\n```\n",
"icon": "https://bcentral-packageicons.azureedge.net/images/ballerina_log_2.10.1.png"
"icon": "https://bcentral-packageicons.azureedge.net/images/ballerina_log_2.11.0.png"
},
"codedata": {
"node": "FUNCTION_CALL",
"org": "ballerina",
"module": "log",
"symbol": "printError",
"version": "2.10.1",
"version": "2.11.0",
"lineRange": {
"fileName": "function_call.bal",
"startLine": {
Expand Down Expand Up @@ -594,14 +594,14 @@
"metadata": {
"label": "printInfo",
"description": "Prints info logs.\n```ballerina\nlog:printInfo(\"info message\", id = 845315)\n```\n",
"icon": "https://bcentral-packageicons.azureedge.net/images/ballerina_log_2.10.1.png"
"icon": "https://bcentral-packageicons.azureedge.net/images/ballerina_log_2.11.0.png"
},
"codedata": {
"node": "FUNCTION_CALL",
"org": "ballerina",
"module": "log",
"symbol": "printInfo",
"version": "2.10.1",
"version": "2.11.0",
"lineRange": {
"fileName": "function_call.bal",
"startLine": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,14 @@
"metadata": {
"label": "printError",
"description": "Prints error logs.\n```ballerina\nerror e = error(\"error occurred\");\nlog:printError(\"error log with cause\", 'error = e, id = 845315);\n```\n",
"icon": "https://bcentral-packageicons.azureedge.net/images/ballerina_log_2.10.1.png"
"icon": "https://bcentral-packageicons.azureedge.net/images/ballerina_log_2.11.0.png"
},
"codedata": {
"node": "FUNCTION_CALL",
"org": "ballerina",
"module": "log",
"symbol": "printError",
"version": "2.10.1",
"version": "2.11.0",
"lineRange": {
"fileName": "log_source.bal",
"startLine": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -341,14 +341,14 @@
"metadata": {
"label": "println",
"description": "Prints `any`, `error` or string templates(such as `The respective int value is ${val}`) value(s) to the STDOUT\nfollowed by a new line.\n```ballerina\nio:println(\"Start processing the CSV file from \", srcFileName);\n```\n",
"icon": "https://bcentral-packageicons.azureedge.net/images/ballerina_io_1.6.2.png"
"icon": "https://bcentral-packageicons.azureedge.net/images/ballerina_io_1.7.0.png"
},
"codedata": {
"node": "FUNCTION_CALL",
"org": "ballerina",
"module": "io",
"symbol": "println",
"version": "1.6.2",
"version": "1.7.0",
"lineRange": {
"fileName": "function_call.bal",
"startLine": {
Expand Down Expand Up @@ -612,14 +612,14 @@
"metadata": {
"label": "println",
"description": "Prints `any`, `error` or string templates(such as `The respective int value is ${val}`) value(s) to the STDOUT\nfollowed by a new line.\n```ballerina\nio:println(\"Start processing the CSV file from \", srcFileName);\n```\n",
"icon": "https://bcentral-packageicons.azureedge.net/images/ballerina_io_1.6.2.png"
"icon": "https://bcentral-packageicons.azureedge.net/images/ballerina_io_1.7.0.png"
},
"codedata": {
"node": "FUNCTION_CALL",
"org": "ballerina",
"module": "io",
"symbol": "println",
"version": "1.6.2",
"version": "1.7.0",
"lineRange": {
"fileName": "function_call.bal",
"startLine": {
Expand Down Expand Up @@ -663,14 +663,14 @@
"metadata": {
"label": "println",
"description": "Prints `any`, `error` or string templates(such as `The respective int value is ${val}`) value(s) to the STDOUT\nfollowed by a new line.\n```ballerina\nio:println(\"Start processing the CSV file from \", srcFileName);\n```\n",
"icon": "https://bcentral-packageicons.azureedge.net/images/ballerina_io_1.6.2.png"
"icon": "https://bcentral-packageicons.azureedge.net/images/ballerina_io_1.7.0.png"
},
"codedata": {
"node": "FUNCTION_CALL",
"org": "ballerina",
"module": "io",
"symbol": "println",
"version": "1.6.2",
"version": "1.7.0",
"lineRange": {
"fileName": "function_call.bal",
"startLine": {
Expand Down
40 changes: 20 additions & 20 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.caching=true
group=org.ballerinalang
version=2.0.0-SNAPSHOT
ballerinaLangVersion=2201.11.0-20241126-123300-03fa53fd
version=2.1.0-SNAPSHOT
ballerinaLangVersion=2201.11.0-20241128-181300-fcbcfda6

ballerinaGradlePluginVersion=2.2.6
checkStyleToolVersion=10.12.1
Expand All @@ -19,38 +19,38 @@ jakartaPersistenceVersion=3.1.0
swaggerParserVersion=2.1.22

# Ballerinax Observer
observeVersion=1.4.0-20241113-092000-b83ae74
observeInternalVersion=1.3.1-20241113-101700-265054d
observeVersion=1.4.0-20241122-184200-c596093
observeInternalVersion=1.4.0-20241122-185200-9e5b1bb

# Standard Library Dependencies
# Stdlib Level 01
stdlibIoVersion=1.6.2-20241112-233100-995cf5f
stdlibTimeVersion=2.6.0-20241113-073800-201b904
stdlibUrlVersion=2.4.1-20241113-073900-335ff51
stdlibIoVersion=1.7.0-20241121-173300-0fbd5d4
stdlibTimeVersion=2.6.0-20241122-120400-97742a7
stdlibUrlVersion=2.5.0-20241122-120400-67af694

# Stdlib Level 02
stdlibConstraintVersion=1.6.0-20241113-090900-d276ad5
stdlibCryptoVersion=2.7.3-20241113-081400-d015a39
stdlibLogVersion=2.10.1-20241113-120000-4577868
stdlibOsVersion=1.8.1-20241113-122000-cca973b
stdlibRandomVersion=1.5.1-20241113-122300-1bc770e
stdlibConstraintVersion=1.6.0-20241122-133100-98689e2
stdlibCryptoVersion=2.8.0-20241122-130800-24f1267
stdlibLogVersion=2.11.0-20241122-150100-2e1a3ca
stdlibOsVersion=1.9.0-20241122-071800-1fae486
stdlibRandomVersion=1.6.0-20241122-130800-df3a582

# Stdlib Level 03
stdlibUuidVersion=1.8.1-20241113-154400-443c67b
stdlibUuidVersion=1.9.0-20241125-110300-5eb185d

# Stdlib Level 04
stdlibAuthVersion=2.12.1-20241113-162300-ded40eb
stdlibOAuth2Version=2.12.1-20241113-162400-4c6ddfe
stdlibJsonDataVersion=1.0.0-20241126-075000-0bf3be0
stdlibAuthVersion=2.13.0-20241125-094500-d380c71
stdlibOAuth2Version=2.13.0-20241126-071700-7eb9e0b
stdlibJsonDataVersion=1.0.0-20241125-114000-0c2f457

# Stdlib Level 05
stdlibHttpVersion=2.13.0-20241114-182900-7e9f66a
stdlibHttpVersion=2.13.0-20241126-181000-6585cc5

# Stdlib Level 06
stdlibGrpcVersion=1.13.0-20241114-195700-5188f60
stdlibGrpcVersion=1.13.0-20241126-215800-1a63b04

# Stdlib Level 07
stdlibGraphqlVersion=1.15.0-20241117-164000-4d95b39
stdlibGraphqlVersion=1.15.0-20241127-145000-9be4f77

# Persist Tool
persistToolVersion=1.4.0-20240814-194900-d6e847f
persistToolVersion=1.5.0-20241128-120100-1da2be3
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 96939e6

Please sign in to comment.