Skip to content

Commit

Permalink
Merge #3111 into 1.2.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Mar 22, 2024
2 parents 3c821ae + 0025fdc commit a3ec2c2
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
Original file line number Diff line number Diff line change
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.108.Final-SNAPSHOT'
run: ./gradlew clean check --no-daemon -PforceTransport=${{ matrix.transport }} -PforceNettyVersion='4.1.109.Final-SNAPSHOT'
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ ext {
logbackVersion = '1.2.13'

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

0 comments on commit a3ec2c2

Please sign in to comment.