Skip to content

Commit

Permalink
Merge #2482 into 1.1.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Sep 14, 2022
2 parents 1d7dfe5 + 1007f33 commit 472c2a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_netty_snapshots.yml
Expand Up @@ -29,4 +29,4 @@ jobs:
distribution: 'temurin'
java-version: '8'
- name: Build with Gradle
run: ./gradlew clean check --no-daemon -PforceTransport=${{ matrix.transport }} -PforceNettyVersion='4.1.82.Final-SNAPSHOT'
run: ./gradlew clean check --no-daemon -PforceTransport=${{ matrix.transport }} -PforceNettyVersion='4.1.83.Final-SNAPSHOT'
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -99,7 +99,7 @@ ext {
logbackVersion = '1.2.11'

// Netty
nettyDefaultVersion = '4.1.81.Final'
nettyDefaultVersion = '4.1.82.Final'
if (!project.hasProperty("forceNettyVersion")) {
nettyVersion = nettyDefaultVersion
}
Expand Down

0 comments on commit 472c2a1

Please sign in to comment.