Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.0.12 #12860

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import org.gradle.internal.jvm.Jvm
buildscript {
dependencies {
classpath "com.android.tools.build:gradle:$androidPluginVersion"
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.9'
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.12'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.6"
classpath "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2
Expand Down
10 changes: 10 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8325,6 +8325,11 @@
<sha256 value="13e3ce73ed4bf9fc6ee2b540d8555687f6acb707f849239414c8277d431deca1" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.codehaus.groovy" name="groovy-bom" version="3.0.21">
<artifact name="groovy-bom-3.0.21.pom">
<pgp value="34441E504A937F43EB0DAEF96A65176A0FB1CD0B"/>
</artifact>
</component>
<component group="org.codehaus.mojo" name="animal-sniffer-annotations" version="1.19">
<artifact name="animal-sniffer-annotations-1.19.jar">
<sha256 value="e67ec27ceeaf13ab5d54cf5fdbcc544c41b4db8d02d9f006678cca2c7c13ee9d" origin="Generated by Gradle"/>
Expand Down Expand Up @@ -8381,6 +8386,11 @@
<sha256 value="faf973a19874266cd0865b0299eba9f167cbb07075dd4fedbe3d6156357e9dd5" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.eclipse.jetty" name="jetty-bom" version="9.4.54.v20240208">
<artifact name="jetty-bom-9.4.54.v20240208.pom">
<pgp value="5989BAF76217B843D66BE55B2D0E1FB8FE4B68B4"/>
</artifact>
</component>
<component group="org.eclipse.jgit" name="org.eclipse.jgit" version="6.6.0.202305301015-r">
<artifact name="org.eclipse.jgit-6.6.0.202305301015-r.jar">
<sha256 value="e304555d5b20df3b91cc77c12424af70be30d42a29c7ed8c27b3f06f7337a8e3" origin="Generated by Gradle"/>
Expand Down
Loading