Skip to content

Bump org.mockito:mockito-junit-jupiter from 5.4.0 to 5.10.0 #46

Bump org.mockito:mockito-junit-jupiter from 5.4.0 to 5.10.0

Bump org.mockito:mockito-junit-jupiter from 5.4.0 to 5.10.0 #46

Workflow file for this run

name: Pull Validation
on: [pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'adopt'
architecture: x64
- name: Build with Maven
run: ./mvnw -B --update-snapshots verify
env:
BUILD_LOCATION: 'github'