Skip to content

Bump org.mockito:mockito-core from 5.14.1 to 5.15.2 #302

Bump org.mockito:mockito-core from 5.14.1 to 5.15.2

Bump org.mockito:mockito-core from 5.14.1 to 5.15.2 #302

Workflow file for this run

name: Build and test
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: temurin
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml