This repository was archived by the owner on Jun 20, 2023. It is now read-only.
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -425,7 +425,7 @@ dependencies {
425
425
testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:$jupiter_version "
426
426
testImplementation " org.junit.jupiter:junit-jupiter-params:$jupiter_version "
427
427
428
- def kotest_version = ' 5.4.2 '
428
+ def kotest_version = ' 5.5.4 '
429
429
testImplementation " io.kotest:kotest-runner-junit5:$kotest_version "
430
430
testImplementation " io.kotest:kotest-assertions-core-jvm:$kotest_version "
431
431
testImplementation " io.kotest:kotest-property-jvm:$kotest_version "
@@ -475,18 +475,18 @@ dependencies {
475
475
476
476
// UTILS
477
477
implementation project(" :Server-Protocol-Buffer" )
478
- implementation ' com.google.code.gson:gson:2.9.1 '
478
+ implementation ' com.google.code.gson:gson:2.10 '
479
479
implementation ' com.google.guava:guava:31.1-android'
480
480
481
481
// Jackson
482
- def jackson = " 2.13.4 "
482
+ def jackson = ' 2.14.0 '
483
483
implementation " com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jackson "
484
484
485
485
implementation ' com.networknt:json-schema-validator:1.0.73'
486
486
implementation ' net.swiftzer.semver:semver:1.2.0'
487
487
488
488
// JWT
489
- implementation ' com.nimbusds:nimbus-jose-jwt:9.25.4 '
489
+ implementation ' com.nimbusds:nimbus-jose-jwt:9.25.6 '
490
490
491
491
// SECURITY
492
492
implementation " androidx.security:security-crypto:1.0.0"
You can’t perform that action at this time.
0 commit comments