From 07fa09a7396b93ef9113b65ca3ad2bc4c057eda7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 08:46:49 +0000 Subject: [PATCH] gradle(deps): bump org.springframework.boot from 2.7.10 to 3.1.0 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.7.10 to 3.1.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.10...v3.1.0) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 76f8a26..d9b8c63 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ import ru.vyarus.gradle.plugin.python.PythonExtension plugins { id("java") - id("org.springframework.boot") version "2.7.10" + id("org.springframework.boot") version "3.1.0" id("io.spring.dependency-management") version "1.0.15.RELEASE" id("org.springframework.cloud.contract") version "3.1.6" id("au.com.dius.pact") version "4.5.5"