Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 5e27113

Browse files
authored
Update libs (EXPOSUREAPP-14043) (#5688)
* Update build.gradle * Update build.gradle
1 parent 7763a16 commit 5e27113

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Corona-Warn-App/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ dependencies {
425425
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$jupiter_version"
426426
testImplementation "org.junit.jupiter:junit-jupiter-params:$jupiter_version"
427427

428-
def kotest_version = '5.4.2'
428+
def kotest_version = '5.5.4'
429429
testImplementation "io.kotest:kotest-runner-junit5:$kotest_version"
430430
testImplementation "io.kotest:kotest-assertions-core-jvm:$kotest_version"
431431
testImplementation "io.kotest:kotest-property-jvm:$kotest_version"
@@ -475,18 +475,18 @@ dependencies {
475475

476476
// UTILS
477477
implementation project(":Server-Protocol-Buffer")
478-
implementation 'com.google.code.gson:gson:2.9.1'
478+
implementation 'com.google.code.gson:gson:2.10'
479479
implementation 'com.google.guava:guava:31.1-android'
480480

481481
// Jackson
482-
def jackson = "2.13.4"
482+
def jackson = '2.14.0'
483483
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jackson"
484484

485485
implementation 'com.networknt:json-schema-validator:1.0.73'
486486
implementation 'net.swiftzer.semver:semver:1.2.0'
487487

488488
//JWT
489-
implementation 'com.nimbusds:nimbus-jose-jwt:9.25.4'
489+
implementation 'com.nimbusds:nimbus-jose-jwt:9.25.6'
490490

491491
// SECURITY
492492
implementation "androidx.security:security-crypto:1.0.0"

0 commit comments

Comments
 (0)