Skip to content

Bump hibernate.version from 6.1.5.Final to 6.2.6.Final #212

Bump hibernate.version from 6.1.5.Final to 6.2.6.Final

Bump hibernate.version from 6.1.5.Final to 6.2.6.Final #212

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'
- name: Build with Maven
run: mvn --batch-mode verify