From b28be13deb66647e75d3f1b06f75eeba8eaa6097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 09:02:28 +0000 Subject: [PATCH] build(deps): bump io.spring.dependency-management from 1.1.0 to 1.1.3 Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.1.0 to 1.1.3. - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases) - [Commits](https://github.com/spring-gradle-plugins/dependency-management-plugin/compare/v1.1.0...v1.1.3) --- 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 57e226d..9b72d52 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ plugins { id "application" id "org.jetbrains.kotlin.jvm" version "1.8.22" id "io.jooby.run" version "2.9.6" - id "io.spring.dependency-management" version "1.1.0" + id "io.spring.dependency-management" version "1.1.3" id "com.google.osdetector" version "1.7.3" id "com.github.johnrengelman.shadow" version "5.2.0" id "com.heroku.sdk.heroku-gradle" version "3.0.0"