From 22b02b72799cde10d75a2e90c5868f00188e5dc7 Mon Sep 17 00:00:00 2001 From: dex-the-ai Date: Mon, 7 Sep 2026 19:56:19 +0000 Subject: [PATCH] chore(deps): update spring-boot-starter-parent to 3.5.16 Bumps the Spring Boot parent BOM from 3.1.0 to 3.5.16, the latest stable release on the same major line. All other direct dependencies (com.couchbase.client:couchbase-transactions 1.2.4, junit 4.13.2, io.reactivex:rxjava-reactive-streams 1.2.1) are already at latest stable. Skips Spring Boot 4.x since it is a major-version jump requiring further migration. Hermes: t_3cabe35d --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cff652c..9d8271b 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.1.0 + 3.5.16 com.couchbase.example