Skip to content

Commit

Permalink
Update lang and dependencies for update 09
Browse files Browse the repository at this point in the history
  • Loading branch information
daneshk committed Apr 10, 2024
1 parent 2e9759a commit 9b25f9f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["database", "client", "network", "SQL", "RDBMS"]
repository = "https://github.com/ballerina-platform/module-ballerina-sql"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.8.0"
distribution = "2201.9.0"

[platform.java17]
graalvmCompatible = true
Expand Down
26 changes: 13 additions & 13 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=io.ballerina.stdlib
version=1.12.1-SNAPSHOT
version=1.13.0-SNAPSHOT

puppycrawlCheckstyleVersion=10.12.1
hikkariLibVersion=3.3.1
Expand All @@ -14,7 +14,7 @@ researchgateReleaseVersion=2.8.0
testngVersion=7.6.1
ballerinaGradlePluginVersion=2.0.1

ballerinaLangVersion=2201.8.0
ballerinaLangVersion=2201.9.0-20240405-165800-4b163f78

# Direct Dependencies
# Level 01
Expand All @@ -29,30 +29,30 @@ stdlibOsVersion=1.8.0
stdlibFileVersion=1.9.0

# Ballerinax Observer
observeVersion=1.2.0
observeInternalVersion=1.2.0
observeVersion=1.2.3-20240408-194900-a0e331f
observeInternalVersion=1.2.2-20240408-195500-1436319

# Transitive Dependencies
# Level 01
stdlibConstraintVersion=1.4.0
stdlibConstraintVersion=1.5.0
stdlibUrlVersion=2.4.0

# Level 02
stdlibCryptoVersion=2.5.0
stdlibCryptoVersion=2.7.0-20240328-114200-c8cc19f
stdlibTaskVersion=2.5.0

# Level 03
stdlibCacheVersion=3.7.0
stdlibCacheVersion=3.8.0-20240409-101100-e2d7f4e
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.0
stdlibHttpVersion=2.11.0-20240409-155700-86d3a0d

# Level 06
stdlibTransactionVersion=1.8.0
stdlibTransactionVersion=1.9.0-20240410-102100-6c6c493

0 comments on commit 9b25f9f

Please sign in to comment.