Skip to content

Bump org.mockito:mockito-core from 5.5.0 to 5.6.0 #357

Bump org.mockito:mockito-core from 5.5.0 to 5.6.0

Bump org.mockito:mockito-core from 5.5.0 to 5.6.0 #357

Workflow file for this run

name: javadoc
on:
pull_request:
push:
branches:
- master
jobs:
test:
name: Javadoc
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: 11
- name: Build javadoc
run: mvn compile javadoc:javadoc