From ccdf8aa5dee70c2a2b1c14b7afab97cab89ecab1 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Mon, 16 Oct 2023 08:46:17 +0000 Subject: [PATCH] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 2 +- ballerina/Dependencies.toml | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index c4b588144..3dbaa1c95 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -19,7 +19,7 @@ path = "../native/build/libs/websocket-native-2.6.1-SNAPSHOT.jar" groupId = "io.ballerina.stdlib" artifactId = "http-native" version = "2.6.2" -path = "./lib/http-native-2.6.2-20231013-151500-b205e1d.jar" +path = "./lib/http-native-2.6.2.jar" [[platform.java11.dependency]] groupId = "io.ballerina.stdlib" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 206b91fff..5b5270e96 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -69,7 +69,7 @@ dependencies = [ [[package]] org = "ballerina" name = "http" -version = "2.6.0" +version = "2.6.2" dependencies = [ {org = "ballerina", name = "auth"}, {org = "ballerina", name = "cache"}, @@ -246,13 +246,14 @@ dependencies = [ [[package]] org = "ballerina" name = "oauth2" -version = "2.6.0" +version = "2.6.1" dependencies = [ {org = "ballerina", name = "cache"}, {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "log"}, - {org = "ballerina", name = "time"} + {org = "ballerina", name = "time"}, + {org = "ballerina", name = "url"} ] modules = [ {org = "ballerina", packageName = "oauth2", moduleName = "oauth2"} @@ -330,7 +331,7 @@ dependencies = [ [[package]] org = "ballerina" name = "websocket" -version = "2.6.0" +version = "2.6.1" dependencies = [ {org = "ballerina", name = "auth"}, {org = "ballerina", name = "constraint"},