File tree Expand file tree Collapse file tree 4 files changed +28
-2
lines changed Expand file tree Collapse file tree 4 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 129129 <artifactId >javax.annotation-api</artifactId >
130130 <version >1.3.2</version >
131131 </dependency >
132+ <dependency >
133+ <groupId >com.google.protobuf</groupId >
134+ <artifactId >protobuf-java</artifactId >
135+ <version >${protobuf.version} </version >
136+ </dependency >
132137 </dependencies >
133138
134139 <build >
Original file line number Diff line number Diff line change 1515 <properties >
1616 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1717 <grpc .version>1.69.0</grpc .version>
18- <protobuf .version>3.25.5 </protobuf .version>
18+ <protobuf .version>4.29.2 </protobuf .version>
1919 <protocCommand >protoc</protocCommand >
2020 <dapr .proto.baseurl>https://raw.githubusercontent.com/dapr/dapr/v1.14.4/dapr/proto</dapr .proto.baseurl>
2121 <dapr .sdk.version>1.13.1</dapr .sdk.version>
113113 <version >${grpc.version} </version >
114114 <scope >test</scope >
115115 </dependency >
116+ <dependency >
117+ <groupId >org.jetbrains.kotlin</groupId >
118+ <artifactId >kotlin-stdlib</artifactId >
119+ <version >2.1.0</version >
120+ </dependency >
116121 </dependencies >
117122 </dependencyManagement >
118123
Original file line number Diff line number Diff line change 2323 <maven .deploy.skip>false</maven .deploy.skip>
2424 <grpc .version>1.69.0</grpc .version>
2525 <protocCommand >protoc</protocCommand >
26- <protobuf .version>3.25.5 </protobuf .version>
26+ <protobuf .version>4.29.2 </protobuf .version>
2727 </properties >
2828
2929 <dependencies >
5555 <version >${grpc.version} </version >
5656 <scope >test</scope >
5757 </dependency >
58+ <dependency >
59+ <groupId >com.squareup.okio</groupId >
60+ <artifactId >okio</artifactId >
61+ <version >3.9.1</version >
62+ </dependency >
63+ <dependency >
64+ <groupId >com.google.protobuf</groupId >
65+ <artifactId >protobuf-java</artifactId >
66+ <version >${protobuf.version} </version >
67+ </dependency >
5868 </dependencies >
5969
6070 <build >
Original file line number Diff line number Diff line change 5353 <groupId >com.squareup.okhttp3</groupId >
5454 <artifactId >okhttp</artifactId >
5555 <version >4.12.0</version >
56+ <exclusions >
57+ <exclusion >
58+ <groupId >org.jetbrains.kotlin</groupId >
59+ <artifactId >kotlin-stdlib-jdk8</artifactId >
60+ </exclusion >
61+ </exclusions >
5662 </dependency >
5763 <dependency >
5864 <groupId >org.mockito</groupId >
You can’t perform that action at this time.
0 commit comments