Skip to content

Commit feb8980

Browse files
author
Tuomas Paulin
committed
fix netty version
1 parent 30eefa8 commit feb8980

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
build:
15-
runs-on: linux-arm64-2004-2vcpu-8gb-75gb
15+
runs-on: ubuntu-latest
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -25,6 +25,7 @@ jobs:
2525
distribution: 'corretto'
2626
cache: 'maven'
2727

28+
#This blocks using ARM64 for now
2829
- name: Install Chrome
2930
uses: browser-actions/setup-chrome@latest
3031

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v12.9.1
1+
18.19.0

pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<scalatra.version>2.6.3</scalatra.version>
2020
<slick.version>3.3.0</slick.version>
2121
<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>
2323
<jetty.version>9.4.43.v20210629</jetty.version>
2424
</properties>
2525
<dependencyManagement>
@@ -170,12 +170,6 @@
170170
<artifactId>netty-transport</artifactId>
171171
<version>${netty.version}</version>
172172
</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>
179173
<dependency>
180174
<groupId>io.netty</groupId>
181175
<artifactId>netty-codec</artifactId>
@@ -225,7 +219,7 @@
225219
<dependency>
226220
<groupId>org.asynchttpclient</groupId>
227221
<artifactId>async-http-client</artifactId>
228-
<version>2.8.1</version>
222+
<version>2.12.3</version>
229223
<exclusions>
230224
<exclusion>
231225
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)