Skip to content

fix(deps): bump org.hibernate.validator:hibernate-validator from 9.0.0.Final to 9.0.1.Final #1634

fix(deps): bump org.hibernate.validator:hibernate-validator from 9.0.0.Final to 9.0.1.Final

fix(deps): bump org.hibernate.validator:hibernate-validator from 9.0.0.Final to 9.0.1.Final #1634

Workflow file for this run

# This workflow checks the code style
name: Spotless
on:
push:
branches:
- master
pull_request:
jobs:
# check code style
check:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
- name: Set up JDK
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
with:
distribution: 'temurin'
java-version: 21
cache: 'gradle'
- name: Run Spotless
run: ./gradlew spotlessCheck