File tree Expand file tree Collapse file tree
src/main/java/com/owncloud/android/lib/common/network Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 </trusted-key >
6767 <trusted-key id =" 31BAE2E51D95E0F8AD9B7BCC40A3C4432BD7308C" group =" com.googlecode.juniversalchardet" name =" juniversalchardet" version =" 1.0.3" />
6868 <trusted-key id =" 33FD4BFD33554634053D73C0C2148900BCD3C2AF" group =" org.jetbrains" name =" annotations" version =" 23.0.0" />
69- <trusted-key id =" 34441E504A937F43EB0DAEF96A65176A0FB1CD0B" group =" org.codehaus.groovy" />
69+ <trusted-key id =" 34441E504A937F43EB0DAEF96A65176A0FB1CD0B" >
70+ <trusting group =" org.apache.groovy" name =" groovy-bom" version =" 4.0.22" />
71+ <trusting group =" org.codehaus.groovy" />
72+ </trusted-key >
7073 <trusted-key id =" 3690C240CE51B4670D30AD1C38EE757D69184620" group =" org.tukaani" name =" xz" version =" 1.9" />
7174 <trusted-key id =" 3872ED7D5904493D23D78FA2C4C8CB73B1435348" group =" com.android.tools.build" name =" transform-api" version =" 2.0.0-deprecated-use-gradle-api" />
7275 <trusted-key id =" 44F4797A52C336FA666CD9271DE461528F1F1B2A" group =" org.apache.jackrabbit" />
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.8.0'
22- classpath ' com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.0 '
22+ classpath ' com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.1 '
2323 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
2424 classpath " io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.7"
2525 classpath " org.jacoco:org.jacoco.core:$jacoco_version "
Original file line number Diff line number Diff line change 2828import java .util .Date ;
2929import java .util .Locale ;
3030
31+ import edu .umd .cs .findbugs .annotations .SuppressFBWarnings ;
32+
33+ @ SuppressFBWarnings ("FS" )
3134public class WebdavUtils {
3235 private static final SimpleDateFormat DATETIME_FORMATS [] = {
3336 new SimpleDateFormat ("yyyy-MM-dd'T'HH:mm:ss'Z'" , Locale .US ),
Original file line number Diff line number Diff line change 1212buildscript {
1313 dependencies {
1414 classpath ' com.android.tools.build:gradle:8.8.0'
15- classpath ' com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.0 '
15+ classpath ' com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.1 '
1616 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1717 classpath " io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.7"
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