diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c44a0e10c..6f38cabac 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ # When upgrading JaCoCo to a newer version, make sure to # check the comment in the OpenAnalyzer.java, JaCoCoPreMain.java and CachingInstructionsBuilder.java # and update the internal_xxxxxx hash included in the imports in LenientCoverageTransformer.java and JaCoCoPreMain.java. -jacoco = "0.8.13" +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" retrofit = "3.0.0"