Skip to content

Commit 44ff14d

Browse files
authored
Merge pull request #18 from ballerina-platform/keyword-update
[Automated] Update Keywords for connector filtering
2 parents 6fdfcc5 + a3607a3 commit 44ff14d

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

ballerina/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "hubspot.crm.obj.tickets"
55
version = "2.0.0"
66
license = ["Apache-2.0"]
77
authors = ["Ballerina"]
8-
keywords = ["hubspot", "crm", "tickets"]
8+
keywords = ["tickets", "Vendor/HubSpot", "Area/CRM", "Type/Connector"]
99
repository = "https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.object.tickets"
1010

1111
[build-options]

ballerina/Dependencies.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies = [
4141
[[package]]
4242
org = "ballerina"
4343
name = "crypto"
44-
version = "2.9.0"
44+
version = "2.9.2"
4545
dependencies = [
4646
{org = "ballerina", name = "jballerina.java"},
4747
{org = "ballerina", name = "time"}
@@ -50,7 +50,7 @@ dependencies = [
5050
[[package]]
5151
org = "ballerina"
5252
name = "data.jsondata"
53-
version = "1.1.0"
53+
version = "1.1.3"
5454
dependencies = [
5555
{org = "ballerina", name = "jballerina.java"},
5656
{org = "ballerina", name = "lang.object"}
@@ -73,7 +73,7 @@ dependencies = [
7373
[[package]]
7474
org = "ballerina"
7575
name = "http"
76-
version = "2.14.0"
76+
version = "2.14.8"
7777
dependencies = [
7878
{org = "ballerina", name = "auth"},
7979
{org = "ballerina", name = "cache"},
@@ -120,7 +120,7 @@ version = "0.0.0"
120120
[[package]]
121121
org = "ballerina"
122122
name = "jwt"
123-
version = "2.15.0"
123+
version = "2.15.1"
124124
dependencies = [
125125
{org = "ballerina", name = "cache"},
126126
{org = "ballerina", name = "crypto"},
@@ -229,7 +229,7 @@ dependencies = [
229229
[[package]]
230230
org = "ballerina"
231231
name = "mime"
232-
version = "2.12.0"
232+
version = "2.12.1"
233233
dependencies = [
234234
{org = "ballerina", name = "io"},
235235
{org = "ballerina", name = "jballerina.java"},
@@ -240,7 +240,7 @@ dependencies = [
240240
[[package]]
241241
org = "ballerina"
242242
name = "oauth2"
243-
version = "2.14.0"
243+
version = "2.14.1"
244244
dependencies = [
245245
{org = "ballerina", name = "cache"},
246246
{org = "ballerina", name = "crypto"},
@@ -256,15 +256,15 @@ modules = [
256256
[[package]]
257257
org = "ballerina"
258258
name = "observe"
259-
version = "1.5.0"
259+
version = "1.5.1"
260260
dependencies = [
261261
{org = "ballerina", name = "jballerina.java"}
262262
]
263263

264264
[[package]]
265265
org = "ballerina"
266266
name = "os"
267-
version = "1.10.0"
267+
version = "1.10.1"
268268
dependencies = [
269269
{org = "ballerina", name = "io"},
270270
{org = "ballerina", name = "jballerina.java"}
@@ -307,7 +307,7 @@ dependencies = [
307307
[[package]]
308308
org = "ballerina"
309309
name = "url"
310-
version = "2.6.0"
310+
version = "2.6.1"
311311
dependencies = [
312312
{org = "ballerina", name = "jballerina.java"}
313313
]

build-config/resources/Ballerina.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "hubspot.crm.obj.tickets"
55
version = "@toml.version@"
66
license = ["Apache-2.0"]
77
authors = ["Ballerina"]
8-
keywords = ["hubspot", "crm", "tickets"]
8+
keywords = ["tickets", "Vendor/HubSpot", "Area/CRM", "Type/Connector"]
99
repository = "https://github.com/ballerina-platform/module-ballerinax-hubspot.crm.object.tickets"
1010

1111
[build-options]

0 commit comments

Comments
 (0)