Skip to content

Commit b43fee5

Browse files
feat(deps): update gradle app major dependencies
1 parent 1ce2992 commit b43fee5

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

core/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
// We let spring boot manage a few dependencies, even though we don't start a Spring application from this module.
2222
implementation(platform("org.springframework.boot:spring-boot-dependencies:$springBootVersion"))
2323
implementation("org.springframework.boot:spring-boot-starter-jooq")
24-
implementation("net.devh:grpc-server-spring-boot-starter:2.15.0.RELEASE")
24+
implementation("net.devh:grpc-server-spring-boot-starter:3.1.0.RELEASE")
2525

2626
implementation("org.jetbrains.kotlin:kotlin-reflect")
2727
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core")

gradle.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
version = 1.0.0-alpha.72
2-
kotlinVersion=1.9.23
2+
kotlinVersion=2.1.20
33
postgresPort=5432
44
schema=pace
55
springBootVersion=3.2.3
66
jooqVersion=3.18.7
77
kotestVersion = 5.8.1
88
springCloudKubernetesVersion=3.1.0
9-
flywayVersion=10.10.0
10-
protobufJavaUtilVersion=3.25.3
9+
flywayVersion=11.6.0
10+
protobufJavaUtilVersion=4.30.2
1111

1212
dockertag = pace-local
1313

server/build.gradle.kts

+4-4
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ dependencies {
7676
runtimeOnly("org.jetbrains.kotlinx:kotlinx-coroutines-reactor")
7777

7878
// 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")
8080
implementation("com.databricks:databricks-sdk-java:0.20.0")
8181
implementation("com.microsoft.sqlserver:mssql-jdbc:12.6.1.jre11")
8282
implementation(
8383
"org.springframework.cloud:spring-cloud-starter-kubernetes-fabric8-config:$springCloudKubernetesVersion"
8484
)
85-
implementation("com.nimbusds:nimbus-jose-jwt:9.37.3")
85+
implementation("com.nimbusds:nimbus-jose-jwt:10.1")
8686
implementation("org.bouncycastle:bcpkix-jdk18on:1.77")
8787

8888
implementation(enforcedPlatform("com.google.cloud:libraries-bom:26.34.0"))
@@ -99,8 +99,8 @@ dependencies {
9999

100100
implementation("com.apollographql.apollo3:apollo-runtime:3.8.2")
101101

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.1.2"))
104104
runtimeOnly("io.ktor:ktor-client-okhttp")
105105
implementation("io.ktor:ktor-client-logging")
106106

0 commit comments

Comments
 (0)