Skip to content

Bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.14 to 3.0.0 #431

Bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.14 to 3.0.0

Bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.14 to 3.0.0 #431

name: FLA Pull Request
on:
pull_request:
branches: [ master ]
push:
branches:
- '!master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up JDK 21
uses: actions/setup-java@v5
with:
java-version: '21'
distribution: 'adopt'
cache: maven
- name: Build with Maven
run: mvn clean install jacoco:prepare-agent package jacoco:report
- name: Version statuses
run: make version-status