@@ -5,7 +5,7 @@ import org.gradle.language.jvm.tasks.ProcessResources
5
5
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
6
6
7
7
plugins {
8
- kotlin(" jvm" ) version " 1.6.0 "
8
+ kotlin(" jvm" ) version " 1.8.22 "
9
9
idea
10
10
id(" com.github.johnrengelman.shadow" ) version " 7.1.2"
11
11
id(" org.jlleitschuh.gradle.ktlint" ) version " 11.0.0"
@@ -34,22 +34,22 @@ configure<org.jlleitschuh.gradle.ktlint.KtlintExtension> {
34
34
dependencies {
35
35
protobuf(files(" api-interface-definitions/protos/" ))
36
36
testImplementation(" junit:junit:4.13.2" )
37
- testImplementation(" com.squareup.okhttp3:mockwebserver:4.10 .0" )
37
+ testImplementation(" com.squareup.okhttp3:mockwebserver:4.12 .0" )
38
38
testImplementation(" io.mockk:mockk:1.13.2" )
39
39
testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4" )
40
- testImplementation(" io.grpc:grpc-testing:1.66 .0" )
40
+ testImplementation(" io.grpc:grpc-testing:1.71 .0" )
41
41
implementation(" com.google.code.gson:gson:2.9.0" )
42
42
implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4" )
43
43
implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.6.4" )
44
- implementation(" com.squareup.okhttp3:okhttp:4.11 .0" )
44
+ implementation(" com.squareup.okhttp3:okhttp:4.12 .0" )
45
45
implementation(" com.github.ua-parser:uap-java:1.6.1" )
46
46
implementation(" com.statsig:ip3country:0.1.5" )
47
- implementation(" com.squareup.okhttp3:logging-interceptor:4.11 .0" )
47
+ implementation(" com.squareup.okhttp3:logging-interceptor:4.12 .0" )
48
48
implementation(" org.jetbrains.kotlin:kotlin-reflect" )
49
49
// GRPC Dependencies
50
- implementation(" io.grpc:grpc-netty-shaded:1.66 .0" )
51
- implementation(" io.grpc:grpc-stub:1.66 .0" )
52
- implementation(" io.grpc:grpc-protobuf:1.66 .0" )
50
+ implementation(" io.grpc:grpc-netty-shaded:1.71 .0" )
51
+ implementation(" io.grpc:grpc-stub:1.71 .0" )
52
+ implementation(" io.grpc:grpc-protobuf:1.71 .0" )
53
53
implementation(" org.apache.tomcat:annotations-api:6.0.53" )
54
54
}
55
55
@@ -109,7 +109,7 @@ protobuf {
109
109
}
110
110
plugins {
111
111
id(" grpc" ) {
112
- artifact = " io.grpc:protoc-gen-grpc-java:1.66 .0"
112
+ artifact = " io.grpc:protoc-gen-grpc-java:1.71 .0"
113
113
}
114
114
}
115
115
generateProtoTasks {
0 commit comments