mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-24 05:55:39 +03:00
Update dependency io.gitlab.arturbosch.detekt:detekt-gradle-plugin to v1.23.7
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
758e454702
commit
e83e9fa8df
2 changed files with 14 additions and 2 deletions
|
@ -26,7 +26,7 @@ buildscript {
|
|||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}"
|
||||
classpath "org.jetbrains.kotlin:kotlin-serialization:${kotlinVersion}"
|
||||
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.22'
|
||||
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.6"
|
||||
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.7"
|
||||
classpath "org.jlleitschuh.gradle:ktlint-gradle:12.1.1"
|
||||
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
<ignored-key id="0AA3E5C3D232E79B" reason="Key couldn't be downloaded from any key server"/>
|
||||
<ignored-key id="1188B69F6D6259CA" reason="Key couldn't be downloaded from any key server"/>
|
||||
<ignored-key id="23778689FBFBE047" reason="Key couldn't be downloaded from any key server"/>
|
||||
<ignored-key id="31D2D79DF7E85DD3" reason="Key couldn't be downloaded from any key server"/>
|
||||
<ignored-key id="B943F5CB616566CD" reason="Key couldn't be downloaded from any key server"/>
|
||||
</ignored-keys>
|
||||
<trusted-keys>
|
||||
|
@ -39,7 +40,10 @@
|
|||
<trusted-key id="0D5D634755737A19ABBE2930D4DA5EAB3CD7E958" group="com.google.devtools.ksp" name="symbol-processing-api" version="1.7.0-1.0.6"/>
|
||||
<trusted-key id="0F07D1201BDDAB67CFB84EB479752DB6C966F0B8" group="com.google.android" name="annotations" version="4.1.1.4"/>
|
||||
<trusted-key id="10F3C7A02ECA55E502BADCF3991EFB94DB91127D" group="org.ow2" name="ow2" version="1.5.1"/>
|
||||
<trusted-key id="120D6F34E627ED3A772EBBFE55C7E5E701832382" group="org.snakeyaml" name="snakeyaml-engine" version="2.6"/>
|
||||
<trusted-key id="120D6F34E627ED3A772EBBFE55C7E5E701832382">
|
||||
<trusting group="org.snakeyaml" name="snakeyaml-engine" version="2.6"/>
|
||||
<trusting group="org.snakeyaml" name="snakeyaml-engine" version="2.7"/>
|
||||
</trusted-key>
|
||||
<trusted-key id="147B691A19097624902F4EA9689CBE64F4BC997F">
|
||||
<trusting group="org.mockito"/>
|
||||
<trusting group="org.mockito.kotlin" name="mockito-kotlin" version="4.1.0"/>
|
||||
|
@ -5713,6 +5717,14 @@
|
|||
<sha256 value="a79dd002fb038183ff286a2635be2e68c103b87e0e64717d8d44bfd017fd33ea" origin="Generated by Gradle"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="org.jcommander" name="jcommander" version="1.85">
|
||||
<artifact name="jcommander-1.85.jar">
|
||||
<sha256 value="fa7552d2831a2b20778d86851d093edca68fbc0a77f792b6223110e4fae67a70" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
|
||||
</artifact>
|
||||
<artifact name="jcommander-1.85.module">
|
||||
<sha256 value="bfa36d2947d9876f32a740796399e77bb98c7328997b45bd26b3f7d92b37a54a" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
|
||||
</artifact>
|
||||
</component>
|
||||
<component group="org.jetbrains" name="annotations" version="13.0">
|
||||
<artifact name="annotations-13.0.pom">
|
||||
<sha256 value="965aeb2bedff369819bdde1bf7a0b3b89b8247dd69c88b86375d76163bb8c397" origin="Generated by Gradle"/>
|
||||
|
|
Loading…
Reference in a new issue