Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 7397ea15 authored by Andy Scherzinger's avatar Andy Scherzinger Committed by GitHub
Browse files

Merge pull request #1632 from...

Merge pull request #1632 from nextcloud/renovate/com.github.spotbugs.snom-spotbugs-gradle-plugin-6.x

fix(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.1.1
parents 4e17685d c4c4aa9e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -66,7 +66,10 @@
         </trusted-key>
         <trusted-key id="31BAE2E51D95E0F8AD9B7BCC40A3C4432BD7308C" group="com.googlecode.juniversalchardet" name="juniversalchardet" version="1.0.3"/>
         <trusted-key id="33FD4BFD33554634053D73C0C2148900BCD3C2AF" group="org.jetbrains" name="annotations" version="23.0.0"/>
         <trusted-key id="34441E504A937F43EB0DAEF96A65176A0FB1CD0B" group="org.codehaus.groovy"/>
         <trusted-key id="34441E504A937F43EB0DAEF96A65176A0FB1CD0B">
            <trusting group="org.apache.groovy" name="groovy-bom" version="4.0.22"/>
            <trusting group="org.codehaus.groovy"/>
         </trusted-key>
         <trusted-key id="3690C240CE51B4670D30AD1C38EE757D69184620" group="org.tukaani" name="xz" version="1.9"/>
         <trusted-key id="3872ED7D5904493D23D78FA2C4C8CB73B1435348" group="com.android.tools.build" name="transform-api" version="2.0.0-deprecated-use-gradle-api"/>
         <trusted-key id="44F4797A52C336FA666CD9271DE461528F1F1B2A" group="org.apache.jackrabbit"/>
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ buildscript {
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:8.8.0'
        classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.0'
        classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.1'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
        classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.7"
        classpath "org.jacoco:org.jacoco.core:$jacoco_version"
+3 −0
Original line number Diff line number Diff line
@@ -28,6 +28,9 @@ import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Locale;

import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;

@SuppressFBWarnings("FS")
public class WebdavUtils {
    private static final SimpleDateFormat DATETIME_FORMATS[] = {
            new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'", Locale.US),
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
buildscript {
    dependencies {
        classpath 'com.android.tools.build:gradle:8.8.0'
        classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.0'
        classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.1'
        classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
        classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.7"
        classpath "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2