Skip to content

Commit d42472d

Browse files
Bump org.checkerframework:checker-qual from 3.54.0 to 3.54.1 (#10920)
Bumps [org.checkerframework:checker-qual](https://github.com/typetools/checker-framework) from 3.54.0 to 3.54.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.54.0...checker-framework-3.54.1) --- updated-dependencies: - dependency-name: org.checkerframework:checker-qual dependency-version: 3.54.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7fdfef7 commit d42472d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ configure(javaProjects) { subproject ->
247247
compileOnly spotBugs
248248
testImplementation spotBugs
249249

250-
def checkerFramework = 'org.checkerframework:checker-qual:3.54.0'
250+
def checkerFramework = 'org.checkerframework:checker-qual:3.54.1'
251251
compileOnly checkerFramework
252252
testImplementation checkerFramework
253253

0 commit comments

Comments
 (0)