Skip to content

Commit

Permalink
Merge pull request #926 from daneshk/main
Browse files Browse the repository at this point in the history
Update lang and dependencies for update 09
  • Loading branch information
Bhashinee committed Apr 10, 2024
2 parents 8166a15 + f19a2a6 commit a45d655
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 34 deletions.
12 changes: 6 additions & 6 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
[package]
org = "ballerinax"
name = "oracledb"
version = "1.11.1"
version = "1.12.0"
authors = ["Ballerina"]
keywords = ["database", "client", "network", "SQL", "RDBMS", "OracleDB", "Oracle"]
repository = "https://github.com/ballerina-platform/module-ballerinax-oracledb"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.8.0"
distribution = "2201.9.0"

[platform.java17]
graalvmCompatible = true

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "oracledb-native"
version = "1.11.1"
path = "../native/build/libs/oracledb-native-1.11.1-SNAPSHOT.jar"
version = "1.12.0"
path = "../native/build/libs/oracledb-native-1.12.0-SNAPSHOT.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "sql-native"
version = "1.12.0"
path = "./lib/sql-native-1.12.0.jar"
version = "1.13.0"
path = "./lib/sql-native-1.13.0-20240410-111000-2cc6b6c.jar"
2 changes: 1 addition & 1 deletion ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ id = "oracledb-compiler-plugin"
class = "io.ballerina.stdlib.oracledb.compiler.OracleDBCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/oracledb-compiler-plugin-1.11.1-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/oracledb-compiler-plugin-1.12.0-SNAPSHOT.jar"
24 changes: 12 additions & 12 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.8.0"
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 @@ -44,7 +44,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "crypto"
version = "2.6.2"
version = "2.7.0"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -71,7 +71,7 @@ modules = [
[[package]]
org = "ballerina"
name = "http"
version = "2.10.6"
version = "2.11.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "auth"},
Expand Down Expand Up @@ -113,15 +113,14 @@ modules = [
org = "ballerina"
name = "jballerina.java"
version = "0.0.0"
scope = "testOnly"
modules = [
{org = "ballerina", packageName = "jballerina.java", moduleName = "jballerina.java"}
]

[[package]]
org = "ballerina"
name = "jwt"
version = "2.10.0"
version = "2.11.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -267,7 +266,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "oauth2"
version = "2.10.0"
version = "2.11.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "cache"},
Expand All @@ -281,7 +280,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.2.2"
version = "1.2.3"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -300,7 +299,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "sql"
version = "1.12.0"
version = "1.13.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -328,6 +327,7 @@ version = "0.0.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.array"},
{org = "ballerina", name = "lang.error"}
]
modules = [
Expand Down Expand Up @@ -357,7 +357,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 @@ -391,7 +391,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "oracledb"
version = "1.11.1"
version = "1.12.0"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "file"},
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 = ["database", "client", "network", "SQL", "RDBMS", "OracleDB", "Oracle
repository = "https://github.com/ballerina-platform/module-ballerinax-oracledb"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.8.0"
distribution = "2201.9.0"

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

puppycrawlCheckstyleVersion=10.12.1
oracleDBDriverVersion=23.2.0.0
Expand All @@ -11,9 +11,9 @@ researchgateReleaseVersion=2.8.0
testngVersion=7.6.1
ballerinaGradlePluginVersion=2.0.1

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

stdlibSqlVersion=1.12.0
stdlibSqlVersion=1.13.0-20240410-111000-2cc6b6c

# Direct Dependencies
# Level 01
Expand All @@ -28,33 +28,33 @@ 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-104900-57aec29

# Ballerina extended library
stdlibOracledbDriverVersion=1.4.0

0 comments on commit a45d655

Please sign in to comment.