From 5219a8d8687dc50eca347c3229fd007f1f790a9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 00:57:19 +0000 Subject: [PATCH 1/2] Bump org.springframework.boot:spring-boot-starter-parent Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.5.15 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.15...v3.5.16) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-version: 3.5.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 692a3b8..f658c1c 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.15 + 3.5.16 From 051fcf864dcf171968acbcfc953ef25887c0a3df Mon Sep 17 00:00:00 2001 From: Daniel Persson <17487347+saligiad@users.noreply.github.com> Date: Thu, 9 Jul 2026 17:58:07 -0700 Subject: [PATCH 2/2] CIS-3784 Update changelog Add spring-boot-starter-parent upgrade to CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fde1eca..e3f1db3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bumps org.springframework.boot:spring-boot-starter-parent from 3.5.14 to 3.5.15 - Bumps org.octri.messaging:messaging_lib from 0.2.1 to 0.2.2 - Bumps org.octri.common:common_lib from 2.1.0 to 2.1.1 +- Bumps org.springframework.boot:spring-boot-starter-parent from 3.5.15 to 3.5.16 ## [4.2.0] - 2026-05-29