Skip to content

Commit

Permalink
Merge 630d6e4 into 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Oct 11, 2021
2 parents 6dcc3d6 + 630d6e4 commit 5aa7c36
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 @@ -28,4 +28,4 @@ jobs:
with:
java-version: 1.8
- name: Build with Gradle
run: ./gradlew clean check --no-daemon -PforceTransport=${{ matrix.transport }} -PforceNettyVersion='4.1.69.Final-SNAPSHOT'
run: ./gradlew clean check --no-daemon -PforceTransport=${{ matrix.transport }} -PforceNettyVersion='4.1.70.Final-SNAPSHOT'
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -91,7 +91,7 @@ ext {
logbackVersion = '1.2.6'

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

0 comments on commit 5aa7c36

Please sign in to comment.