Skip to content

Commit

Permalink
Merge pull request #1587 from nextcloud/renovate/com.mebigfatguy.sb-c…
Browse files Browse the repository at this point in the history
…ontrib-sb-contrib-7.x

fix(deps): update dependency com.mebigfatguy.sb-contrib:sb-contrib to v7.6.8
  • Loading branch information
AndyScherzinger authored Nov 14, 2024
2 parents d0867cc + 333f161 commit 74cdbcd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
<trusted-key id="77A45740C23880C7F81B9D4D5C504E1210E49773">
<trusting group="com.mebigfatguy.sb-contrib" name="sb-contrib" version="7.6.5"/>
<trusting group="com.mebigfatguy.sb-contrib" name="sb-contrib" version="7.6.6"/>
<trusting group="com.mebigfatguy.sb-contrib" name="sb-contrib" version="7.6.8"/>
</trusted-key>
<trusted-key id="7B121B76A7ED6CE6E60AD51784E913A8E3A748C0" group="org.bouncycastle"/>
<trusted-key id="7C669810892CBD3148FA92995B05CCDE140C2876" group="org.eclipse.jgit"/>
Expand Down Expand Up @@ -4164,6 +4165,11 @@
<sha256 value="47b23a79fe336b741b82434c6e049d68165256e405e75c10921fd72fa8a65d8d" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
</artifact>
</component>
<component group="org.jetbrains" name="annotations" version="23.0.0">
<artifact name="annotations-23.0.0.pom">
<sha256 value="c9490f655132328df2cfbcfdf743f53fc3916d6c1d10437175a6ca6e3a67771c" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.intellij.deps" name="trove4j" version="1.0.20200330">
<artifact name="trove4j-1.0.20200330.jar">
<sha256 value="c5fd725bffab51846bf3c77db1383c60aaaebfe1b7fe2f00d23fe1b7df0a439d" origin="Generated by Gradle" reason="A key couldn't be downloaded"/>
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ dependencies {
implementation 'org.bouncycastle:bcpkix-jdk18on:1.78.1'

spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.13.0'
spotbugsPlugins 'com.mebigfatguy.sb-contrib:sb-contrib:7.6.6'
spotbugsPlugins 'com.mebigfatguy.sb-contrib:sb-contrib:7.6.8'

// dependencies for tests
testImplementation "junit:junit:$junit_version"
Expand Down

0 comments on commit 74cdbcd

Please sign in to comment.