Skip to content

Commit 01f688d

Browse files
authored
chore: depot version bump (#210)
1 parent c1782fe commit 01f688d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ lombok {
3333
}
3434

3535
group 'io.odpf'
36-
version '0.7.0'
36+
version '0.7.1'
3737

3838
def projName = "firehose"
3939

@@ -101,7 +101,7 @@ dependencies {
101101
implementation 'com.google.cloud:google-cloud-storage:1.114.0'
102102
implementation 'com.google.cloud:google-cloud-bigquery:1.115.0'
103103
implementation 'org.apache.logging.log4j:log4j-core:2.17.1'
104-
implementation group: 'io.odpf', name: 'depot', version: '0.3.6'
104+
implementation group: 'io.odpf', name: 'depot', version: '0.3.7'
105105
implementation group: 'com.networknt', name: 'json-schema-validator', version: '1.0.59' exclude group: 'org.slf4j'
106106

107107
testImplementation group: 'junit', name: 'junit', version: '4.11'

0 commit comments

Comments
 (0)