We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd7dfd2 commit 80b7454Copy full SHA for 80b7454
SpringBootGRpc/build.gradle
@@ -15,7 +15,7 @@ var grpcVersion='1.74.0'
15
dependencies {
16
implementation 'javax.annotation:javax.annotation-api:1.3.2' // https://github.com/grpc/grpc-java/issues/9179
17
implementation 'org.springframework.boot:spring-boot-starter-web'
18
- implementation platform('com.linecorp.armeria:armeria-bom:1.33.1')
+ implementation enforcedPlatform('com.linecorp.armeria:armeria-bom:1.33.1')
19
implementation 'com.linecorp.armeria:armeria'
20
implementation 'com.linecorp.armeria:armeria-spring-boot3-starter'
21
implementation 'com.linecorp.armeria:armeria-grpc'
@@ -53,4 +53,4 @@ configurations.all {
53
details.useVersion grpcVersion
54
}
55
56
-}
+}
0 commit comments