Skip to content

Commit

Permalink
chore: bump depot version to 0.10.1 (#61)
Browse files Browse the repository at this point in the history
* chore: bump depot version to 0.10.1

* chore: bump firehose version
  • Loading branch information
ekawinataa authored Dec 20, 2024
1 parent ca003d0 commit 7d465ea
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 'com.gotocompany'
version '0.11.2'
version '0.11.3'

def projName = "firehose"

Expand Down Expand Up @@ -101,7 +101,7 @@ dependencies {
implementation 'com.google.cloud:google-cloud-storage:2.20.1'
implementation 'org.apache.logging.log4j:log4j-core:2.20.0'
implementation group: 'com.aliyun.oss', name: 'aliyun-sdk-oss', version: '3.18.1'
implementation group: 'com.gotocompany', name: 'depot', version: '0.10.0'
implementation group: 'com.gotocompany', name: 'depot', version: '0.10.1'
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

0 comments on commit 7d465ea

Please sign in to comment.