Skip to content

Commit

Permalink
Merge pull request #71 from ballerina-platform/release-1.4.0
Browse files Browse the repository at this point in the history
[Automated] Sync main after 1.4.0 release
  • Loading branch information
daneshk authored Aug 26, 2024
2 parents 7a1a75a + d7fe10f commit 66d45b3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ graalvmCompatible = true
groupId = "io.ballerina.stdlib"
artifactId = "persist.googlesheets-native"
version = "1.4.0"
path = "../native/build/libs/persist.googlesheets-native-1.4.0-SNAPSHOT.jar"
path = "../native/build/libs/persist.googlesheets-native-1.4.0.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "persist-native"
version = "1.4.0"
path = "./lib/persist-native-1.4.0-20240808-102300-3b855e5.jar"
path = "./lib/persist-native-1.4.0.jar"
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.10.0-20240806-083400-aabac46a"
distribution-version = "2201.10.0"

[[package]]
org = "ballerina"
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.4.0-SNAPSHOT
version=1.4.1-SNAPSHOT

puppycrawlCheckstyleVersion=10.12.1
checkstyleToolVersion=10.12.1
Expand All @@ -11,7 +11,7 @@ testngVersion=7.6.1
gsonVersion=2.10
ballerinaGradlePluginVersion=2.0.1

ballerinaLangVersion=2201.10.0-20240806-083400-aabac46a
ballerinaLangVersion=2201.10.0

# Direct Dependencies

Expand All @@ -21,21 +21,21 @@ stdlibTimeVersion=2.4.0
stdlibUrlVersion=2.4.0

# Level 02
stdlibLogVersion=2.10.0-20240807-203000-b85cfb9
stdlibLogVersion=2.10.0
stdlibOsVersion=1.8.0

# Level 03
stdlibFileVersion=1.10.0-20240807-205900-a4d66bb
stdlibFileVersion=1.10.0

# Level 05
stdlibHttpVersion=2.12.0-20240809-111500-91b1ccd
stdlibHttpVersion=2.12.0

# Level 08
stdlibPersistVersion=1.4.0-20240808-102300-3b855e5
stdlibPersistVersion=1.4.0

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

# Transitive Dependencies
# Level 01
Expand All @@ -47,16 +47,16 @@ stdlibTaskVersion=2.5.0

# Level 03
stdlibCacheVersion=3.8.0
stdlibMimeVersion=2.10.0-20240807-205100-2728cdc
stdlibMimeVersion=2.10.0
stdlibUuidVersion=1.8.0

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

# Level 06
stdlibTransactionVersion=1.10.0-20240809-131000-44ec1bf
stdlibTransactionVersion=1.10.0

# Connectors
googleSheetsConnector=3.5.0
Expand Down

0 comments on commit 66d45b3

Please sign in to comment.