Skip to content

Bump org.junit:junit-bom from 5.9.3 to 5.10.0 in /java #175

Bump org.junit:junit-bom from 5.9.3 to 5.10.0 in /java

Bump org.junit:junit-bom from 5.9.3 to 5.10.0 in /java #175

Workflow file for this run

name: Maven
on:
push:
branches:
- '**'
paths:
- 'java/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 17
java-package: jdk
- name: Build with Maven
working-directory: java
run: ./mvnw --batch-mode --update-snapshots clean test