From 190d0d3bbb07043f663751059e79f342b7c086ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 08:08:13 +0000 Subject: [PATCH] chore(deps): bump org.litote.kmongo:kmongo in /backend/persistence Bumps [org.litote.kmongo:kmongo](https://github.com/Litote/kmongo) from 5.5.1 to 5.6.0. - [Release notes](https://github.com/Litote/kmongo/releases) - [Commits](https://github.com/Litote/kmongo/compare/kmongo-5.5.1...kmongo-5.6.0) --- updated-dependencies: - dependency-name: org.litote.kmongo:kmongo dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/persistence/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/persistence/build.gradle b/backend/persistence/build.gradle index b2ef36d1..4a12b5ed 100644 --- a/backend/persistence/build.gradle +++ b/backend/persistence/build.gradle @@ -30,5 +30,5 @@ description = 'DevFeed Persistence APIs' dependencies { api project(':dev-feed-common') implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.2' - implementation 'org.litote.kmongo:kmongo:5.5.1' + implementation 'org.litote.kmongo:kmongo:5.6.0' }