File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ jooqVersion=3.18.7
77kotestVersion = 5.8.1
88springCloudKubernetesVersion =3.1.0
99flywayVersion =10.10.0
10- protobufJavaUtilVersion =3.25.3
10+ protobufJavaUtilVersion =4.26.1
1111
1212dockertag = pace-local
1313
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ 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(
You can’t perform that action at this time.
0 commit comments