Skip to content

Commit

Permalink
Bump versions.checkerFramework from 3.47.0 to 3.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 3, 2024
1 parent 91eb7ba commit 96b5d0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ configurations {
}

ext.versions = [
checkerFramework: "3.47.0",
checkerFramework: "3.48.0",
]


Expand Down
2 changes: 1 addition & 1 deletion dividebyzero-checker-qual/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
}

dependencies {
implementation 'org.checkerframework:checker-qual:3.47.0'
implementation 'org.checkerframework:checker-qual:3.48.0'
}

task copySources(type: Copy) {
Expand Down

0 comments on commit 96b5d0d

Please sign in to comment.