From 1c4f51818dc617edbd447ef097a911bbfbbf5f52 Mon Sep 17 00:00:00 2001 From: ksan Date: Wed, 4 Jun 2025 09:13:28 +0100 Subject: [PATCH] TG-23051 update version 1.6.0 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 570e232..87331f2 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.5.0") + compileOnly("com.diffblue.cover:cover-annotations:1.6.0") - testImplementation("com.diffblue.cover:cover-annotations:1.5.0") + testImplementation("com.diffblue.cover:cover-annotations:1.6.0") } ``` diff --git a/pom.xml b/pom.xml index 6a44738..4752e23 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.diffblue.cover cover-annotations - 1.5.0 + 1.6.0 jar Cover Annotations