File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 7878 <trusted-key id="33FD4BFD33554634053D73C0C2148900BCD3C2AF" group="org.jetbrains" name="annotations" version="23.0.0"/>
7979 <trusted-key id="34441E504A937F43EB0DAEF96A65176A0FB1CD0B">
8080 <trusting group="org.apache.groovy" name="groovy-bom" version="4.0.22"/>
81+ <trusting group="org.apache.groovy" name="groovy-bom" version="4.0.27"/>
8182 <trusting group="org.codehaus.groovy"/>
8283 </trusted-key>
8384 <trusted-key id="3690C240CE51B4670D30AD1C38EE757D69184620" group="org.tukaani" name="xz" version="1.9"/>
163164 </trusted-key>
164165 <trusted-key id="8A10792983023D5D14C93B488D7F1BEC1E2ECAE7" group="^com[.]fasterxml($|([.].*))" regex="true"/>
165166 <trusted-key id="8E3A02905A1AE67E7B0F9ACD3967D4EDA591B991" group="org.jetbrains.kotlinx" name="kotlinx-html-jvm" version="0.8.1"/>
166- <trusted-key id="8F9A3C6D105B9F57844A721D79E193516BE7998F" group="org.dom4j" name="dom4j" version="2.1.4"/>
167+ <trusted-key id="8F9A3C6D105B9F57844A721D79E193516BE7998F">
168+ <trusting group="org.dom4j" name="dom4j" version="2.1.4"/>
169+ <trusting group="org.dom4j" name="dom4j" version="2.2.0"/>
170+ </trusted-key>
167171 <trusted-key id="90EE19787A7BCF6FD37A1E9180C08B1C29100955" group="com.squareup" name="javawriter"/>
168172 <trusted-key id="95115197C5227C0887299D000F9FE62F88E938D8" group="com.google.dagger" name="dagger" version="2.48"/>
169173 <trusted-key id="9857C388D7D1D9D031274CD0A5DEF5A76F94A471" group="^com[.]github[.]spotbugs($|([.].*))" regex="true"/>
237241 <trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.2.1"/>
238242 <trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.2.2"/>
239243 <trusting group="com.github.spotbugs.snom" name="spotbugs-gradle-plugin" version="6.2.3"/>
244+ <trusting group="^com[.]github[.]spotbugs($|([.].*))" regex="true"/>
240245 </trusted-key>
241246 <trusted-key id="DB0597E3144342256BC81E3EC727D053C4481CF5" group="org.tensorflow" name="tensorflow-lite-metadata" version="0.1.0-rc2"/>
242247 <trusted-key id="DBD744ACE7ADE6AA50DD591F66B50994442D2D40" group="^com[.]squareup($|([.].*))" regex="true"/>
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ buildscript {
1919 }
2020 dependencies {
2121 classpath ' com.android.tools.build:gradle:8.12.0'
22- classpath ' com.github.spotbugs.snom:spotbugs-gradle-plugin:6.2.3 '
22+ classpath ' com.github.spotbugs.snom:spotbugs-gradle-plugin:6.2.4 '
2323 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
2424 classpath " io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8"
2525 classpath " org.jacoco:org.jacoco.core:$jacoco_version "
Original file line number Diff line number Diff line change 1212buildscript {
1313 dependencies {
1414 classpath ' com.android.tools.build:gradle:8.12.0'
15- classpath ' com.github.spotbugs.snom:spotbugs-gradle-plugin:6.2.3 '
15+ classpath ' com.github.spotbugs.snom:spotbugs-gradle-plugin:6.2.4 '
1616 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1717 classpath " io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8"
1818 classpath " commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2
You can’t perform that action at this time.
0 commit comments