From 039473e6e76109f9400103effde5576fb5d5f53b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 20:01:43 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/artifacts.yaml | 2 +- v1.16/Gemfile | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index f593e97..8bfdcca 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -65,7 +65,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.12.0 + uses: aquasecurity/trivy-action@0.13.1 with: image-ref: "ghcr.io/${{ github.repository_owner }}/fluentd:${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}" format: "sarif" diff --git a/v1.16/Gemfile b/v1.16/Gemfile index 92de116..4c924ed 100644 --- a/v1.16/Gemfile +++ b/v1.16/Gemfile @@ -8,9 +8,9 @@ gem 'resolv', '0.2.2' gem 'json', '2.6.3' gem 'yajl-ruby', '1.4.3' gem 'async', '1.31.0' -gem 'async-http', '0.60.2' +gem 'async-http', '0.61.0' gem 'fluentd', '1.16.2' -gem 'prometheus-client', '4.2.1' +gem 'prometheus-client', '4.2.2' gem 'bigdecimal', '3.1.4' gem 'webrick', '1.8.1' gem 'gelf', '3.1.0' @@ -27,7 +27,7 @@ gem 'fluent-plugin-rewrite-tag-filter', '2.4.0' gem 'fluent-plugin-aliyun-oss', '0.0.1' gem 'fluent-plugin-dedot_filter', '1.0.0' gem 'fluent-plugin-sumologic_output', '1.8.0' -gem 'fluent-plugin-kafka', '0.19.1' +gem 'fluent-plugin-kafka', '0.19.2' gem 'fluent-plugin-geoip', '1.3.2' gem 'fluent-plugin-tag-normaliser', '0.1.2' gem 'fluent-plugin-grafana-loki', '1.2.20' @@ -51,7 +51,7 @@ gem 'fluent-plugin-redis', '0.3.5' gem 'fluent-plugin-gelf-hs', '1.0.8' gem 'fluent-plugin-sqs', '3.0.0' gem 'fluent-plugin-mattermost', '0.2.2' -gem 'fluent-plugin-vmware-loginsight', '1.4.1' +gem 'fluent-plugin-vmware-loginsight', '1.4.2' gem 'fluent-plugin-vmware-log-intelligence', '2.0.8' gem 'fluent-plugin-mysqlslowquery', '0.0.9' gem 'fluent-plugin-logzio', '0.2.2'