Skip to content

Commit acc3f34

Browse files
dependabot[bot]lxning
andauthoredFeb 20, 2024··
Bump com.github.spotbugs from 5.2.5 to 6.0.7 in /frontend (#2916)
Bumps com.github.spotbugs from 5.2.5 to 6.0.7. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: lxning <[email protected]>
1 parent bc0cd43 commit acc3f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎frontend/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111
plugins {
1212
id 'com.google.protobuf' version '0.8.13' apply false
1313
id 'idea'
14-
id 'com.github.spotbugs' version '5.2.5' apply false
14+
id 'com.github.spotbugs' version '6.0.7' apply false
1515
}
1616

1717
allprojects {

0 commit comments

Comments
 (0)
Please sign in to comment.