From ed69383731aee22b0aef84265863c44099cd5c0b Mon Sep 17 00:00:00 2001 From: siujamo Date: Fri, 29 May 2026 16:31:55 +0800 Subject: [PATCH] build: bump versions to 3.4.0 for common-toolbox, crypto-toolbox and version-catalogue --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 5209411..310f921 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,12 +21,12 @@ # artefactVersion=3.3.0 -commonToolboxVersion=3.3.0 +commonToolboxVersion=3.4.0 tupleVersion=3.3.0 identityGeneratorVersion=3.3.0 -cryptoToolboxVersion=3.3.0 +cryptoToolboxVersion=3.4.0 mathToolboxVersion=3.3.0 -versionCatalogueVersion=3.3.0 +versionCatalogueVersion=3.4.0 projectUrl=https://onixbyte.com/projects/onixbyte-toolbox projectGithubUrl=https://github.com/onixbyte/onixbyte-toolbox licenseName=MIT