Skip to content

Commit

Permalink
build(deps): bump checker-qual from 3.18.0 to 3.18.1
Browse files Browse the repository at this point in the history
Bumps [checker-qual](https://github.com/typetools/checker-framework) from 3.18.0 to 3.18.1.
- [Release notes](https://github.com/typetools/checker-framework/releases)
- [Changelog](https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md)
- [Commits](typetools/checker-framework@checker-framework-3.18.0...checker-framework-3.18.1)

---
updated-dependencies:
- dependency-name: org.checkerframework:checker-qual
  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 KengoTODA committed Oct 6, 2021
1 parent cdaec16 commit a6878ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spotbugsTestCases/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
api 'net.jcip:jcip-annotations:1.0'
implementation 'org.springframework:spring-core:5.3.10'
compileOnly 'javax.annotation:javax.annotation-api:1.3.2'
implementation 'org.checkerframework:checker-qual:3.18.0'
implementation 'org.checkerframework:checker-qual:3.18.1'

implementation 'junit:junit:4.13.1'
implementation 'org.testng:testng:7.4.0'
Expand Down

0 comments on commit a6878ed

Please sign in to comment.