diff --git a/logstash-integration-jdbc.yaml b/logstash-integration-jdbc.yaml
index 2a041959700..95716bf67f1 100644
--- a/logstash-integration-jdbc.yaml
+++ b/logstash-integration-jdbc.yaml
@@ -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:
@@ -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