Skip to content
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

logstash-integration-jdbc/5.5.2 package update #38277

Merged
merged 3 commits into from
Jan 5, 2025
Merged
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
4 changes: 2 additions & 2 deletions logstash-integration-jdbc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
package:
name: logstash-integration-jdbc
version: 5.5.1
version: 5.5.2
epoch: 0
description: Logstash Integration Plugin for JDBC, including Logstash Input and Filter Plugins
copyright:
Expand All @@ -31,7 +31,7 @@ pipeline:
with:
repository: https://github.com/logstash-plugins/logstash-integration-jdbc
tag: v${{package.version}}
expected-commit: 1804cd7aa2c2eca222a2e178d318758001449fe8
expected-commit: 3aca2fe059a6ddcf19f2c8891aea9474788f2ec9
- runs: |
# update the derby version to mitigate the CVE-2018-1313
sed -i "s/def DERBY_VERSION = '10.14.1.0'/def DERBY_VERSION = '10.14.2.0'/g" build.gradle
Expand Down
Loading