Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Bump org.mockito:mockito-bom from 5.13.0 to 5.14.1 #190

Bump org.mockito:mockito-bom from 5.13.0 to 5.14.1

Bump org.mockito:mockito-bom from 5.13.0 to 5.14.1 #190

Workflow file for this run

name: Run Checks
on: [push,pull_request,workflow_call]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Check with Gradle
run: ./gradlew check --continue