Skip to content

Bump org.apache.tomcat.embed:tomcat-embed-core from 9.0.81 to 9.0.82 … #503

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

Bump org.apache.tomcat.embed:tomcat-embed-core from 9.0.81 to 9.0.82 … #503

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