Add Jacoco 0.8.11 to artifacts

Gradle's default for the Jacoco tool is 0.8.11 (starting with Gradle
8.6), and this needs to be
added in AGP.

Bug: 316929520
Test: existing
Change-Id: I2928abb939aae1795dbae489dc9c8ab63c6a8b63
diff --git a/base/dependencies.properties b/base/dependencies.properties
index 4a7f153..c1c46d3 100644
--- a/base/dependencies.properties
+++ b/base/dependencies.properties
@@ -132,9 +132,9 @@
 unified_test_platform_core = com.google.testing.platform:core:0.0.9-alpha02
 
 #When updating jacoco versions also update JacocoOptions.DEFAULT_VERSION
-jacoco_agent = org.jacoco:org.jacoco.agent:0.8.8
-jacoco_core = org.jacoco:org.jacoco.core:0.8.8
-jacoco_report = org.jacoco:org.jacoco.report:0.8.8
+jacoco_agent = org.jacoco:org.jacoco.agent:0.8.11
+jacoco_core = org.jacoco:org.jacoco.core:0.8.11
+jacoco_report = org.jacoco:org.jacoco.report:0.8.11
 
 # Include test dependencies here as well, so that we take them into
 # consideration when computing version numbers.