Skip to content

Bump org.junit.jupiter:junit-jupiter-engine from 5.11.1 to 5.11.2 #687

Bump org.junit.jupiter:junit-jupiter-engine from 5.11.1 to 5.11.2

Bump org.junit.jupiter:junit-jupiter-engine from 5.11.1 to 5.11.2 #687

Workflow file for this run

name: Build
on:
push:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
name: JavaWebSecurity Build
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Configure Java for Build
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- name: Build with Maven
run: mvn -B package --file pom.xml