From 93b5dce0ddc292867c1ac3d0340eae8c810085a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 23:15:13 +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.12 to 2.7.13. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.12...v2.7.13) --- 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 004728cf..0853b85b 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.12") + implementation platform("org.springframework.boot:spring-boot-dependencies:2.7.13") implementation "org.springframework.boot:spring-boot-starter-data-jpa" implementation "org.springframework.boot:spring-boot-starter-web" }