@@ -37,7 +37,7 @@ project.version =
37
37
38
38
plugins {
39
39
id(" com.bmuschko.docker-remote-api" )
40
- id(" com.apollographql.apollo3" ) version " 3.8.2 "
40
+ id(" com.apollographql.apollo3" ) version " 3.8.6 "
41
41
id(" nu.studer.jooq" )
42
42
id(" org.flywaydb.flyway" )
43
43
id(" org.openapi.generator" )
@@ -58,7 +58,7 @@ dependencies {
58
58
implementation(" org.springframework.boot:spring-boot-starter-validation" )
59
59
// TODO remove once we upgrade Spring: override SnakeYAML dependency, as the one managed by
60
60
// Spring is too old and is vulnerable
61
- implementation(" org.yaml:snakeyaml:2.2 " )
61
+ implementation(" org.yaml:snakeyaml:2.5 " )
62
62
implementation(" org.flywaydb:flyway-core:$flywayVersion " )
63
63
implementation(" org.flywaydb:flyway-database-postgresql:$flywayVersion " )
64
64
implementation(" org.jetbrains.kotlin:kotlin-reflect" )
@@ -77,15 +77,15 @@ dependencies {
77
77
78
78
// Self-managed dependencies
79
79
implementation(" net.devh:grpc-server-spring-boot-starter:2.15.0.RELEASE" )
80
- implementation(" com.databricks:databricks-sdk-java:0.20 .0" )
81
- implementation(" com.microsoft.sqlserver:mssql-jdbc:12.6 .1.jre11" )
80
+ implementation(" com.databricks:databricks-sdk-java:0.62 .0" )
81
+ implementation(" com.microsoft.sqlserver:mssql-jdbc:12.10 .1.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 " )
86
- implementation(" org.bouncycastle:bcpkix-jdk18on:1.77 " )
85
+ implementation(" com.nimbusds:nimbus-jose-jwt:9.48 " )
86
+ implementation(" org.bouncycastle:bcpkix-jdk18on:1.81 " )
87
87
88
- implementation(enforcedPlatform(" com.google.cloud:libraries-bom:26.34 .0" ))
88
+ implementation(enforcedPlatform(" com.google.cloud:libraries-bom:26.67 .0" ))
89
89
implementation(" com.google.cloud:google-cloud-bigquery" )
90
90
implementation(" com.google.cloud:google-cloud-datacatalog" )
91
91
implementation(" com.google.cloud:google-cloud-datalineage" )
@@ -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:0.14 .0" )
99
99
100
- implementation(" com.apollographql.apollo3:apollo-runtime:3.8.2 " )
100
+ implementation(" com.apollographql.apollo3:apollo-runtime:3.8.6 " )
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:3.8.2 " )
103
+ implementation(platform(" io.ktor:ktor-bom:2.3.13 " ))
104
104
runtimeOnly(" io.ktor:ktor-client-okhttp" )
105
105
implementation(" io.ktor:ktor-client-logging" )
106
106
@@ -110,8 +110,8 @@ dependencies {
110
110
}
111
111
testImplementation(" io.kotest:kotest-assertions-core-jvm:$kotestVersion " )
112
112
testImplementation(" io.kotest:kotest-runner-junit5:$kotestVersion " )
113
- testImplementation(" io.mockk:mockk:1.13.10 " )
114
- testImplementation(" io.zonky.test:embedded-postgres:2.0.6 " )
113
+ testImplementation(" io.mockk:mockk:1.14.5 " )
114
+ testImplementation(" io.zonky.test:embedded-postgres:2.1.1 " )
115
115
}
116
116
117
117
openApiGenerate {
0 commit comments