Skip to content

Bump io.netty:netty-codec from 4.1.123.Final to 4.1.125.Final #34

Bump io.netty:netty-codec from 4.1.123.Final to 4.1.125.Final

Bump io.netty:netty-codec from 4.1.123.Final to 4.1.125.Final #34

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: corretto
java-version: 21
- name: Build with Maven
run: mvn --batch-mode clean package