From 0ef1464bd9d87a78b2141f62046e313ad4cf916d Mon Sep 17 00:00:00 2001 From: TharmiganK Date: Tue, 20 Jun 2023 22:32:21 +0530 Subject: [PATCH] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 4 ++-- ballerina/Dependencies.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 6f5a1fabbb..8880df834d 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -23,13 +23,13 @@ path = "../native/build/libs/http-native-2.9.0-SNAPSHOT.jar" groupId = "io.ballerina.stdlib" artifactId = "mime-native" version = "2.8.0" -path = "./lib/mime-native-2.8.0-20230614-201600-ffa7634.jar" +path = "./lib/mime-native-2.8.0-20230620-205000-a1e0453.jar" [[platform.java11.dependency]] groupId = "io.ballerina.stdlib" artifactId = "constraint-native" version = "1.3.0" -path = "./lib/constraint-native-1.3.0-20230614-161700-f1a0fb3.jar" +path = "./lib/constraint-native-1.3.0-20230620-195700-ca941bc.jar" [[platform.java11.dependency]] groupId = "io.netty" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 0c650c4ad6..071dd9c124 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.6.0-20230614-102000-d1aade7d" +distribution-version = "2201.7.0-20230619-175900-bb4e4544" [[package]] org = "ballerina"