diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1637905eb..af18ebb9f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ # and update the internal_xxxxxx hash included in the imports in LenientCoverageTransformer.java and JaCoCoPreMain.java. jacoco = "0.8.14" # We need to stay on the 1.3.x release line as 1.4.x requires Java 11 -logback = "1.3.15" +logback = "1.3.16" retrofit = "3.0.0" okhttp = "5.2.1" mockito = "5.20.0"