Skip to content

Commit

Permalink
Merge pull request #15 from kelloggm/dependabot/gradle/versions.check…
Browse files Browse the repository at this point in the history
…erFramework-3.47.0

Bump versions.checkerFramework from 3.46.0 to 3.47.0
  • Loading branch information
kelloggm authored Sep 5, 2024
2 parents 0c1cfdd + bc1b0e1 commit 91eb7ba
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.46.0",
checkerFramework: "3.47.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.46.0'
implementation 'org.checkerframework:checker-qual:3.47.0'
}

task copySources(type: Copy) {
Expand Down

0 comments on commit 91eb7ba

Please sign in to comment.