Skip to content

Commit

Permalink
Merge pull request #577 from chiranSachintha/Update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
gimantha authored Dec 9, 2024
2 parents 7d14d20 + 17c0119 commit fabc458
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
38 changes: 19 additions & 19 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=1.11.0-SNAPSHOT
ballerinaLangVersion=2201.11.0-20241121-075100-c4c87cbc
ballerinaLangVersion=2201.11.0-20241209-162400-0c015833

checkStylePluginVersion=10.12.0
spotbugsPluginVersion=6.0.18
Expand All @@ -11,32 +11,32 @@ releasePluginVersion=2.8.0
ballerinaGradlePluginVersion=2.0.1

# Level 01
stdlibIoVersion=1.7.0-20241121-173300-0fbd5d4
stdlibTimeVersion=2.6.0-20241122-120400-97742a7
stdlibUrlVersion=2.5.0-20241122-120400-67af694
stdlibIoVersion=1.7.0-20241209-171400-26de7d8
stdlibTimeVersion=2.6.0-20241209-171400-4b43c7d
stdlibUrlVersion=2.5.0-20241209-171400-b09a145

# Level 02
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
stdlibTaskVersion=2.6.0-20241122-124800-cb84357
stdlibConstraintVersion=1.6.0-20241209-172100-2facdca
stdlibCryptoVersion=2.8.0-20241209-172100-28a92b5
stdlibLogVersion=2.11.0-20241209-174200-4ab1866
stdlibOsVersion=1.9.0-20241209-172200-af4e3f3
stdlibTaskVersion=2.6.0-20241209-172700-f6bf4fc

# Level 03
stdlibCacheVersion=3.9.0-20241122-182900-c956a97
stdlibFileVersion=1.11.0-20241122-180900-dff344c
stdlibMimeVersion=2.11.0-20241125-094600-bbddf94
stdlibUuidVersion=1.9.0-20241125-110300-5eb185d
stdlibCacheVersion=3.9.0-20241209-173700-f1bd537
stdlibFileVersion=1.11.0-20241209-180600-1aa2676
stdlibMimeVersion=2.11.0-20241209-180600-aa73132
stdlibUuidVersion=1.9.0-20241209-175500-c039f34

# Level 04
stdlibAuthVersion=2.13.0-20241125-094500-d380c71
stdlibAuthVersion=2.13.0-20241209-180400-7e56348
stdlibDataJsonDataVersion=1.0.0-20241125-114000-0c2f457
stdlibJwtVersion=2.14.0-20241125-085500-10a9526
stdlibOAuth2Version=2.13.0-20241126-071700-7eb9e0b
stdlibJwtVersion=2.14.0-20241209-180600-f1a51a1
stdlibOAuth2Version=2.13.0-20241209-180800-22f19ac

# Level 05
stdlibHttpVersion=2.13.0-20241126-181000-6585cc5
stdlibHttpVersion=2.13.0-20241209-200000-1b8535c

# Ballerinax Observer
observeVersion=1.4.0-20241122-184200-c596093
observeInternalVersion=1.4.0-20241122-185200-9e5b1bb
observeVersion=1.4.0-20241209-171500-9472db2
observeInternalVersion=1.4.0-20241209-172400-71fe9c4
2 changes: 1 addition & 1 deletion transaction-ballerina/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.11.0-20241121-075100-c4c87cbc"
distribution-version = "2201.11.0-20241209-162400-0c015833"

[[package]]
org = "ballerina"
Expand Down
2 changes: 1 addition & 1 deletion transaction-negative-tests/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ artifactId = "transaction"
version = "1.11.0-SNAPSHOT"

[[platform.java21.dependency]]
path = "./lib/io-native-1.7.0-20241121-173300-0fbd5d4.jar"
path = "./lib/io-native-1.7.0-20241209-171400-26de7d8.jar"
groupId = "org.ballerinalang"
artifactId = "io-native"
version = "1.7.0-20241121-173300-0fbd5d4"

0 comments on commit fabc458

Please sign in to comment.