Skip to content

Commit

Permalink
Bump org.checkerframework in /docs/examples/errorprone
Browse files Browse the repository at this point in the history
Bumps org.checkerframework from 0.6.45 to 0.6.46.

---
updated-dependencies:
- dependency-name: org.checkerframework
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent 762f94c commit 37ffd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/errorprone/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id 'java'
id 'net.ltgt.errorprone' version '4.1.0'
// Checker Framework pluggable type-checking
id 'org.checkerframework' version '0.6.45'
id 'org.checkerframework' version '0.6.46'
}

ext {
Expand Down

0 comments on commit 37ffd73

Please sign in to comment.