Skip to content

Bump org.webjars:bootstrap from 3.3.7 to 5.0.0 in /auth-server/oauth-scim-service #1639

Bump org.webjars:bootstrap from 3.3.7 to 5.0.0 in /auth-server/oauth-scim-service

Bump org.webjars:bootstrap from 3.3.7 to 5.0.0 in /auth-server/oauth-scim-service #1639

on:
pull_request:
paths:
- 'common-modules/**'
- 'auth-server/**'
- '.github/workflows/build-auth-server.yml'
name: Build-auth-server
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 auth-server
mvn -B package --file pom.xml