Skip to content

Commit

Permalink
(v4.1.x): Bump com.google.code.findbugs:annotations
Browse files Browse the repository at this point in the history
Bumps [com.google.code.findbugs:annotations](https://github.com/findbugsproject/findbugs) from 3.0.1 to 3.0.1u2.
- [Release notes](https://github.com/findbugsproject/findbugs/releases)
- [Commits](https://github.com/findbugsproject/findbugs/commits)

---
updated-dependencies:
- dependency-name: com.google.code.findbugs:annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and royclarkson committed Sep 15, 2023
1 parent 8c64c60 commit 416a8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ buildscript {
springCloudContractVersion = "4.0.4"
javaHamcrestVersion = "2.0.0.0"
equalsVerifierVersion = "3.15.1"
findbugsVersion = "3.0.1"
findbugsVersion = "3.0.1u2"
wiremockStandaloneVersion = "3.0.1"

// Static Analysis
Expand Down

0 comments on commit 416a8a9

Please sign in to comment.