diff --git a/jitsucom-bulker.yaml b/jitsucom-bulker.yaml index 010c9f3ccf6..860e2911638 100644 --- a/jitsucom-bulker.yaml +++ b/jitsucom-bulker.yaml @@ -1,7 +1,7 @@ package: name: jitsucom-bulker version: "2.11.913" - epoch: 0 + epoch: 1 # GHSA-9mj6-hxhv-w67j description: Service for bulk-loading data to databases with automatic schema management (Redshift, Snowflake, BigQuery, ClickHouse, Postgres, MySQL) copyright: - license: MIT @@ -34,13 +34,6 @@ pipeline: - runs: | go work use - - uses: go/bump - with: - deps: |- - github.com/go-viper/mapstructure/v2@v2.4.0 - modroot: ingest - work: true - - uses: go/bump with: deps: |- @@ -60,6 +53,7 @@ pipeline: deps: |- github.com/snowflakedb/gosnowflake@v1.13.3 github.com/go-viper/mapstructure/v2@v2.4.0 + github.com/dvsekhvalnov/jose2go@v1.7.0 modroot: bulkerlib work: true