Skip to content

Bump org.mockito:mockito-core from 5.13.0 to 5.14.1 #99

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

Bump org.mockito:mockito-core from 5.13.0 to 5.14.1 #99

Workflow file for this run

name: Maven Build
on:
push:
branches:
- '**'
- '!develop'
- '!main'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '21'
cache: 'maven'
- name: Build with Maven
run: mvn -B verify --file pom.xml