Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Bump org.mockito:mockito-core from 5.18.0 to 5.19.0 #155

Bump org.mockito:mockito-core from 5.18.0 to 5.19.0

Bump org.mockito:mockito-core from 5.18.0 to 5.19.0 #155

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Run tests with Maven
run: mvn -B test --file pom.xml