File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ plugins {
24
24
}
25
25
26
26
group = ' org.alvearie.hri.flink'
27
- version = ' 2.1-1.0.1 '
27
+ version = ' 2.1-1.0.2 '
28
28
description = """ HRI Flink Pipeline Core Library"""
29
29
30
30
ext {
@@ -178,7 +178,7 @@ dependencies {
178
178
// Dependencies that library users should include in their job
179
179
// shadow jar
180
180
// --------------------------------------------------------------
181
- implementation " org.alvearie.hri:hri-api-batch-notification:support-2.x-SNAPSHOT "
181
+ implementation " org.alvearie.hri:hri-api-batch-notification:2.1-2.0.2 "
182
182
implementation " org.apache.flink:flink-connector-kafka_${ scalaBinaryVersion} :${ flinkVersion} "
183
183
implementation " com.fasterxml.jackson.core:jackson-databind:${ jacksonVersion} "
184
184
implementation " com.fasterxml.jackson.module:jackson-module-scala_${ scalaBinaryVersion} :${ jacksonVersion} "
You can’t perform that action at this time.
0 commit comments