Skip to content

Commit f2734ba

Browse files
Merge pull request #1880 from nextcloud/renovate/com.mebigfatguy.sb-contrib-sb-contrib-7.x
fix(deps): update dependency com.mebigfatguy.sb-contrib:sb-contrib to v7.7.0
2 parents 8e389d9 + 6c39289 commit f2734ba

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

gradle/verification-metadata.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<ignored-key id="17A27CE7A60FF5F0" reason="Key couldn't be downloaded from any key server"/>
1515
<ignored-key id="2C7F998F4272C851" reason="Key couldn't be downloaded from any key server"/>
1616
<ignored-key id="340B090F727518D8" reason="Key couldn't be downloaded from any key server"/>
17+
<ignored-key id="AE094C852B4EE5DC" reason="Key couldn't be downloaded from any key server"/>
1718
</ignored-keys>
1819
<trusted-keys>
1920
<trusted-key id="015479E1055341431B4545AB72475FD306B9CAB7" group="com.googlecode.javaewah" name="JavaEWAH" version="1.2.3"/>
@@ -9271,6 +9272,14 @@
92719272
<sha256 value="81ca2553b697c3fe8310faf528eebd3faddef10637b791dda093997a6e4d08a7" origin="Generated by Gradle"/>
92729273
</artifact>
92739274
</component>
9275+
<component group="com.mebigfatguy.sb-contrib" name="sb-contrib" version="7.7.0">
9276+
<artifact name="sb-contrib-7.7.0.jar">
9277+
<sha256 value="0f98e7a9ae950629f2912595f02ecd1435fa6be9595960adef10dca36ed89f4c" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
9278+
</artifact>
9279+
<artifact name="sb-contrib-7.7.0.pom">
9280+
<sha256 value="ff21b8a22adb992ab3d35e81a989061a297be07fe8f555b850841c95d8b2e4cb" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
9281+
</artifact>
9282+
</component>
92749283
<component group="com.nhaarman.mockitokotlin2" name="mockito-kotlin" version="2.2.0">
92759284
<artifact name="mockito-kotlin-2.2.0.jar">
92769285
<sha256 value="75b58d04f72748b564f5acfe646bc9c8b04d1eba02fff3225a0e667fd370d2f7" origin="Generated by Gradle"/>

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dependencies {
7474
implementation 'org.bouncycastle:bcpkix-jdk18on:1.82'
7575

7676
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0'
77-
spotbugsPlugins 'com.mebigfatguy.sb-contrib:sb-contrib:7.6.15'
77+
spotbugsPlugins 'com.mebigfatguy.sb-contrib:sb-contrib:7.7.0'
7878

7979
// dependencies for tests
8080
testImplementation "junit:junit:$junit_version"

library/src/main/java/com/owncloud/android/lib/common/operations/RemoteOperationResult.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757

5858
import javax.net.ssl.SSLException;
5959

60+
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
6061
import okhttp3.Headers;
6162

6263

@@ -268,6 +269,7 @@ public RemoteOperationResult(boolean success, String bodyResponse, int httpCode)
268269
*
269270
* @param e Exception that interrupted the {@link RemoteOperation}
270271
*/
272+
@SuppressFBWarnings("ITC")
271273
public RemoteOperationResult(Exception e) {
272274
mException = e;
273275

0 commit comments

Comments
 (0)