Skip to content

Commit

Permalink
Merge pull request #64 from hasathcharu/main
Browse files Browse the repository at this point in the history
Update dependencies for Update 9
  • Loading branch information
Bhashinee authored Apr 10, 2024
2 parents d843979 + 665e9a0 commit 7583a8b
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 43 deletions.
8 changes: 4 additions & 4 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["persist", "sql", "mysql", "mssql", "sql-server"]
repository = "https://github.com/ballerina-platform/module-ballerinax-persist.sql"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.8.0"
distribution = "2201.9.0"

[platform.java17]
graalvmCompatible = true
Expand All @@ -22,10 +22,10 @@ path = "../native/build/libs/persist.sql-native-1.3.0-SNAPSHOT.jar"
groupId = "io.ballerina.stdlib"
artifactId = "persist-native"
version = "1.3.0"
path = "./lib/persist-native-1.3.0-20240314-140700-7048f30.jar"
path = "./lib/persist-native-1.3.0-20240409-100100-594c874.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "sql-native"
version = "1.11.0"
path = "./lib/sql-native-1.11.0.jar"
version = "1.13.0-20240410-111000-2cc6b6c"
path = "./lib/sql-native-1.13.0-20240410-111000-2cc6b6c.jar"
4 changes: 2 additions & 2 deletions ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class = "io.ballerina.stdlib.persist.sql.compiler.PersistSqlCompilerPlugin"
path = "../compiler-plugin/build/libs/persist.sql-compiler-plugin-1.3.0-SNAPSHOT.jar"

[[dependency]]
path = "./lib/persist-native-1.3.0-20240314-140700-7048f30.jar"
path = "./lib/persist-native-1.3.0-20240409-100100-594c874.jar"

[[dependency]]
path = "./lib/persist-compiler-plugin-1.3.0-20240314-140700-7048f30.jar"
path = "./lib/persist-compiler-plugin-1.3.0-20240409-100100-594c874.jar"
28 changes: 14 additions & 14 deletions ballerina/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.9.0-20240229-103900-a949e6d4"
distribution-version = "2201.9.0-20240405-165800-4b163f78"

[[package]]
org = "ballerina"
name = "auth"
version = "2.10.0"
version = "2.11.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "crypto"},
Expand All @@ -23,7 +23,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "cache"
version = "3.7.1"
version = "3.8.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "constraint"},
Expand All @@ -35,7 +35,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "constraint"
version = "1.4.0"
version = "1.5.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -44,7 +44,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "crypto"
version = "2.5.0"
version = "2.7.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
Expand All @@ -66,7 +66,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "http"
version = "2.10.11"
version = "2.11.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "auth"},
Expand Down Expand Up @@ -112,7 +112,7 @@ modules = [
[[package]]
org = "ballerina"
name = "jwt"
version = "2.10.0"
version = "2.11.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -251,7 +251,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "oauth2"
version = "2.10.0"
version = "2.11.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "cache"},
Expand All @@ -265,7 +265,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.2.2"
version = "1.2.3"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
]
Expand Down Expand Up @@ -294,7 +294,7 @@ modules = [
[[package]]
org = "ballerina"
name = "sql"
version = "1.11.1"
version = "1.13.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -352,7 +352,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "uuid"
version = "1.7.0"
version = "1.8.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "crypto"},
Expand Down Expand Up @@ -386,7 +386,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "mssql"
version = "1.11.1"
version = "1.12.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "crypto"},
Expand All @@ -410,7 +410,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "mysql"
version = "1.11.0"
version = "1.12.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "crypto"},
Expand Down Expand Up @@ -458,7 +458,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "postgresql"
version = "1.11.0"
version = "1.12.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "crypto"},
Expand Down
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 = ["persist", "sql", "mysql", "mssql", "sql-server"]
repository = "https://github.com/ballerina-platform/module-ballerinax-persist.sql"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.8.0"
distribution = "2201.9.0"

[platform.java17]
graalvmCompatible = true
Expand Down
41 changes: 19 additions & 22 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gsonVersion=2.10
ballerinaGradlePluginVersion=2.0.1
jacocoVersion=0.8.10

ballerinaLangVersion=2201.9.0-20240229-103900-a949e6d4
ballerinaLangVersion=2201.9.0-20240405-165800-4b163f78

# Direct Dependencies
# Level 01
Expand All @@ -23,53 +23,50 @@ stdlibUrlVersion=2.4.0
# Level 02
stdlibLogVersion=2.9.0
stdlibOsVersion=1.8.0
stdlibPersistVersion=1.3.0-20240409-100100-594c874

# Level 03
stdlibFileVersion=1.9.0

# Level 05
stdlibHttpVersion=2.10.0
stdlibHttpVersion=2.11.0-20240410-121300-ae1095d

# Level 08
stdlibSqlVersion=1.11.0

# Level 09
stdlibPersistVersion=1.3.0-20240314-140700-7048f30
# Level 07
stdlibSqlVersion=1.13.0-20240410-111000-2cc6b6c

# Ballerina external dependency
stdlibMysqlDriverVersion=1.6.0
stdlibMssqlDriverVersion=1.6.0
stdlibPostgresqlDriverVersion=1.5.0
stdlibPostgresqlDriverVersion=1.5.1

# 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

#Level 02
stdlibCryptoVersion=2.5.0
stdlibConstraintVersion=1.5.0
stdlibCryptoVersion=2.7.0-20240410-115200-2ae9fd5
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-20240410-125400-bbe7ac5

# Level 04
stdlibAuthVersion=2.10.0
stdlibJwtVersion=2.10.0
stdlibOAuth2Version=2.10.0
stdlibAuthVersion=2.11.0-20240410-121600-c514b62
stdlibJwtVersion=2.11.0-20240410-124800-1a4eb44
stdlibOAuth2Version=2.11.0-20240410-121700-502990d

# Level 06
stdlibTransactionVersion=1.8.0
stdlibTransactionVersion=1.9.0-20240410-104900-57aec29

# Test Dependencies
stdlibMysqlVersion=1.11.0
stdlibMssqlVersion=1.11.1
stdlibPostgresqlVersion=1.11.0
stdlibMysqlVersion=1.12.0-20240410-123800-3b9d573
stdlibMssqlVersion=1.12.0-20240410-134300-a452400
stdlibPostgresqlVersion=1.12.0-20240410-155200-0ae6d14


# Enabled publishing insecure checksums, due to fail to publish to maven central
Expand Down

0 comments on commit 7583a8b

Please sign in to comment.