Skip to content
Open
Show file tree
Hide file tree
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 buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repositories {
}

dependencies {
implementation("com.google.auto.value:auto-value-annotations:1.10.2")
implementation("com.google.auto.value:auto-value-annotations:1.10.3")
// When updating, update above in plugins too
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.20.0")
// Needed for japicmp but not automatically brought in for some reason.
Expand Down
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ val DEPENDENCY_BOMS = listOf(
"org.snakeyaml:snakeyaml-engine:2.6"
)

val autoValueVersion = "1.10.2"
val autoValueVersion = "1.10.3"
val errorProneVersion = "2.21.0"
val jmhVersion = "1.37"
// Mockito 5.x.x requires Java 11 https://github.com/mockito/mockito/releases/tag/v5.0.0
Expand Down