瀏覽代碼

Bump hwsecurity-fido from 4.1.0 to 4.4.0

Bumps hwsecurity-fido from 4.1.0 to 4.4.0.

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
dependabot[bot] 4 年之前
父節點
當前提交
0d7d40e1d3
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      build.gradle

+ 3 - 2
build.gradle

@@ -66,6 +66,7 @@ ext {
     byteBuddyVersion = "1.10.22"
     espressoVersion = "3.3.0"
     workRuntime = "2.5.0"
+    fidoVersion = "4.4.0"
 
     ciBuild = System.getenv("CI") == "true"
 
@@ -322,8 +323,8 @@ dependencies {
     implementation 'com.google.code.gson:gson:2.8.6'
     implementation 'com.vanniktech:emoji-google:0.7.0'
 
-    implementation 'com.github.cotechde.hwsecurity:hwsecurity-fido:4.1.0'
-    implementation 'com.github.cotechde.hwsecurity:hwsecurity-fido2:4.1.0'
+    implementation "com.github.cotechde.hwsecurity:hwsecurity-fido:$fidoVersion"
+    implementation "com.github.cotechde.hwsecurity:hwsecurity-fido2:$fidoVersion"
 
     spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.11.0'
     spotbugsPlugins 'com.mebigfatguy.fb-contrib:fb-contrib:7.4.7'