Bump org.springframework.boot from 3.1.0 to 3.1.2 (#9002)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-21 11:29:18 +02:00 committed by GitHub
parent 5123426527
commit 93e8025396
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
plugins { plugins {
id("otel.java-conventions") id("otel.java-conventions")
id("org.springframework.boot") version "3.1.0" id("org.springframework.boot") version "3.1.2"
id("org.graalvm.buildtools.native") id("org.graalvm.buildtools.native")
} }