From 9c111b30f0dbf87e223de926b5346434c58b4c91 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 2 Jan 2026 11:42:33 +0000 Subject: [PATCH 1/2] Initial plan From a1a5513c56b9fc2e8894d3a8b3054c853c6497e8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 2 Jan 2026 11:44:35 +0000 Subject: [PATCH 2/2] Update README Gradle dependency to version 1.9.1 Co-authored-by: aidenblue <113344093+aidenblue@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4072f5..328ea95 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,9 @@ For installation into a Gradle project the `compileOnly` and `testImplementation ``` dependencies { - compileOnly("com.diffblue.cover:cover-annotations:1.8.0") + compileOnly("com.diffblue.cover:cover-annotations:1.9.1") - testImplementation("com.diffblue.cover:cover-annotations:1.8.0") + testImplementation("com.diffblue.cover:cover-annotations:1.9.1") } ```