diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d0837aa814a..5afba51ec2a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -215,7 +215,7 @@ turbine = { module = "app.cash.turbine:turbine", version = "1.2.0" } # correspondingly-named classes from the java.time package, which should be drop-in replacements. # Do not use three-ten-abp in production code (it's only for tests) because it has performance # issues. -testonly-three-ten-abp = { module = "com.jakewharton.threetenabp:threetenabp", version = "1.4.7" } +testonly-three-ten-abp = { module = "com.jakewharton.threetenabp:threetenabp", version = "1.4.9" } wiremock-standalone = { module = "com.github.tomakehurst:wiremock-standalone", version.ref = "wiremockStandalone" } [bundles]