File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies {
21
21
// We let spring boot manage a few dependencies, even though we don't start a Spring application from this module.
22
22
implementation(platform(" org.springframework.boot:spring-boot-dependencies:$springBootVersion " ))
23
23
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.0 .0.RELEASE" )
25
25
26
26
implementation(" org.jetbrains.kotlin:kotlin-reflect" )
27
27
implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core" )
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ 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.0 .0.RELEASE" )
80
80
implementation(" com.databricks:databricks-sdk-java:0.19.0" )
81
81
implementation(" com.microsoft.sqlserver:mssql-jdbc:12.6.1.jre11" )
82
82
implementation(
You can’t perform that action at this time.
0 commit comments