From 782659b44d9a207352ac52cf3742dfcce29422c5 Mon Sep 17 00:00:00 2001 From: James Catto Date: Tue, 6 May 2025 10:49:04 +0100 Subject: [PATCH] TG-23029 - upgraded version to 1.4.0 --- README.md | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f625a95..e98f519 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.3.0 + 1.4.0 provided @@ -36,9 +36,9 @@ For installation into a Gradle project the `compileOnly` and `testImplementation ``` dependencies { - compileOnly("com.diffblue.cover:cover-annotations:1.3.0") + compileOnly("com.diffblue.cover:cover-annotations:1.4.0") - testImplementation("com.diffblue.cover:cover-annotations:1.3.0") + testImplementation("com.diffblue.cover:cover-annotations:1.4.0") } ``` diff --git a/pom.xml b/pom.xml index 820f7cf..97786d6 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.diffblue.cover cover-annotations - 1.3.0 + 1.4.0 jar Cover Annotations