Skip to content

Commit 2f00c25

Browse files
Bump com.github.spotbugs:spotbugs from 4.9.5 to 4.9.6 in /service (#1360)
Bumps [com.github.spotbugs:spotbugs](https://github.com/spotbugs/spotbugs) from 4.9.5 to 4.9.6. - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](spotbugs/spotbugs@4.9.5...4.9.6) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs dependency-version: 4.9.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ORybak5 <[email protected]>
1 parent 251cdd2 commit 2f00c25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ dependencies {
8686
testImplementation 'com.squareup.okhttp3:mockwebserver3:5.1.0'
8787
testImplementation 'com.adobe.testing:s3mock-testcontainers:4.7.0'
8888

89-
spotbugs 'com.github.spotbugs:spotbugs:4.9.5'
90-
spotbugs 'com.github.spotbugs:spotbugs-annotations:4.9.5'
89+
spotbugs 'com.github.spotbugs:spotbugs:4.9.6'
90+
spotbugs 'com.github.spotbugs:spotbugs-annotations:4.9.6'
9191

9292
pitest 'com.arcmutate:base:1.3.2'
9393
pitest 'com.arcmutate:pitest-git-plugin:2.1.0'

0 commit comments

Comments
 (0)