Skip to content

Commit

Permalink
Merge branch 'main' into resize_column_values
Browse files Browse the repository at this point in the history
  • Loading branch information
collado-mike authored Mar 25, 2022
2 parents 0d72fd0 + 4c1e0ee commit 4445d70
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ext {
jdbi3Version = '3.28.0'
prometheusVersion = '0.15.0'
testcontainersVersion = '1.16.3'
sentryVersion = '5.6.3'
sentryVersion = '5.7.0'
}

dependencies {
Expand All @@ -43,7 +43,7 @@ dependencies {
implementation "org.jdbi:jdbi3-postgres:${jdbi3Version}"
implementation "org.jdbi:jdbi3-sqlobject:${jdbi3Version}"
implementation 'com.google.guava:guava:31.1-jre'
implementation 'org.dhatim:dropwizard-sentry:2.0.28-9'
implementation 'org.dhatim:dropwizard-sentry:2.0.28-10'
implementation "io.sentry:sentry:${sentryVersion}"
implementation 'org.flywaydb:flyway-core:6.5.7'
implementation "org.postgresql:postgresql:${postgresqlVersion}"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ subprojects {
junit5Version = '5.8.2'
lombokVersion = '1.18.22'
mockitoVersion = '4.4.0'
openlineageVersion = '0.6.1'
openlineageVersion = '0.6.2'
slf4jVersion = '1.7.36'
postgresqlVersion = '42.3.3'
isReleaseVersion = !version.endsWith('SNAPSHOT')
Expand Down
6 changes: 3 additions & 3 deletions chart/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 1.11.3
version: 1.13.0
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 11.1.9
digest: sha256:c12c2464001751f0c8a4107a40c19f8db99ec84a24543cf47f81d7cee4138aee
generated: "2022-03-19T00:02:38.290774237Z"
digest: sha256:e97d8c067a9dad3488cdf01f3512522d171f9dbc2a4d0b4acef480c3f1150a1b
generated: "2022-03-25T00:58:38.118250315Z"
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
tags:
- bitnami-common
version: 1.11.3
version: 1.13.0
- condition: postgresql.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
Expand All @@ -29,4 +29,4 @@ name: marquez
sources:
- https://github.com/MarquezProject/marquez
- https://marquezproject.github.io/marquez/
version: 0.21.4
version: 0.21.5

0 comments on commit 4445d70

Please sign in to comment.