From 8473e66c69ff3265daa6ebec69b3c859ba33205f Mon Sep 17 00:00:00 2001 From: m2049r Date: Sat, 13 Jan 2024 15:58:00 +0100 Subject: [PATCH] upgrade dependencies --- app/build.gradle | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3811e18f..c71f53d0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -138,27 +138,27 @@ dependencies { implementation 'com.google.android.material:material:1.11.0' implementation 'me.dm7.barcodescanner:zxing:1.9.8' - implementation "com.squareup.okhttp3:okhttp:4.9.3" - implementation "io.github.rburgst:okhttp-digest:2.6" + implementation "com.squareup.okhttp3:okhttp:4.12.0" + implementation "io.github.rburgst:okhttp-digest:3.1.0" implementation "com.jakewharton.timber:timber:5.0.1" implementation 'info.guardianproject.netcipher:netcipher:2.1.0' //implementation 'info.guardianproject.netcipher:netcipher-okhttp3:2.1.0' implementation fileTree(dir: 'libs/classes', include: ['*.jar']) - implementation 'com.nulab-inc:zxcvbn:1.5.2' + implementation 'com.nulab-inc:zxcvbn:1.8.2' implementation 'dnsjava:dnsjava:2.1.9' implementation 'org.jitsi:dnssecjava:1.2.0' - implementation 'org.slf4j:slf4j-nop:1.7.36' + implementation 'org.slf4j:slf4j-nop:2.0.11' implementation 'com.github.brnunes:swipeablerecyclerview:1.0.2' //noinspection GradleDependency testImplementation "junit:junit:4.13.2" testImplementation "org.mockito:mockito-all:1.10.19" - testImplementation "com.squareup.okhttp3:mockwebserver:4.9.3" - testImplementation 'org.json:json:20211205' + testImplementation "com.squareup.okhttp3:mockwebserver:4.12.0" + testImplementation 'org.json:json:20231013' testImplementation 'net.jodah:concurrentunit:0.4.6' - compileOnly 'org.projectlombok:lombok:1.18.22' - annotationProcessor 'org.projectlombok:lombok:1.18.22' + compileOnly 'org.projectlombok:lombok:1.18.30' + annotationProcessor 'org.projectlombok:lombok:1.18.30' }