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

Update libs (EXPOSUREAPP-14043) #5688

Merged
merged 2 commits into from
Nov 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Corona-Warn-App/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ dependencies {
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$jupiter_version"
testImplementation "org.junit.jupiter:junit-jupiter-params:$jupiter_version"

def kotest_version = '5.4.2'
def kotest_version = '5.5.4'
testImplementation "io.kotest:kotest-runner-junit5:$kotest_version"
testImplementation "io.kotest:kotest-assertions-core-jvm:$kotest_version"
testImplementation "io.kotest:kotest-property-jvm:$kotest_version"
Expand Down Expand Up @@ -475,18 +475,18 @@ dependencies {

// UTILS
implementation project(":Server-Protocol-Buffer")
implementation 'com.google.code.gson:gson:2.9.1'
implementation 'com.google.code.gson:gson:2.10'
implementation 'com.google.guava:guava:31.1-android'

// Jackson
def jackson = "2.13.4"
def jackson = '2.14.0'
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jackson"

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

//JWT
implementation 'com.nimbusds:nimbus-jose-jwt:9.25.4'
implementation 'com.nimbusds:nimbus-jose-jwt:9.25.6'

// SECURITY
implementation "androidx.security:security-crypto:1.0.0"
Expand Down