From e8a99844cfef6671d7f5a23f05e4d6e0368ad7ed Mon Sep 17 00:00:00 2001 From: James Catto Date: Wed, 28 May 2025 10:51:43 +0100 Subject: [PATCH] TG-23145 - bumped version to 1.5.0 --- README.md | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e98f519..570e232 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.4.0 + 1.5.0 provided @@ -36,9 +36,9 @@ For installation into a Gradle project the `compileOnly` and `testImplementation ``` dependencies { - compileOnly("com.diffblue.cover:cover-annotations:1.4.0") + compileOnly("com.diffblue.cover:cover-annotations:1.5.0") - testImplementation("com.diffblue.cover:cover-annotations:1.4.0") + testImplementation("com.diffblue.cover:cover-annotations:1.5.0") } ``` diff --git a/pom.xml b/pom.xml index 97786d6..3a51e16 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.diffblue.cover cover-annotations - 1.4.0 + 1.5.0 jar Cover Annotations