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 a4c71b5 commit 33b517bCopy full SHA for 33b517b
SpringBootGRpc/build.gradle
@@ -15,7 +15,7 @@ var grpcVersion='1.70.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.31.3')
+ implementation platform('com.linecorp.armeria:armeria-bom:1.32.5')
19
implementation 'com.linecorp.armeria:armeria'
20
implementation 'com.linecorp.armeria:armeria-spring-boot3-starter'
21
implementation 'com.linecorp.armeria:armeria-grpc'
0 commit comments