We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1782fe commit 01f688dCopy full SHA for 01f688d
build.gradle
@@ -33,7 +33,7 @@ lombok {
33
}
34
35
group 'io.odpf'
36
-version '0.7.0'
+version '0.7.1'
37
38
def projName = "firehose"
39
@@ -101,7 +101,7 @@ dependencies {
101
implementation 'com.google.cloud:google-cloud-storage:1.114.0'
102
implementation 'com.google.cloud:google-cloud-bigquery:1.115.0'
103
implementation 'org.apache.logging.log4j:log4j-core:2.17.1'
104
- implementation group: 'io.odpf', name: 'depot', version: '0.3.6'
+ implementation group: 'io.odpf', name: 'depot', version: '0.3.7'
105
implementation group: 'com.networknt', name: 'json-schema-validator', version: '1.0.59' exclude group: 'org.slf4j'
106
107
testImplementation group: 'junit', name: 'junit', version: '4.11'
0 commit comments