Skip to content

Bump org.mockito:mockito-core from 4.11.0 to 5.8.0 #201

Bump org.mockito:mockito-core from 4.11.0 to 5.8.0

Bump org.mockito:mockito-core from 4.11.0 to 5.8.0 #201

Workflow file for this run

name: Build
on:
pull_request:
branches:
- '*'
push:
branches:
- 'master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '8'
cache: 'maven'
- name: Maven Build
run: ./mvnw clean package