From b9734b847b5f1cbcd7f2636aecec318cb645fde4 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:13 +0000 Subject: [PATCH 1/2] Initial plan From 894293c80c1ef5706828d549825aebe484b242eb 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:22 +0000 Subject: [PATCH 2/2] Update README to show version 1.9.1 for Maven and Gradle examples Co-authored-by: aidenblue <113344093+aidenblue@users.noreply.github.com> --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c4072f5..8f3bfb6 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ For installation into a Maven project the `provided` scope is recommended so tha com.diffblue.cover cover-annotations - 1.8.0 + 1.9.1 provided @@ -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") } ```