Skip to content

Commit 39ba14a

Browse files
committed
Up radar-commons version to 1.1.3
1 parent 7a01e78 commit 39ba14a

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

kafka-connect-fitbit-source/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ description = "Kafka connector for Fitbit API source"
33
dependencies {
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

kafka-connect-oura-source/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ description = "Kafka connector for Oura API source"
33
dependencies {
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

0 commit comments

Comments
 (0)