Skip to content

Bump org.mockito:mockito-core from 5.14.1 to 5.14.2 #387

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

Bump org.mockito:mockito-core from 5.14.1 to 5.14.2 #387

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
java: [17]
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
cache: 'maven'
- name: Build
run: mvn --no-transfer-progress -B clean verify