Skip to content

Commit f749aa8

Browse files
fix(deps): update dependency com.mebigfatguy.sb-contrib:sb-contrib to v7.7.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent de35b67 commit f749aa8

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

gradle/verification-metadata.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
<trusted-key id="3690C240CE51B4670D30AD1C38EE757D69184620" group="org.tukaani" name="xz" version="1.9"/>
8888
<trusted-key id="3872ED7D5904493D23D78FA2C4C8CB73B1435348" group="com.android.tools.build" name="transform-api" version="2.0.0-deprecated-use-gradle-api"/>
8989
<trusted-key id="3F05DDA9F317301E927136D417A27CE7A60FF5F0" group="io.opentelemetry"/>
90+
<trusted-key id="4161A24D2E7F660FCFDB6AAFAE094C852B4EE5DC" group="com.mebigfatguy.sb-contrib" name="sb-contrib" version="7.7.0"/>
9091
<trusted-key id="41CD49B4EF5876F9E9F691DABAC30622339994C4" group="org.jspecify" name="jspecify" version="1.0.0"/>
9192
<trusted-key id="44F4797A52C336FA666CD9271DE461528F1F1B2A" group="org.apache.jackrabbit"/>
9293
<trusted-key id="44FBDBBC1A00FE414F1C1873586654072EAD6677" group="org.sonatype.oss" name="oss-parent" version="9"/>
@@ -224,6 +225,7 @@
224225
</trusted-key>
225226
<trusted-key id="BFD244AF9E85F6ABDCA2B65CDE61FB98F06CE8AE" group="org.json4s"/>
226227
<trusted-key id="C0612048F3393B80B22639B4F067A2FD751AE3E4" group="io.github.davidburstrom.contester" name="contester-breakpoint" version="0.2.0"/>
228+
<trusted-key id="C3259D20DAEC4ACE6D57CC83340B090F727518D8" group="com.google.j2objc" name="j2objc-annotations" version="3.1"/>
227229
<trusted-key id="C6F7D1C804C821F49AF3BFC13AD93C3C677A106E">
228230
<trusting group="io.perfmark" name="perfmark-api" version="0.23.0"/>
229231
<trusting group="io.perfmark" name="perfmark-api" version="0.26.0"/>

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.81'
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"

0 commit comments

Comments
 (0)