From b5207ed1a2b0535bc760ff1470807d4a06e98814 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 00:49:22 +0000 Subject: [PATCH 1/2] Bump org.octri.common:common_lib from 2.1.0 to 2.1.1 Bumps [org.octri.common:common_lib](https://github.com/OHSU-OCTRI/common-lib) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/OHSU-OCTRI/common-lib/releases) - [Changelog](https://github.com/OHSU-OCTRI/common-lib/blob/main/CHANGELOG.md) - [Commits](https://github.com/OHSU-OCTRI/common-lib/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: org.octri.common:common_lib dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- authentication_lib/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentication_lib/pom.xml b/authentication_lib/pom.xml index b339360..6b8cc99 100644 --- a/authentication_lib/pom.xml +++ b/authentication_lib/pom.xml @@ -41,7 +41,7 @@ 17 - 2.1.0 + 2.1.1 0.2.2 From 8d10a56bead4dba60b4e4d4d5f71426808e9fffc Mon Sep 17 00:00:00 2001 From: Daniel Persson <17487347+saligiad@users.noreply.github.com> Date: Thu, 9 Jul 2026 17:54:01 -0700 Subject: [PATCH 2/2] CIS-3784 Update changelog Add common_lib upgrade to CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f408ac1..fde1eca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump org.passay:passay from 1.6.6 to 2.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 ## [4.2.0] - 2026-05-29