From 91f9d75e2d9a25b63cd33632ac8b5e92c9e3ea52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 12:46:57 +0000 Subject: [PATCH] build(deps): bump io.spring.dependency-management Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.0.11.RELEASE to 1.0.14.RELEASE. - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases) - [Commits](https://github.com/spring-gradle-plugins/dependency-management-plugin/compare/v1.0.11.RELEASE...v1.0.14.RELEASE) --- updated-dependencies: - dependency-name: io.spring.dependency-management dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b09c03f..4b46bba 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id "java" id "jacoco" - id "io.spring.dependency-management" version "1.0.11.RELEASE" + id "io.spring.dependency-management" version "1.0.14.RELEASE" id 'info.solidsoft.pitest' version '1.6.0' id "org.sonarqube" version "3.3" }