Skip to content

Commit

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

Bump versions.checkerFramework from 3.44.0 to 3.45.0
  • Loading branch information
kelloggm authored Jul 2, 2024
2 parents 60d8fb8 + 9655099 commit c4b8bb7
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.44.0",
checkerFramework: "3.45.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.44.0'
implementation 'org.checkerframework:checker-qual:3.45.0'
}

task copySources(type: Copy) {
Expand Down

0 comments on commit c4b8bb7

Please sign in to comment.