File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 21
21
<junit .version>5.11.1</junit .version>
22
22
<surefire .version>3.5.1</surefire .version>
23
23
<mockito .version>3.5.6</mockito .version>
24
+ <netty .version>4.1.118.Final</netty .version>
24
25
<shadeBase >net.snowflake.client.jdbc.internal</shadeBase >
25
26
</properties >
26
27
27
28
<dependencies >
28
29
<dependency > <!-- netty is not a direct dependency. It is used by arrow-vector -->
29
30
<groupId >io.netty</groupId >
30
31
<artifactId >netty-common</artifactId >
31
- <version >4.1.115.Final </version >
32
+ <version >${netty.version} </version >
32
33
</dependency >
33
34
<dependency >
34
35
<groupId >io.netty</groupId >
35
36
<artifactId >netty-buffer</artifactId >
36
- <version >4.1.115.Final </version >
37
+ <version >${netty.version} </version >
37
38
</dependency >
38
39
<dependency >
39
40
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 68
68
<logback .version>1.3.6</logback .version>
69
69
<metrics .version>2.2.0</metrics .version>
70
70
<mockito .version>4.11.0</mockito .version>
71
- <netty .version>4.1.115 .Final</netty .version>
71
+ <netty .version>4.1.118 .Final</netty .version>
72
72
<nimbusds .version>9.37.3</nimbusds .version>
73
73
<opencensus .version>0.31.1</opencensus .version>
74
74
<plexus .container.version>1.0-alpha-9-stable-1</plexus .container.version>
Original file line number Diff line number Diff line change 58
58
<json .smart.version>2.4.9</json .smart.version>
59
59
<jsoup .version>1.15.3</jsoup .version>
60
60
<metrics .version>2.2.0</metrics .version>
61
- <netty .version>4.1.115 .Final</netty .version>
61
+ <netty .version>4.1.118 .Final</netty .version>
62
62
<nimbusds .version>9.37.3</nimbusds .version>
63
63
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
64
64
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
You can’t perform that action at this time.
0 commit comments