Skip to content

Commit

Permalink
Merge pull request #689 from kaneeldias/update
Browse files Browse the repository at this point in the history
Update the dependency versions for Swan Lake Update 6
  • Loading branch information
MadhukaHarith92 committed May 24, 2023
2 parents c66226f + c4deabd commit b3c0c13
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 31 deletions.
10 changes: 5 additions & 5 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
org = "ballerinax"
name = "oracledb"
version = "1.8.1"
version = "1.9.0"
authors = ["Ballerina"]
keywords = ["database", "client", "network", "SQL", "RDBMS", "OracleDB", "Oracle"]
repository = "https://github.com/ballerina-platform/module-ballerinax-oracledb"
Expand All @@ -12,11 +12,11 @@ distribution = "2201.5.0"
[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "oracledb-native"
version = "1.8.1"
path = "../native/build/libs/oracledb-native-1.8.1-SNAPSHOT.jar"
version = "1.9.0"
path = "../native/build/libs/oracledb-native-1.9.0-SNAPSHOT.jar"

[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "sql-native"
version = "1.8.1"
path = "./lib/sql-native-1.8.1-20230428-175000-be035f5.jar"
version = "1.9.0"
path = "./lib/sql-native-1.9.0-20230524-142200-889b602.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.8.1-SNAPSHOT.jar"
path = "../compiler-plugin/build/libs/oracledb-compiler-plugin-1.9.0-SNAPSHOT.jar"
20 changes: 10 additions & 10 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ distribution-version = "2201.5.0"
[[package]]
org = "ballerina"
name = "auth"
version = "2.7.1"
version = "2.8.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "crypto"},
Expand All @@ -23,7 +23,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "cache"
version = "3.4.0"
version = "3.5.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "constraint"},
Expand All @@ -35,7 +35,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "constraint"
version = "1.1.0"
version = "1.2.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand All @@ -44,7 +44,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "crypto"
version = "2.3.0"
version = "2.3.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "time"}
Expand All @@ -71,7 +71,7 @@ modules = [
[[package]]
org = "ballerina"
name = "http"
version = "2.7.1"
version = "2.8.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "auth"},
Expand Down Expand Up @@ -100,7 +100,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "io"
version = "1.4.0"
version = "1.4.1"
dependencies = [
{org = "ballerina", name = "jballerina.java"},
{org = "ballerina", name = "lang.value"}
Expand All @@ -120,7 +120,7 @@ modules = [
[[package]]
org = "ballerina"
name = "jwt"
version = "2.7.1"
version = "2.8.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -257,7 +257,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "oauth2"
version = "2.7.1"
version = "2.8.0"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "cache"},
Expand Down Expand Up @@ -290,7 +290,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "sql"
version = "1.8.1"
version = "1.9.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -380,7 +380,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "oracledb"
version = "1.8.1"
version = "1.9.0"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "file"},
Expand Down
30 changes: 15 additions & 15 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=io.ballerina.stdlib
version=1.8.1-SNAPSHOT
version=1.9.0-SNAPSHOT

puppycrawlCheckstyleVersion=8.18
oracleDBDriverVersion=12.2.0.1
Expand All @@ -13,48 +13,48 @@ ballerinaGradlePluginVersion=1.0.1

ballerinaLangVersion=2201.5.0

stdlibSqlVersion=1.8.1-20230428-175000-be035f5
stdlibSqlVersion=1.9.0-20230524-142200-889b602

# Direct Dependencies
# Level 01
stdlibIoVersion=1.4.0
stdlibIoVersion=1.4.1
stdlibTimeVersion=2.2.4

# Level 02
stdlibLogVersion=2.7.1-20230426-134900-2076e24
stdlibLogVersion=2.7.1-20230522-155500-d73bdb5
stdlibOsVersion=1.6.0

# Level 03
stdlibFileVersion=1.7.1-20230426-145900-748058d
stdlibFileVersion=1.7.1-20230523-104800-e56ed72

# Ballerinax Observer
observeVersion=1.0.7
observeInternalVersion=1.0.6

# Transitive Dependencies
# Level 01
stdlibConstraintVersion=1.1.0
stdlibConstraintVersion=1.2.0-20230518-182800-2681a7b
stdlibUrlVersion=2.2.3

# Level 02
stdlibCryptoVersion=2.3.0
stdlibCryptoVersion=2.3.1-20230522-113000-73ae1e2
stdlibTaskVersion=2.3.2

# Level 03
stdlibCacheVersion=3.4.0
stdlibMimeVersion=2.7.1-20230426-174700-fa17cd3
stdlibUuidVersion=1.5.1-20230426-134700-1b44f72
stdlibCacheVersion=3.5.0-20230523-104800-1103165
stdlibMimeVersion=2.7.1-20230523-092600-8dee40d
stdlibUuidVersion=1.5.1-20230523-104800-89d91a7

# Level 04
stdlibAuthVersion=2.7.1-20230426-151300-6b9f314
stdlibJwtVersion=2.7.1-20230427-123000-f1f10bf
stdlibOAuth2Version=2.7.1-20230426-163900-b9c951b
stdlibAuthVersion=2.8.0-20230523-114200-ee19e22
stdlibJwtVersion=2.8.0-20230523-142400-24ef641
stdlibOAuth2Version=2.8.0-20230523-120200-d1e3253

# Level 05
stdlibHttpVersion=2.7.1-20230427-161400-631151b
stdlibHttpVersion=2.8.0-20230523-165700-8e0a30b

# Level 06
stdlibTransactionVersion=1.5.1-20230428-101600-219af3d
stdlibTransactionVersion=1.6.0-20230524-123200-367c766

# Ballerina extended library
stdlibOracledbDriverVersion=1.2.1

0 comments on commit b3c0c13

Please sign in to comment.