Skip to content

Bump io.springfox:springfox-swagger-ui from 2.9.2 to 2.10.0 in /common-modules/common-service #1184

Bump io.springfox:springfox-swagger-ui from 2.9.2 to 2.10.0 in /common-modules/common-service

Bump io.springfox:springfox-swagger-ui from 2.9.2 to 2.10.0 in /common-modules/common-service #1184

on:
pull_request:
paths:
- 'common-modules/**'
- 'participant-datastore/consent-mgmt-module/**'
- '.github/workflows/build-participant-consent-datastore.yml'
name: Build participant-datastore-consent-module
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build with Maven
run: |
cd participant-datastore/consent-mgmt-module
mvn -B package --file pom.xml