Skip to content

fix(deps): bump com.squareup.okio:okio from 3.9.0 to 3.9.1 #552

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies {
exclude group: 'com.squareup.okio', module: 'okio'
}
// upgrade from transitive 1.15.0 in okhttp to fix CVE-2023-3635
implementation 'com.squareup.okio:okio:3.9.0'
implementation 'com.squareup.okio:okio:3.9.1'

implementation "org.mongodb:mongodb-driver-sync:${mongoDbDriverVersion}"

Expand Down
9 changes: 4 additions & 5 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@ apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: mongodb-operator
description: |
Bootstraps databases in existing MongoDB clusters based on a custom MongoDB resource.
title: MongoDB Operator
description:
$text: docs/index.md
tags:
- kubernetes
- operator
annotations:
sda.se/summary:
$text: docs/index.md
backstage.io/techdocs-ref: dir:.
defectdojo.org/product-name: "sdadev | mongodb-operator | quay.io/sdase/mongodb-operator"
defectdojo.org/product-name: "development-dev-dev | mongodb-operator"
defectdojo.org/branch-name: "quay.io/sdase/mongodb-operator"
links:
- url: https://medium.com/sda-se/kubernetes-operator-to-the-rescue-how-our-own-mongodb-operator-improved-our-deployments-6d5ba3324abc
Expand Down
Loading