Skip to content

Commit d6e79d7

Browse files
Bump org.checkerframework from 0.6.40 to 0.6.43 in /docs/examples/lombok
Bumps org.checkerframework from 0.6.40 to 0.6.43. --- updated-dependencies: - dependency-name: org.checkerframework dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5555b98 commit d6e79d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/lombok/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
id 'java'
77
id 'io.freefair.lombok' version '8.7.1'
88
// Checker Framework pluggable type-checking
9-
id 'org.checkerframework' version '0.6.40'
9+
id 'org.checkerframework' version '0.6.43'
1010
}
1111

1212
lombok {

0 commit comments

Comments
 (0)