File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ permissions:
12
12
13
13
jobs :
14
14
build :
15
- runs-on : linux-arm64-2004-2vcpu-8gb-75gb
15
+ runs-on : ubuntu-latest
16
16
17
17
steps :
18
18
- uses : actions/checkout@v4
25
25
distribution : ' corretto'
26
26
cache : ' maven'
27
27
28
+ # This blocks using ARM64 for now
28
29
- name : Install Chrome
29
30
uses : browser-actions/setup-chrome@latest
30
31
Original file line number Diff line number Diff line change 1
- v12.9.1
1
+ 18.19.0
Original file line number Diff line number Diff line change 19
19
<scalatra .version>2.6.3</scalatra .version>
20
20
<slick .version>3.3.0</slick .version>
21
21
<json4s .version>3.4.2</json4s .version>
22
- <netty .version>4.1.111 .Final</netty .version>
22
+ <netty .version>4.1.60 .Final</netty .version>
23
23
<jetty .version>9.4.43.v20210629</jetty .version>
24
24
</properties >
25
25
<dependencyManagement >
170
170
<artifactId >netty-transport</artifactId >
171
171
<version >${netty.version} </version >
172
172
</dependency >
173
- <dependency >
174
- <groupId >io.netty</groupId >
175
- <artifactId >netty-transport-native-epoll</artifactId >
176
- <version >${netty.version} </version >
177
- <classifier >${os.detected.name} -${os.detected.arch} </classifier >
178
- </dependency >
179
173
<dependency >
180
174
<groupId >io.netty</groupId >
181
175
<artifactId >netty-codec</artifactId >
225
219
<dependency >
226
220
<groupId >org.asynchttpclient</groupId >
227
221
<artifactId >async-http-client</artifactId >
228
- <version >2.8.1 </version >
222
+ <version >2.12.3 </version >
229
223
<exclusions >
230
224
<exclusion >
231
225
<groupId >org.slf4j</groupId >
You can’t perform that action at this time.
0 commit comments