From 90b4a723a9742138391a9c972ef0a70c817c0c32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 07:46:46 +0000 Subject: [PATCH] Bump org.springframework.boot:spring-boot-dependencies in /examples Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.7.14 to 2.7.15. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.14...v2.7.15) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/javadoc/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/javadoc/build.gradle b/examples/javadoc/build.gradle index 1de9bdf9..062e2d19 100644 --- a/examples/javadoc/build.gradle +++ b/examples/javadoc/build.gradle @@ -3,7 +3,7 @@ apply plugin: "io.freefair.javadocs" apply plugin: "io.freefair.github.dependency-manifest" dependencies { - implementation platform("org.springframework.boot:spring-boot-dependencies:2.7.14") + implementation platform("org.springframework.boot:spring-boot-dependencies:2.7.15") implementation "org.springframework.boot:spring-boot-starter-data-jpa" implementation "org.springframework.boot:spring-boot-starter-web" }