Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #78 from odpf/stencil_upgrade
Browse files Browse the repository at this point in the history
upgrade stencil library to 4.2.1
  • Loading branch information
kushsharma committed Mar 1, 2021
2 parents bd3e0a1 + 2821fe6 commit 954e3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
}

compile group: 'org.apache.kafka', name: 'kafka-clients', version: '2.0.0'
compile group: 'com.gojek', name: 'stencil', version: '4.2.0'
compile group: 'com.gojek', name: 'stencil', version: '4.2.1'
compile group: 'com.timgroup', name: 'java-statsd-client', version: '3.1.0'
compile group: 'com.getsentry.raven', name: 'raven', version: '8.0.3'
compile group: 'com.getsentry.raven', name: 'raven-logback', version: '7.8.0'
Expand Down

0 comments on commit 954e3d1

Please sign in to comment.