Skip to content

Bump org.mockito:mockito-junit-jupiter from 5.11.0 to 5.12.0 in the test-dependencies group #880

Bump org.mockito:mockito-junit-jupiter from 5.11.0 to 5.12.0 in the test-dependencies group

Bump org.mockito:mockito-junit-jupiter from 5.11.0 to 5.12.0 in the test-dependencies group #880

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '17', '21' ]
name: Build on Java ${{ matrix.java }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup java
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
cache: 'maven'
- name: Build
run: ./mvnw -B package -Pcli --projects spotify-web-api-open-api --also-make
- name: Patch Open API
run: ./scripts/patch-open-api.sh
- name: Check for generator results
run: |
git status --porcelain
git diff --exit-code