From 92d71a0d6cee2cdfe0ab651e3f4093bdbd101fd0 Mon Sep 17 00:00:00 2001 From: Azeem Muzammil Date: Wed, 9 Oct 2024 20:55:30 +0530 Subject: [PATCH] Update avro-module version --- ballerina/LICENSE | 6 +++--- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ballerina/LICENSE b/ballerina/LICENSE index 8bbca5fdc5..4610a92445 100644 --- a/ballerina/LICENSE +++ b/ballerina/LICENSE @@ -174,7 +174,7 @@ ballerina-lang.future-0.0.0.jar ballerina-io-1.6.1.jar jar apache2 ballerina-lang.boolean-0.0.0.jar jar apache2 ballerina-lang.decimal-0.0.0.jar jar apache2 -ballerina-avro-1.0.0.jar jar apache2 +ballerina-avro-1.0.1.jar jar apache2 ballerina-lang.function-0.0.0.jar jar apache2 ballerina-auth-2.11.2.jar jar apache2 ballerina-tcp-1.10.1.jar jar apache2 @@ -268,10 +268,10 @@ jsch-0.1.55.jar ftp-native-2.10.1.jar jar apache2 commons-net-3.9.0.jar bundle apache2 io-native-1.6.1.jar jar apache2 -avro-1.11.3.jar bundle apache2 +avro-1.11.4.jar bundle apache2 jackson-databind-2.17.0.jar bundle apache2 jackson-annotations-2.17.0.jar bundle apache2 -avro-native-1.0.0.jar jar apache2 +avro-native-1.0.1.jar jar apache2 jackson-core-2.17.0.jar bundle apache2 auth-native-2.11.2.jar jar apache2 tcp-compiler-plugin-1.10.1.jar jar apache2 diff --git a/gradle.properties b/gradle.properties index 4ab5158e47..296768e56e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,7 +23,7 @@ stdlibMathVectorVersion=1.0.2 # Stdlib Level 02 -stdlibAvroVersion=1.0.0 +stdlibAvroVersion=1.0.1 stdlibConstraintVersion=1.5.0 stdlibCryptoVersion=2.7.2 stdlibDataXmldataVersion=0.1.4