From 21f9a960e5ba8565d7d1043587f526189189031c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 20:18:06 +0000 Subject: [PATCH 1/2] chore(deps): bump dawidd6/action-download-artifact from 7 to 8 Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 7 to 8. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/sonar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 6c777c70..9419466d 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -32,7 +32,7 @@ jobs: # Download from previous workflow: https://github.com/dawidd6/action-download-artifact - name: Download artifact - uses: dawidd6/action-download-artifact@v7 + uses: dawidd6/action-download-artifact@v8 with: workflow: ${{ github.event.workflow_run.workflow_id }} run_id: ${{ github.event.workflow_run.id }} From 04a49f9887546de85594bc44abd3adbb1840f84a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 01:45:19 +0000 Subject: [PATCH 2/2] fix(deps): bump mongoDbDriverVersion from 5.3.0 to 5.3.1 Bumps `mongoDbDriverVersion` from 5.3.0 to 5.3.1. Updates `org.mongodb:mongodb-driver-sync` from 5.3.0 to 5.3.1 - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](https://github.com/mongodb/mongo-java-driver/compare/r5.3.0...r5.3.1) Updates `org.mongodb:mongodb-driver-legacy` from 5.3.0 to 5.3.1 - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](https://github.com/mongodb/mongo-java-driver/compare/r5.3.0...r5.3.1) --- updated-dependencies: - dependency-name: org.mongodb:mongodb-driver-sync dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.mongodb:mongodb-driver-legacy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7ca233ea..8449c354 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,7 @@ jib { } project.ext { - mongoDbDriverVersion = "5.3.0" + mongoDbDriverVersion = "5.3.1" slf4jVersion = "2.0.16" operatorFrameworkVersion = "4.9.7" kubernetesServerMockVersion = "6.13.4" // align with transitive dependency of operator framework