Skip to content

Bump com.github.ben-manes.versions from 0.60.0 to 0.61.0 #1093

Bump com.github.ben-manes.versions from 0.60.0 to 0.61.0

Bump com.github.ben-manes.versions from 0.60.0 to 0.61.0 #1093

Workflow file for this run

name: Java CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up JDK 21
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '21'
cache: 'gradle'
- name: Build and analyze
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew build --info