Skip to content

build(deps): bump io.hypersistence:hypersistence-utils-hibernate-63 from 3.7.5 to 3.7.6 #286

build(deps): bump io.hypersistence:hypersistence-utils-hibernate-63 from 3.7.5 to 3.7.6

build(deps): bump io.hypersistence:hypersistence-utils-hibernate-63 from 3.7.5 to 3.7.6 #286

Workflow file for this run

name: Build
on:
push:
branches:
- "main"
paths-ignore:
- '.gitignore'
- 'CODEOWNERS'
- 'LICENSE'
- '*.md'
- '*.adoc'
- '*.txt'
- '.all-contributorsrc'
pull_request:
paths-ignore:
- '.gitignore'
- 'CODEOWNERS'
- 'LICENSE'
- '*.md'
- '*.adoc'
- '*.txt'
- '.all-contributorsrc'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 17 ]
name: build with jdk ${{matrix.java}}
steps:
- uses: actions/checkout@v4
name: checkout
- uses: actions/setup-java@v4
name: set up jdk ${{matrix.java}}
with:
distribution: 'temurin'
java-version: ${{matrix.java}}
cache: 'maven'
cache-dependency-path: '**/pom.xml'
- name: build with maven
run: mvn formatter:validate verify --file pom.xml -Pnative