File tree Expand file tree Collapse file tree
sdk-platform-java/java-shared-dependencies Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 <com .google.crypto.tink.version>1.16.0</com .google.crypto.tink.version>
4646 <io .opentelemetry.contrib.opentelemetry-gcp-resources.version>1.45.0-alpha</io .opentelemetry.contrib.opentelemetry-gcp-resources.version>
4747 <json .version>20250517</json .version>
48+ <jspecify .version>1.0.0</jspecify .version>
4849 </properties >
4950
5051 <dependencyManagement >
262263 <artifactId >tink</artifactId >
263264 <version >${com.google.crypto.tink.version} </version >
264265 </dependency >
266+ <dependency >
267+ <groupId >org.jspecify</groupId >
268+ <artifactId >jspecify</artifactId >
269+ <version >${jspecify.version} </version >
270+ </dependency >
265271 </dependencies >
266272 </dependencyManagement >
267273</project >
Original file line number Diff line number Diff line change 243243 <groupId >com.google.api.grpc</groupId >
244244 <artifactId >grpc-google-iam-v1</artifactId >
245245 </dependency >
246+ <dependency >
247+ <groupId >org.jspecify</groupId >
248+ <artifactId >jspecify</artifactId >
249+ </dependency >
246250 </dependencies >
247251</project >
You can’t perform that action at this time.
0 commit comments