Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build-commonsLang3 = "org.apache.commons:commons-lang3:3.20.0"
# - Gradle 7.4.2 (our oldest cross-version test target) can only use maximum JDK 17
# - ErrorProne 2.42.0+ required JDK 21
build-errorprone = "com.google.errorprone:error_prone_core:2.42.0"
build-nullaway = "com.uber.nullaway:nullaway:0.13.6"
build-nullaway = "com.uber.nullaway:nullaway:0.13.7"

# Test dependencies
test-assertj-core = "org.assertj:assertj-core:3.27.7"
Expand Down
Loading