From ecfde8661f0a6b8c275268f1f50e18365eda86bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 06:32:21 +0000 Subject: [PATCH] Bump org.pitest:pitest-maven from 1.16.0 to 1.16.1 Bumps [org.pitest:pitest-maven](https://github.com/hcoles/pitest) from 1.16.0 to 1.16.1. - [Release notes](https://github.com/hcoles/pitest/releases) - [Commits](https://github.com/hcoles/pitest/compare/1.16.0...1.16.1) --- updated-dependencies: - dependency-name: org.pitest:pitest-maven dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 79b31bc..d7443db 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ <maven-gpg-plugin.version>3.2.4</maven-gpg-plugin.version> <nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version> <jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version> - <pitest-maven-plugin.version>1.16.0</pitest-maven-plugin.version> + <pitest-maven-plugin.version>1.16.1</pitest-maven-plugin.version> </properties> <scm>