Skip to content

Bump io.netty:netty-codec-http from 4.1.97.Final to 4.1.106.Final #120

Bump io.netty:netty-codec-http from 4.1.97.Final to 4.1.106.Final

Bump io.netty:netty-codec-http from 4.1.97.Final to 4.1.106.Final #120

Workflow file for this run

# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven
name: Java CI with Maven
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17 (Corretto)
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'corretto'
cache: maven
- name: Build with Maven
run: mvn -B install --file pom.xml --fail-at-end