Skip to content

Bump org.junit:junit-bom from 5.13.3 to 5.13.4 #528

Bump org.junit:junit-bom from 5.13.3 to 5.13.4

Bump org.junit:junit-bom from 5.13.3 to 5.13.4 #528

Workflow file for this run

name: Build
on:
push:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
name: JavaSecurity Build
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Configure Java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
cache: 'maven'
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Generate Codecov Report
uses: codecov/codecov-action@v5