File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
samples/grpc-server-kotlin Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ plugins {
44 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'
7- id ' org.jetbrains.kotlin.jvm' version ' 2.1.20 '
8- id ' org.jetbrains.kotlin.plugin.spring' version ' 2.1.20 '
7+ id ' org.jetbrains.kotlin.jvm' version ' 2.2.21 '
8+ id ' org.jetbrains.kotlin.plugin.spring' version ' 2.2.21 '
99}
1010
1111group = ' com.example'
Original file line number Diff line number Diff line change 3333 <protobuf-java .version>4.32.1</protobuf-java .version>
3434 <grpc .version>1.76.0</grpc .version>
3535 <grpc .kotlin.version>1.5.0</grpc .kotlin.version>
36- <kotlin .version>1.9.22 </kotlin .version>
36+ <kotlin .version>2.2.21 </kotlin .version>
3737 </properties >
3838 <dependencyManagement >
3939 <dependencies >
144144 <plugin >
145145 <groupId >io.github.ascopes</groupId >
146146 <artifactId >protobuf-maven-plugin</artifactId >
147- <version >3.8.0 </version >
147+ <version >3.10.2 </version >
148148 <configuration >
149149 <protocVersion >${protobuf-java.version} </protocVersion >
150150 <binaryMavenPlugins >
You can’t perform that action at this time.
0 commit comments