Skip to content

Bump org.junit:junit-bom from 5.11.1 to 5.11.2 #412

Bump org.junit:junit-bom from 5.11.1 to 5.11.2

Bump org.junit:junit-bom from 5.11.1 to 5.11.2 #412

Workflow file for this run

name: CI
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn --batch-mode verify