Skip to content

Commit 70c7e89

Browse files
committed
feat(flyway): remove dep bump to fix several CVEs
Signed-off-by: Francesco Bartolini <[email protected]>
1 parent 1010aab commit 70c7e89

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

flyway.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: flyway
33
version: "11.13.2"
4-
epoch: 0 # GHSA-fghv-69vj-qj49
4+
epoch: 1
55
description: "Flyway is a database migration tool to evolve your database schema easily and reliably across all your instances."
66
copyright:
77
- license: Apache-2.0

flyway/pombump-deps.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
patches:
2-
- groupId: com.databricks
3-
artifactId: databricks-jdbc
4-
version: 2.6.40
5-
scope: runtime
6-
type: jar
72
- groupId: net.snowflake.client.jdbc.SnowflakeDriver
83
artifactId: snowflake-jdbc
94
version: 3.23.1

0 commit comments

Comments
 (0)