Skip to content

Commit

Permalink
Merge pull request #773 from aashikam/update-versions-u8
Browse files Browse the repository at this point in the history
Update dependencies for u8
  • Loading branch information
aashikam authored Sep 6, 2023
2 parents 803a510 + a2f65c5 commit e8716bb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion 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.8.0-20230726-145300-b2bdf796"
distribution-version = "2201.8.0-20230830-220400-8a7556d8"

[[package]]
org = "ballerina"
Expand Down
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ path = "../native/build/libs/nats-native-2.10.0-SNAPSHOT.jar"
groupId = "io.ballerina.stdlib"
artifactId = "constraint-native"
version = "1.4.0"
path = "./lib/constraint-native-1.4.0-20230810-133100-e09cfc1.jar"
path = "./lib/constraint-native-1.4.0-20230831-142400-50e4023.jar"

[build-options]
observabilityIncluded=true
2 changes: 1 addition & 1 deletion 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.8.0-20230726-145300-b2bdf796"
distribution-version = "2201.8.0-20230830-220400-8a7556d8"

[[package]]
org = "ballerina"
Expand Down
18 changes: 10 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,22 @@ org.gradle.caching=true
group=io.ballerina.stdlib

version=2.10.0-SNAPSHOT
ballerinaLangVersion=2201.8.0-20230726-145300-b2bdf796
ballerinaLangVersion=2201.8.0-20230830-220400-8a7556d8
ballerinaGradlePluginVersion=2.0.1

natsVersion=2.16.0
puppycrawlCheckstyleVersion=10.12.1
testngVersion=7.6.1
gsonVersion=2.8.8

stdlibConstraintVersion=1.4.0-20230810-133100-e09cfc1
stdlibIoVersion=1.6.0-20230810-115500-2e569f5
stdlibCryptoVersion=2.5.0-20230810-124300-ddf6788
stdlibTimeVersion=2.4.0-20230810-115600-b28bb07
stdlibLogVersion=2.9.0-20230810-161500-6d3d1df
observeVersion=1.2.0-20230810-105500-5841859
observeInternalVersion=1.2.0-20230810-141300-a348751
stdlibIoVersion=1.6.0-20230831-135000-049f91a
stdlibTimeVersion=2.4.0-20230831-134800-62143cd

stdlibConstraintVersion=1.4.0-20230831-142400-50e4023
stdlibLogVersion=2.9.0-20230831-153100-9b73447
stdlibCryptoVersion=2.5.0-20230831-142400-f4a0d9f

observeVersion=1.2.0-20230831-133600-6d16df4
observeInternalVersion=1.2.0-20230831-141400-b3bbdc2

jacocoVersion=0.8.10

0 comments on commit e8716bb

Please sign in to comment.