File tree Expand file tree Collapse file tree 3 files changed +12
-15
lines changed Expand file tree Collapse file tree 3 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id ' java'
3- id ' org.springframework.boot' version ' 3.5.5 '
4- id ' io.spring.dependency-management' version ' 1.1.6 '
2+ id ' java'
3+ id ' org.springframework.boot' version ' 4.0.0-RC2 '
4+ id ' io.spring.dependency-management' version ' 1.1.7 '
55 id ' org.graalvm.buildtools.native' version ' 0.10.3'
66 id ' com.google.protobuf' version ' 0.9.4'
77}
@@ -29,12 +29,12 @@ dependencyManagement {
2929
3030dependencies {
3131 implementation ' org.springframework.grpc:spring-grpc-server-web-spring-boot-starter'
32- implementation ' io.grpc:grpc-services '
33- implementation ' org.springframework.boot:spring-boot-starter-actuator '
34- implementation ' org.springframework.boot :spring-boot-starter-security '
35- testImplementation ' org.springframework.boot:spring-boot-starter-test'
36- testImplementation ' org.springframework.grpc:spring-grpc-test '
37- testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
32+ implementation ' org.springframework.boot:spring-boot-starter-oauth2-resource-server '
33+
34+ testImplementation ' org.springframework.grpc :spring-grpc-test-spring-boot-autoconfigure '
35+ testImplementation ' org.springframework.boot:spring-boot-starter-test'
36+
37+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
3838}
3939
4040test {
Original file line number Diff line number Diff line change 3030 <properties >
3131 <java .version>17</java .version>
3232 <spring-javaformat-maven-plugin .version>0.0.43</spring-javaformat-maven-plugin .version>
33- <protobuf-java .version>4.31 .1</protobuf-java .version>
33+ <protobuf-java .version>4.32 .1</protobuf-java .version>
3434 <grpc .version>1.76.0</grpc .version>
3535 </properties >
3636 <dependencyManagement >
5353 <groupId >org.springframework.boot</groupId >
5454 <artifactId >spring-boot-starter-oauth2-resource-server</artifactId >
5555 </dependency >
56- <dependency >
57- <groupId >io.grpc</groupId >
58- <artifactId >grpc-services</artifactId >
59- </dependency >
56+
6057 <dependency >
6158 <groupId >org.springframework.grpc</groupId >
6259 <artifactId >spring-grpc-test-spring-boot-autoconfigure</artifactId >
Original file line number Diff line number Diff line change 3030 <properties >
3131 <java .version>17</java .version>
3232 <spring-javaformat-maven-plugin .version>0.0.43</spring-javaformat-maven-plugin .version>
33- <protobuf-java .version>4.31 .1</protobuf-java .version>
33+ <protobuf-java .version>4.32 .1</protobuf-java .version>
3434 <grpc .version>1.76.0</grpc .version>
3535 </properties >
3636 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments