From 79f5d93873d5fd557157bf4ced4f30a764e4017d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 08:41:36 +0000 Subject: [PATCH] build(deps): bump io.spring.dependency-management from 1.1.0 to 1.1.1 Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.1.0 to 1.1.1. - [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.1) --- 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..0df050f 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.1" 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"