@@ -76,13 +76,13 @@ dependencies {
76
76
runtimeOnly(" org.jetbrains.kotlinx:kotlinx-coroutines-reactor" )
77
77
78
78
// Self-managed dependencies
79
- implementation(" net.devh:grpc-server-spring-boot-starter:2.15 .0.RELEASE" )
79
+ implementation(" net.devh:grpc-server-spring-boot-starter:3.1 .0.RELEASE" )
80
80
implementation(" com.databricks:databricks-sdk-java:0.20.0" )
81
- implementation(" com.microsoft.sqlserver:mssql-jdbc:12.6.1 .jre11" )
81
+ implementation(" com.microsoft.sqlserver:mssql-jdbc:13.2.0 .jre11" )
82
82
implementation(
83
83
" org.springframework.cloud:spring-cloud-starter-kubernetes-fabric8-config:$springCloudKubernetesVersion "
84
84
)
85
- implementation(" com.nimbusds:nimbus-jose-jwt:9.37.3 " )
85
+ implementation(" com.nimbusds:nimbus-jose-jwt:10.5 " )
86
86
implementation(" org.bouncycastle:bcpkix-jdk18on:1.77" )
87
87
88
88
implementation(enforcedPlatform(" com.google.cloud:libraries-bom:26.34.0" ))
@@ -95,12 +95,12 @@ dependencies {
95
95
implementation(
96
96
" build.buf.gen:getstrm_pace_protocolbuffers_java:25.3.0.2.$generatedBufDependencyVersion "
97
97
)
98
- implementation(" build.buf:protovalidate:0.2 .0" )
98
+ implementation(" build.buf:protovalidate:1.0 .0" )
99
99
100
100
implementation(" com.apollographql.apollo3:apollo-runtime:3.8.2" )
101
101
102
- implementation(" com.aallam.openai:openai-client:3.7.0 " )
103
- implementation(platform(" io.ktor:ktor-bom:2 .3.9 " ))
102
+ implementation(" com.aallam.openai:openai-client:4.0.1 " )
103
+ implementation(platform(" io.ktor:ktor-bom:3 .3.0 " ))
104
104
runtimeOnly(" io.ktor:ktor-client-okhttp" )
105
105
implementation(" io.ktor:ktor-client-logging" )
106
106
0 commit comments