Skip to content

build(deps): bump org.junit.jupiter:junit-jupiter-params from 5.11.3 to 5.11.4 #107

build(deps): bump org.junit.jupiter:junit-jupiter-params from 5.11.3 to 5.11.4

build(deps): bump org.junit.jupiter:junit-jupiter-params from 5.11.3 to 5.11.4 #107

Workflow file for this run

name: Maven CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: mvn --batch-mode install --file pom.xml