Skip to content

Bump org.springframework:spring-webflux from 5.3.31 to 6.1.5 #222

Bump org.springframework:spring-webflux from 5.3.31 to 6.1.5

Bump org.springframework:spring-webflux from 5.3.31 to 6.1.5 #222

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- 'main'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Java 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'adopt'
architecture: 'x64'
cache: 'maven'
- name: Build
run: mvn clean compile test