Skip to content

Bump com.github.ben-manes.versions from 0.21.0 to 0.51.0 #118

Bump com.github.ben-manes.versions from 0.21.0 to 0.51.0

Bump com.github.ben-manes.versions from 0.21.0 to 0.51.0 #118

Workflow file for this run

name: Build
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
cache: gradle
distribution: microsoft
java-version: 11
- name: Build with Gradle
run: ./gradlew build --scan