Skip to content

Bump netty.version from 4.1.110.Final to 4.1.111.Final #196

Bump netty.version from 4.1.110.Final to 4.1.111.Final

Bump netty.version from 4.1.110.Final to 4.1.111.Final #196

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
strategy:
matrix:
java: [ '8', '11', '17' ]
os: [ 'ubuntu-latest' ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
cache: 'maven'
- name: Build
run: mvn --no-transfer-progress -B clean package