Skip to content

Commit

Permalink
Merge branch 'master' into regression_issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lnash94 authored Aug 13, 2024
2 parents c309ee0 + 0233bdb commit d279381
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 39 deletions.
6 changes: 0 additions & 6 deletions config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,3 @@
org= "ballerina"
name= "openapi"
version= "@toml.version@"

[[platform.java17.dependency]]
path = "../openapi-validator/build/libs/[email protected]@.jar"
groupId = "ballerina"
artifactId = "openapi"
version = "@project.version@"
33 changes: 17 additions & 16 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,43 +24,44 @@ puppycrawlCheckstyleVersion = 10.12.1
commonsCodecVersion=1.16.0

# Stdlib Level 01
stdlibIoVersion=1.6.0
stdlibIoVersion=1.6.1
stdlibRegexVersion=1.4.3
stdlibTimeVersion=2.4.0
stdlibUrlVersion=2.4.0
stdlibXmldataVersion=1.0.0-20240801-102400-9a318df
stdlibXmldataVersion=1.0.0-20240807-112700-58e6b2e

# Stdlib Level 02
stdlibConstraintVersion=1.5.0
stdlibCryptoVersion=2.7.0
stdlibLogVersion=2.9.0
stdlibCryptoVersion=2.7.2
stdlibLogVersion=2.10.0-20240807-203000-b85cfb9
stdlibOsVersion=1.8.0
stdlibTaskVersion=2.5.0

# Stdlib Level 03
stdlibCacheVersion=3.8.0
stdlibFileVersion=1.9.0
stdlibMimeVersion=2.9.0
stdlibFileVersion=1.10.0-20240807-205900-a4d66bb
stdlibMimeVersion=2.10.0-20240807-205100-2728cdc
stdlibUuidVersion=1.8.0

# Stdlib Level 04
stdlibAuthVersion=2.11.0
stdlibJwtVersion=2.11.0
stdlibOAuth2Version=2.11.0
stdlibAuthVersion=2.12.0-20240807-214700-37b31bb
stdlibJwtVersion=2.13.0-20240809-095500-b9d03ed
stdlibOAuth2Version=2.12.0-20240807-220200-7f7294b

# Stdlib Level 05
stdlibHttpVersion=2.12.0-20240729-085500-865d42c
stdlibHttpVersion=2.12.0-20240809-111500-91b1ccd

# Stdlib Level 06
stdlibGrpcVersion=1.11.0
stdlibWebsocketVersion=2.11.0
stdlibWebsubVersion=2.11.0
stdlibGrpcVersion=1.12.0-20240809-125800-0b4a6a7
stdlibWebsocketVersion=2.12.0-20240809-131100-62b3d4f
stdlibWebsubVersion=2.12.0-20240809-141900-6da2c05

# Stdlib Level 07
stdlibGraphqlVersion=1.12.0
stdlibGraphqlVersion=1.14.0-20240809-155800-d79bf35

# Ballerinax Observer
observeVersion=1.2.3
observeInternalVersion=1.2.2
observeVersion=1.3.0-20240807-093200-e29ca7a
observeInternalVersion=1.3.0-20240807-094500-91e2d3a

# Enabled publishing insecure checksums, due to fail to publish to maven central
# Refer https://github.com/gradle/gradle/issues/11308
Expand Down
6 changes: 0 additions & 6 deletions module-ballerina-openapi/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,3 @@
org= "ballerina"
name= "openapi"
version= "@toml.version@"

[[platform.java17.dependency]]
path = "../openapi-validator/build/libs/[email protected]@.jar"
groupId = "ballerina"
artifactId = "openapi"
version = "@project.version@"
24 changes: 13 additions & 11 deletions openapi-client-native/ballerina-tests/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

[ballerina]
dependencies-toml-version = "2"
distribution-version = "2201.10.0-20240711-141800-6245661f"
distribution-version = "2201.10.0-20240806-083400-aabac46a"

[[package]]
org = "ballerina"
name = "auth"
version = "2.11.0"
version = "2.12.0"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -64,7 +64,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "file"
version = "1.9.0"
version = "1.10.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -75,7 +75,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.11.1"
version = "2.12.0"
dependencies = [
{org = "ballerina", name = "auth"},
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -107,7 +107,7 @@ modules = [
[[package]]
org = "ballerina"
name = "io"
version = "1.6.0"
version = "1.6.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.value"}
Expand All @@ -124,10 +124,11 @@ modules = [
[[package]]
org = "ballerina"
name = "jwt"
version = "2.11.0"
version = "2.13.0"
dependencies = [
{org = "ballerina", name = "cache"},
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.int"},
{org = "ballerina", name = "lang.string"},
Expand Down Expand Up @@ -221,7 +222,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "log"
version = "2.9.0"
version = "2.10.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -232,17 +233,18 @@ dependencies = [
[[package]]
org = "ballerina"
name = "mime"
version = "2.9.0"
version = "2.10.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.int"}
{org = "ballerina", name = "lang.int"},
{org = "ballerina", name = "log"}
]

[[package]]
org = "ballerina"
name = "oauth2"
version = "2.11.0"
version = "2.12.0"
dependencies = [
{org = "ballerina", name = "cache"},
{org = "ballerina", name = "crypto"},
Expand All @@ -255,7 +257,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.2.3"
version = "1.3.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down

0 comments on commit d279381

Please sign in to comment.