From e186d8c6138e10d644d972bea552c788267ff4ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 03:10:54 +0000 Subject: [PATCH] Bump spring-boot-gradle-plugin from 2.5.6 to 3.0.2 Bumps [spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) from 2.5.6 to 3.0.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.6...v3.0.2) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-gradle-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a3554c4..8571fb3 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ buildscript { ext { kotlinVersion = '1.5.31' - springBootVersion = '2.5.6' + springBootVersion = '3.0.2' ktlintVersion = '0.42.1' mockitoKotlinVersion = '1.6.0' }