File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
kafka-connect-fitbit-source
kafka-connect-oura-source Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ object Versions {
66 const val kotlin = " 1.9.22"
77 const val wrapper = " 8.9"
88
9- const val radarCommons = " 1.1.2 "
10- const val confluent = " 7.7.0 "
9+ const val radarCommons = " 1.1.3 "
10+ const val confluent = " 7.8.1 "
1111 const val kafka = " $confluent -ce"
1212 const val avro = " 1.12.0"
1313
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ description = "Kafka connector for Fitbit API source"
33dependencies {
44
55 /* The entries in the block below are added here to force the version of
6- * transitive dependencies and mitigate reported vulnerabilities */
6+ * transitive dependencies and mitigate reported vulnerabilities
7+ */
78 implementation(" io.netty:netty-handler-proxy:${Versions .nettyVersion} " )
89 implementation(" io.netty:netty-handler:${Versions .nettyVersion} " )
910
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ description = "Kafka connector for Oura API source"
33dependencies {
44
55 /* The entries in the block below are added here to force the version of
6- * transitive dependencies and mitigate reported vulnerabilities */
6+ * transitive dependencies and mitigate reported vulnerabilities
7+ */
78 implementation(" io.netty:netty-handler-proxy:${Versions .nettyVersion} " )
89 implementation(" io.netty:netty-handler:${Versions .nettyVersion} " )
910
You can’t perform that action at this time.
0 commit comments