From 492b8e5400afa8a477ecff234387fb2b159cdb6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 00:10:36 +0000 Subject: [PATCH] build(deps): bump org.springframework.boot in /easy-paging-postgres-demo Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.5.3 to 3.5.16. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.3...v3.5.16) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 3.5.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- easy-paging-postgres-demo/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-paging-postgres-demo/build.gradle.kts b/easy-paging-postgres-demo/build.gradle.kts index 9f39a63..1eabcd8 100644 --- a/easy-paging-postgres-demo/build.gradle.kts +++ b/easy-paging-postgres-demo/build.gradle.kts @@ -1,6 +1,6 @@ plugins { java - id("org.springframework.boot") version "3.5.3" + id("org.springframework.boot") version "3.5.16" id("io.spring.dependency-management") version "1.1.7" }