Skip to content

Commit 013f4f2

Browse files
authored
Depend on Netty v4.1.108.Final (#3111)
1 parent d987403 commit 013f4f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check_netty_snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
distribution: 'temurin'
3030
java-version: '8'
3131
- name: Build with Gradle
32-
run: ./gradlew clean check --no-daemon -PforceTransport=${{ matrix.transport }} -PforceNettyVersion='4.1.108.Final-SNAPSHOT'
32+
run: ./gradlew clean check --no-daemon -PforceTransport=${{ matrix.transport }} -PforceNettyVersion='4.1.109.Final-SNAPSHOT'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ ext {
9797
logbackVersion = '1.2.13'
9898

9999
// Netty
100-
nettyDefaultVersion = '4.1.107.Final'
100+
nettyDefaultVersion = '4.1.108.Final'
101101
if (!project.hasProperty("forceNettyVersion")) {
102102
nettyVersion = nettyDefaultVersion
103103
}

0 commit comments

Comments
 (0)