Skip to content

Commit

Permalink
Merge pull request #1720 from lnash94/resource_info_2.0.x
Browse files Browse the repository at this point in the history
[2.0.x] Update ballerina lang and http versions
  • Loading branch information
TharmiganK authored Jun 14, 2024
2 parents 9c8b076 + 07f37ab commit 67cb4cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ clientNativeVersion=1.0.1-SNAPSHOT
clientNativePublish=false

#dependency
ballerinaLangVersion=2201.9.0
ballerinaLangVersion=2201.9.1
testngVersion=7.6.1
slf4jVersion=1.7.30
org.gradle.jvmargs=-Xmx4096M -Dfile.encoding=UTF-8
Expand Down Expand Up @@ -46,7 +46,7 @@ stdlibJwtVersion=2.11.0
stdlibOAuth2Version=2.11.0

# Stdlib Level 05
stdlibHttpVersion=2.11.2-20240614-092300-d9d00e9
stdlibHttpVersion=2.11.2

# Stdlib Level 06
stdlibGrpcVersion=1.11.0
Expand Down
2 changes: 1 addition & 1 deletion module-ballerina-openapi/annotation.bal
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# + email - The email address to contact the API provider or support.
# + contactName - The full name of the person or organization responsible for the API.
# + contactURL - The URL to a web page with more information about the API, the provider, or support.
# + termOfService - The URL to the terms of service for the API.
# + termsOfService - The URL to the terms of service for the API.
# + licenseName - The name of the license under which the API is provided.
# + licenseURL - The URL to the full text of the license.
public type ServiceInformation record {|
Expand Down
6 changes: 3 additions & 3 deletions openapi-client-native/ballerina-tests/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.9.0"
distribution-version = "2201.9.1"

[[package]]
org = "ballerina"
Expand Down Expand Up @@ -55,7 +55,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "crypto"
version = "2.7.0"
version = "2.7.2"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -75,7 +75,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.11.0"
version = "2.11.2"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down

0 comments on commit 67cb4cb

Please sign in to comment.