From 7581950880ad19165237fd12862ecc779ea3df01 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 22 Oct 2025 08:51:24 +0000 Subject: [PATCH 1/4] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 44ce7d2c..ea6a3ef3 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -16,7 +16,7 @@ graalvmCompatible = true groupId = "io.ballerina.stdlib" artifactId = "crypto-native" version = "2.9.2" -path = "../native/build/libs/crypto-native-2.9.2-SNAPSHOT.jar" +path = "../native/build/libs/crypto-native-2.9.2.jar" [[platform.java21.dependency]] groupId = "org.bouncycastle" From 475fd0f91f4f45f92a3e8d4d41530f3ed1171160 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 22 Oct 2025 08:51:24 +0000 Subject: [PATCH 2/4] [Gradle Release Plugin] - pre tag commit: 'v2.9.2'. --- ballerina/CompilerPlugin.toml | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 603da8e2..b7f8f931 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "crypto-compiler-plugin" class = "io.ballerina.stdlib.crypto.compiler.CryptoCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/crypto-compiler-plugin-2.9.2-SNAPSHOT.jar" +path = "../compiler-plugin/build/libs/crypto-compiler-plugin-2.9.2.jar" diff --git a/gradle.properties b/gradle.properties index d74ccff7..0267cdde 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.9.2-SNAPSHOT +version=2.9.2 checkstylePluginVersion=10.12.0 bouncycastleVersion=1.80 spotbugsPluginVersion=6.0.18 From 63afbef1a449020a3beccccffef034e5fa04bec3 Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Wed, 22 Oct 2025 08:51:26 +0000 Subject: [PATCH 3/4] [Gradle Release Plugin] - new version commit: 'v2.9.3-SNAPSHOT'. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 0267cdde..e58327c4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ org.gradle.caching=true group=io.ballerina.stdlib -version=2.9.2 +version=2.9.3-SNAPSHOT checkstylePluginVersion=10.12.0 bouncycastleVersion=1.80 spotbugsPluginVersion=6.0.18 From a70c75190d33e4c056578cea7faf16bcbb228864 Mon Sep 17 00:00:00 2001 From: Krishnananthalingam Tharmigan <63336800+TharmiganK@users.noreply.github.com> Date: Wed, 22 Oct 2025 14:47:25 +0530 Subject: [PATCH 4/4] Update changelog for version 2.9.2 Updated changelog for version 2.9.2 with new static analysis rules. --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 5ffe7aca..291581db 100644 --- a/changelog.md +++ b/changelog.md @@ -3,7 +3,7 @@ This file contains all the notable changes done to the Ballerina Crypto package The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [2.9.2] - 2025-10-22 ### Added - [Add static analysis rule - Encryption algorithms should be used with secure mode and padding scheme](https://github.com/ballerina-platform/ballerina-library/issues/7940)