Skip to content

Commit 022c1c2

Browse files
author
zihluwang
committed
chore: update version catalogue dependencies
1 parent 7aaea4a commit 022c1c2

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

version-catalogue/build.gradle.kts

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,10 @@ repositories {
4343

4444
dependencies {
4545
constraints {
46-
api("com.onixbyte:devkit-utils:$artefactVersion")
47-
api("com.onixbyte:guid:$artefactVersion")
48-
api("com.onixbyte:key-pair-loader:$artefactVersion")
49-
api("com.onixbyte:num4j:$artefactVersion")
50-
api("com.onixbyte:simple-jwt-facade:$artefactVersion")
51-
api("com.onixbyte:simple-jwt-authzero:$artefactVersion")
52-
api("com.onixbyte:simple-jwt-spring-boot-starter:$artefactVersion")
46+
api("com.onixbyte:common-toolbox:$artefactVersion")
47+
api("com.onixbyte:identity-generator:$artefactVersion")
48+
api("com.onixbyte:crypto-toolbox:$artefactVersion")
49+
api("com.onixbyte:math-toolbox:$artefactVersion")
5350
}
5451
}
5552

0 commit comments

Comments
 (0)