Skip to content

Bump org.apache.tomcat.embed:tomcat-embed-core from 9.0.80 to 9.0.81 … #488

Bump org.apache.tomcat.embed:tomcat-embed-core from 9.0.80 to 9.0.81 …

Bump org.apache.tomcat.embed:tomcat-embed-core from 9.0.80 to 9.0.81 … #488

Workflow file for this run

name: build
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
- name: Build with Maven
run: mvn -B package