File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 <enclave-aws .version>2.1.0</enclave-aws .version>
2424 <enclave-azure .version>2.1.19</enclave-azure .version>
2525 <enclave-gcp .version>2.1.9</enclave-gcp .version>
26- <uid2-shared .version>11.4.12 </uid2-shared .version>
26+ <uid2-shared .version>11.4.16 </uid2-shared .version>
2727 <image .version>${project.version} </image .version>
2828 <maven .compiler.source>21</maven .compiler.source>
2929 <maven .compiler.target>21</maven .compiler.target>
3030 <java .version>21</java .version>
31+ <netty .version>4.1.132.Final</netty .version>
3132 </properties >
3233
3334
4546 </repository >
4647 </repositories >
4748
49+ <dependencyManagement >
50+ <dependencies >
51+ <dependency >
52+ <groupId >io.netty</groupId >
53+ <artifactId >netty-bom</artifactId >
54+ <version >${netty.version} </version >
55+ <type >pom</type >
56+ <scope >import</scope >
57+ </dependency >
58+ </dependencies >
59+ </dependencyManagement >
60+
4861 <dependencies >
4962 <dependency >
5063 <groupId >com.google.guava</groupId >
You can’t perform that action at this time.
0 commit comments