Skip to content

Commit

Permalink
fix(deps): update dependency org.checkerframework:checker-qual to v3.…
Browse files Browse the repository at this point in the history
…48.1
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent 74b69bd commit 7ea913b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
}

dependencies {
implementation("org.checkerframework:checker-qual:3.46.0")
implementation("org.checkerframework:checker-qual:3.48.1")

testImplementation(platform("org.junit:junit-bom:5.10.3"))
testImplementation("org.junit.jupiter:junit-jupiter-api")
Expand Down

0 comments on commit 7ea913b

Please sign in to comment.