Skip to content

fix(deps): update dependency org.junit:junit-bom to v5.11.4 #419

fix(deps): update dependency org.junit:junit-bom to v5.11.4

fix(deps): update dependency org.junit:junit-bom to v5.11.4 #419

Workflow file for this run

name: Maven CI
on:
workflow_dispatch: { }
push: { }
pull_request: { }
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
- name: Build application with Maven
shell: bash
run: ./mvnw --show-version --errors --batch-mode --no-transfer-progress verify -Prun-its,docs -DtrimStackTrace=false