From 987702fd0f0028f309cbae12b6dff28f5979d3c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 11:56:03 +0000 Subject: [PATCH] gradle(deps): bump org.springframework.boot from 2.7.10 to 3.1.2 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.7.10 to 3.1.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.10...v3.1.2) --- 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..09c9238 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.2" 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"