Skip to content

Commit

Permalink
chore: upgrade depot version to 0.9.2 (#51)
Browse files Browse the repository at this point in the history
* chore: upgrade depot version to 0.9.2

* chore: upgrade depot version to 0.9.2
  • Loading branch information
sumitaich1998 authored Sep 4, 2024
1 parent 1e2b0e0 commit 263d7c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ lombok {
}

group 'com.gotocompany'
version '0.10.5'
version '0.10.6'

def projName = "firehose"

Expand Down Expand Up @@ -100,7 +100,7 @@ dependencies {
implementation platform('com.google.cloud:libraries-bom:20.5.0')
implementation 'com.google.cloud:google-cloud-storage:2.20.1'
implementation 'org.apache.logging.log4j:log4j-core:2.20.0'
implementation group: 'com.gotocompany', name: 'depot', version: '0.9.1'
implementation group: 'com.gotocompany', name: 'depot', version: '0.9.2'
implementation group: 'com.networknt', name: 'json-schema-validator', version: '1.0.59' exclude group: 'org.slf4j'
implementation 'dev.cel:cel:0.5.2'

Expand Down Expand Up @@ -293,4 +293,4 @@ jacocoTestCoverageVerification {
}
}
}
check.dependsOn jacocoTestCoverageVerification
check.dependsOn jacocoTestCoverageVerification

0 comments on commit 263d7c7

Please sign in to comment.