Skip to content

Commit

Permalink
chore:bump up depot version for enrich bq log error (#213)
Browse files Browse the repository at this point in the history
* chore: log error exception message for failed messages

* bump up version to 0.7.4

---------

Co-authored-by: jesry.pandawa <jesry.pandawa@gojek.com>
  • Loading branch information
jesrypandawa and jesry.pandawa authored Feb 28, 2023
1 parent 4fc4bc0 commit 82f9303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ lombok {
}

group 'io.odpf'
version '0.7.3'
version '0.7.4'

def projName = "firehose"

Expand Down Expand Up @@ -101,7 +101,7 @@ dependencies {
implementation 'com.google.cloud:google-cloud-storage:1.114.0'
implementation 'com.google.cloud:google-cloud-bigquery:1.115.0'
implementation 'org.apache.logging.log4j:log4j-core:2.17.1'
implementation group: 'io.odpf', name: 'depot', version: '0.3.7'
implementation group: 'io.odpf', name: 'depot', version: '0.3.8'
implementation group: 'com.networknt', name: 'json-schema-validator', version: '1.0.59' exclude group: 'org.slf4j'

testImplementation group: 'junit', name: 'junit', version: '4.11'
Expand Down

0 comments on commit 82f9303

Please sign in to comment.