Skip to content

fix(deps): bump org.mockito:mockito-inline from 4.7.0 to 5.2.0 #948

fix(deps): bump org.mockito:mockito-inline from 4.7.0 to 5.2.0

fix(deps): bump org.mockito:mockito-inline from 4.7.0 to 5.2.0 #948

Workflow file for this run

name: CI and automatic releases
on:
push:
branches-ignore: [gh-pages]
jobs:
ci:
uses: relaycorp/shared-workflows/.github/workflows/jvm-lib-ci.yml@main
with:
java_versions: "[17]"

Check failure on line 9 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI and automatic releases

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 9, Col: 22): Invalid input, java_versions is not defined in the referenced workflow.
release:
needs: ci
uses: relaycorp/shared-workflows/.github/workflows/jvm-lib-release-jitpack.yml@main
with:
dokka_docs: true
dokka_docs_path: ./lib/build/dokka/html