Skip to content

Commit bf637ba

Browse files
Merge pull request #21 from MohamedSabthar/ai-version-bump
Update ai module version to 1.5.4 in Dependencies.toml
2 parents 20d87db + e35da99 commit bf637ba

File tree

4 files changed

+19
-18
lines changed

4 files changed

+19
-18
lines changed

ballerina/Ballerina.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ icon="icon.png"
77
name = "ai.deepseek"
88
org = "ballerinax"
99
repository = "https://github.com/ballerina-platform/module-ballerinax-ai.deepseek"
10-
version = "1.0.3"
10+
version = "1.0.4"
1111

1212
[platform.java21]
1313
graalvmCompatible = true
1414

1515
[[platform.java21.dependency]]
1616
groupId = "io.ballerina.lib"
1717
artifactId = "ai.deepseek-native"
18-
version = "1.0.3"
19-
path = "../native/build/libs/ai.deepseek-native-1.0.3.jar"
18+
version = "1.0.4"
19+
path = "../native/build/libs/ai.deepseek-native-1.0.4-SNAPSHOT.jar"

ballerina/CompilerPlugin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id = "ai-deepseek-compiler-plugin"
33
class = "io.ballerina.lib.ai.deepseek.AiDeepseekCompilerPlugin"
44

55
[[dependency]]
6-
path = "../compiler-plugin/build/libs/ai.deepseek-compiler-plugin-1.0.3.jar"
6+
path = "../compiler-plugin/build/libs/ai.deepseek-compiler-plugin-1.0.4-SNAPSHOT.jar"
77

88
[[dependency]]
99
path = "../compiler-plugin/build/libs/ballerina-to-openapi-2.3.0.jar"

ballerina/Dependencies.toml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ distribution-version = "2201.12.0"
1010
[[package]]
1111
org = "ballerina"
1212
name = "ai"
13-
version = "1.1.2"
13+
version = "1.5.4"
1414
dependencies = [
1515
{org = "ballerina", name = "constraint"},
1616
{org = "ballerina", name = "data.jsondata"},
@@ -21,6 +21,7 @@ dependencies = [
2121
{org = "ballerina", name = "jballerina.java"},
2222
{org = "ballerina", name = "lang.array"},
2323
{org = "ballerina", name = "lang.regexp"},
24+
{org = "ballerina", name = "lang.runtime"},
2425
{org = "ballerina", name = "log"},
2526
{org = "ballerina", name = "math.vector"},
2627
{org = "ballerina", name = "mcp"},
@@ -69,7 +70,7 @@ dependencies = [
6970
[[package]]
7071
org = "ballerina"
7172
name = "crypto"
72-
version = "2.9.0"
73+
version = "2.9.1"
7374
dependencies = [
7475
{org = "ballerina", name = "jballerina.java"},
7576
{org = "ballerina", name = "time"}
@@ -78,7 +79,7 @@ dependencies = [
7879
[[package]]
7980
org = "ballerina"
8081
name = "data.jsondata"
81-
version = "1.1.0"
82+
version = "1.1.2"
8283
dependencies = [
8384
{org = "ballerina", name = "jballerina.java"},
8485
{org = "ballerina", name = "lang.object"}
@@ -87,7 +88,7 @@ dependencies = [
8788
[[package]]
8889
org = "ballerina"
8990
name = "data.xmldata"
90-
version = "1.4.2"
91+
version = "1.5.0"
9192
dependencies = [
9293
{org = "ballerina", name = "jballerina.java"},
9394
{org = "ballerina", name = "lang.object"}
@@ -107,7 +108,7 @@ dependencies = [
107108
[[package]]
108109
org = "ballerina"
109110
name = "http"
110-
version = "2.14.2"
111+
version = "2.14.6"
111112
dependencies = [
112113
{org = "ballerina", name = "auth"},
113114
{org = "ballerina", name = "cache"},
@@ -157,7 +158,7 @@ modules = [
157158
[[package]]
158159
org = "ballerina"
159160
name = "jwt"
160-
version = "2.15.0"
161+
version = "2.15.1"
161162
dependencies = [
162163
{org = "ballerina", name = "cache"},
163164
{org = "ballerina", name = "crypto"},
@@ -255,7 +256,7 @@ dependencies = [
255256
[[package]]
256257
org = "ballerina"
257258
name = "log"
258-
version = "2.12.0"
259+
version = "2.13.0"
259260
dependencies = [
260261
{org = "ballerina", name = "io"},
261262
{org = "ballerina", name = "jballerina.java"},
@@ -271,7 +272,7 @@ version = "1.2.0"
271272
[[package]]
272273
org = "ballerina"
273274
name = "mcp"
274-
version = "0.9.1"
275+
version = "1.0.0"
275276
dependencies = [
276277
{org = "ballerina", name = "http"},
277278
{org = "ballerina", name = "jballerina.java"},
@@ -292,7 +293,7 @@ dependencies = [
292293
[[package]]
293294
org = "ballerina"
294295
name = "oauth2"
295-
version = "2.14.0"
296+
version = "2.14.1"
296297
dependencies = [
297298
{org = "ballerina", name = "cache"},
298299
{org = "ballerina", name = "crypto"},
@@ -313,7 +314,7 @@ dependencies = [
313314
[[package]]
314315
org = "ballerina"
315316
name = "os"
316-
version = "1.10.0"
317+
version = "1.10.1"
317318
dependencies = [
318319
{org = "ballerina", name = "io"},
319320
{org = "ballerina", name = "jballerina.java"}
@@ -322,7 +323,7 @@ dependencies = [
322323
[[package]]
323324
org = "ballerina"
324325
name = "task"
325-
version = "2.10.0"
326+
version = "2.11.0"
326327
dependencies = [
327328
{org = "ballerina", name = "jballerina.java"},
328329
{org = "ballerina", name = "time"},
@@ -388,7 +389,7 @@ dependencies = [
388389
[[package]]
389390
org = "ballerinax"
390391
name = "ai.deepseek"
391-
version = "1.0.3"
392+
version = "1.0.4"
392393
dependencies = [
393394
{org = "ballerina", name = "ai"},
394395
{org = "ballerina", name = "http"},

ballerina/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ task commitTomlFiles {
7272
project.exec {
7373
ignoreExitValue true
7474
if (Os.isFamily(Os.FAMILY_WINDOWS)) {
75-
commandLine 'cmd', '/c', "git commit -m \"[Automated] Update the toml files\" Ballerina.toml Dependencies.toml"
75+
commandLine 'cmd', '/c', "git commit -m \"[Automated] Update the toml files\" Ballerina.toml Dependencies.toml CompilerPlugin.toml"
7676
} else {
77-
commandLine 'sh', '-c', "git commit -m '[Automated] Update the toml files' Ballerina.toml Dependencies.toml"
77+
commandLine 'sh', '-c', "git commit -m '[Automated] Update the toml files' Ballerina.toml Dependencies.toml CompilerPlugin.toml"
7878
}
7979
}
8080
}

0 commit comments

Comments
 (0)