File tree Expand file tree Collapse file tree
sdk-platform-java/java-shared-dependencies/third-party-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+ <netty .version>4.1.132.Final</netty .version>
4849 </properties >
4950
5051 <dependencyManagement >
262263 <artifactId >tink</artifactId >
263264 <version >${com.google.crypto.tink.version} </version >
264265 </dependency >
266+ <dependency >
267+ <groupId >io.netty</groupId >
268+ <artifactId >netty-bom</artifactId >
269+ <version >${netty.version} </version >
270+ <type >pom</type >
271+ <scope >import</scope >
272+ </dependency >
265273 </dependencies >
266274 </dependencyManagement >
267275</project >
You can’t perform that action at this time.
0 commit comments