Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2023
1 parent 773503f commit 82feb53
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.0
with:
image-ref: "ghcr.io/${{ github.repository_owner }}/fluentd:${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}"
format: "sarif"
Expand Down
12 changes: 6 additions & 6 deletions v1.16/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ 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'
gem 'elasticsearch', '8.10.0'
gem 'elasticsearch-xpack', '7.17.9'
gem 'elasticsearch', '8.11.0'
gem 'elasticsearch-xpack', '7.17.10'
gem 'snappy', '0.3.0'
gem 'fluent-plugin-detect-exceptions', '0.0.15'
gem 'fluent-plugin-remote-syslog', '1.1.0'
Expand All @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit 82feb53

Please sign in to comment.