From 022c1c241ae954743f4f7d70e8977fab5262d337 Mon Sep 17 00:00:00 2001 From: zihluwang Date: Wed, 18 Jun 2025 11:06:34 +0800 Subject: [PATCH] chore: update version catalogue dependencies --- version-catalogue/build.gradle.kts | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/version-catalogue/build.gradle.kts b/version-catalogue/build.gradle.kts index d683310..5c440d3 100644 --- a/version-catalogue/build.gradle.kts +++ b/version-catalogue/build.gradle.kts @@ -43,13 +43,10 @@ repositories { dependencies { constraints { - api("com.onixbyte:devkit-utils:$artefactVersion") - api("com.onixbyte:guid:$artefactVersion") - api("com.onixbyte:key-pair-loader:$artefactVersion") - api("com.onixbyte:num4j:$artefactVersion") - api("com.onixbyte:simple-jwt-facade:$artefactVersion") - api("com.onixbyte:simple-jwt-authzero:$artefactVersion") - api("com.onixbyte:simple-jwt-spring-boot-starter:$artefactVersion") + api("com.onixbyte:common-toolbox:$artefactVersion") + api("com.onixbyte:identity-generator:$artefactVersion") + api("com.onixbyte:crypto-toolbox:$artefactVersion") + api("com.onixbyte:math-toolbox:$artefactVersion") } }