Skip to content

Commit 2e1a0b3

Browse files
ballerina-botballerina-bot
andauthored
[Automated] Sync main after 1.14.1 release (#1021)
* [Automated] Update the native jar versions * [Automated] Update the native jar versions * [Gradle Release Plugin] - pre tag commit: 'v1.14.1'. * [Gradle Release Plugin] - new version commit: 'v1.14.2-SNAPSHOT'. --------- Co-authored-by: ballerina-bot <ballerina-bot@ballerina.org>
1 parent 0d76507 commit 2e1a0b3

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

ballerina/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ graalvmCompatible = true
1616
groupId = "io.ballerina.stdlib"
1717
artifactId = "oracledb-native"
1818
version = "1.14.1"
19-
path = "../native/build/libs/oracledb-native-1.14.1-SNAPSHOT.jar"
19+
path = "../native/build/libs/oracledb-native-1.14.1.jar"
2020

2121
[[platform.java21.dependency]]
2222
groupId = "io.ballerina.stdlib"

ballerina/CompilerPlugin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ id = "oracledb-compiler-plugin"
33
class = "io.ballerina.stdlib.oracledb.compiler.OracleDBCompilerPlugin"
44

55
[[dependency]]
6-
path = "../compiler-plugin/build/libs/oracledb-compiler-plugin-1.14.1-SNAPSHOT.jar"
6+
path = "../compiler-plugin/build/libs/oracledb-compiler-plugin-1.14.1.jar"

ballerina/Dependencies.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies = [
4444
[[package]]
4545
org = "ballerina"
4646
name = "crypto"
47-
version = "2.9.2"
47+
version = "2.9.0"
4848
dependencies = [
4949
{org = "ballerina", name = "jballerina.java"},
5050
{org = "ballerina", name = "time"}
@@ -56,7 +56,7 @@ modules = [
5656
[[package]]
5757
org = "ballerina"
5858
name = "data.jsondata"
59-
version = "1.1.3"
59+
version = "1.1.0"
6060
scope = "testOnly"
6161
dependencies = [
6262
{org = "ballerina", name = "jballerina.java"},
@@ -81,7 +81,7 @@ modules = [
8181
[[package]]
8282
org = "ballerina"
8383
name = "http"
84-
version = "2.14.8"
84+
version = "2.14.0"
8585
scope = "testOnly"
8686
dependencies = [
8787
{org = "ballerina", name = "auth"},
@@ -131,7 +131,7 @@ modules = [
131131
[[package]]
132132
org = "ballerina"
133133
name = "jwt"
134-
version = "2.15.1"
134+
version = "2.15.0"
135135
scope = "testOnly"
136136
dependencies = [
137137
{org = "ballerina", name = "cache"},
@@ -267,7 +267,7 @@ dependencies = [
267267
[[package]]
268268
org = "ballerina"
269269
name = "mime"
270-
version = "2.12.1"
270+
version = "2.12.0"
271271
scope = "testOnly"
272272
dependencies = [
273273
{org = "ballerina", name = "io"},
@@ -293,7 +293,7 @@ dependencies = [
293293
[[package]]
294294
org = "ballerina"
295295
name = "observe"
296-
version = "1.5.1"
296+
version = "1.5.0"
297297
scope = "testOnly"
298298
dependencies = [
299299
{org = "ballerina", name = "jballerina.java"}
@@ -302,7 +302,7 @@ dependencies = [
302302
[[package]]
303303
org = "ballerina"
304304
name = "os"
305-
version = "1.10.1"
305+
version = "1.10.0"
306306
scope = "testOnly"
307307
dependencies = [
308308
{org = "ballerina", name = "io"},
@@ -361,7 +361,7 @@ modules = [
361361
[[package]]
362362
org = "ballerina"
363363
name = "url"
364-
version = "2.6.1"
364+
version = "2.6.0"
365365
scope = "testOnly"
366366
dependencies = [
367367
{org = "ballerina", name = "jballerina.java"}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=io.ballerina.stdlib
2-
version=1.14.1-SNAPSHOT
2+
version=1.14.2-SNAPSHOT
33

44
ballerinaLangVersion=2201.12.0
55
oracleDBDriverVersion=23.2.0.0

0 commit comments

Comments
 (0)