From 9f1dbe97ac8c95c2a8786663950962a5e139a066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 09:38:12 +0000 Subject: [PATCH] build(deps): bump org.springframework.boot from 3.1.1 to 3.1.2 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... 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 87514fdb9af..0dcc580f84b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,7 +16,7 @@ plugins { id("io.freefair.maven-central.validate-poms") version "8.1.0" id("me.qoomon.git-versioning") version "6.4.2" id("com.github.ben-manes.versions") version "0.47.0" - id("org.springframework.boot") version "3.1.1" + id("org.springframework.boot") version "3.1.2" id("io.spring.dependency-management") version "1.1.2" id("io.github.1c-syntax.bslls-dev-tools") version "0.7.2" id("ru.vyarus.pom") version "2.2.2"