Skip to content

Bump org.hibernate:hibernate-validator from 8.0.0.Final to 8.0.1.Final #767

Bump org.hibernate:hibernate-validator from 8.0.0.Final to 8.0.1.Final

Bump org.hibernate:hibernate-validator from 8.0.0.Final to 8.0.1.Final #767

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 12
uses: actions/setup-java@v1
with:
java-version: 12
- name: Build with Maven
run: mvn package --file pom.xml