Skip to content

Bump io.projectreactor.netty:reactor-netty from 1.1.15 to 1.1.18 #871

Bump io.projectreactor.netty:reactor-netty from 1.1.15 to 1.1.18

Bump io.projectreactor.netty:reactor-netty from 1.1.15 to 1.1.18 #871

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup JDK
uses: actions/setup-java@v2
with:
java-version: 8
distribution: adopt
- name: Setup Maven
uses: stCarolas/[email protected]
- name: Setup Maven caching
uses: actions/cache@v2
with:
path: ~/.m2/**
key: maven_deps
- name: Build and test
run: mvn clean test