Skip to content

chore(deps): update hibernate core to v6.5.2.final #555

chore(deps): update hibernate core to v6.5.2.final

chore(deps): update hibernate core to v6.5.2.final #555

Workflow file for this run

name: boot-kafka
on:
push:
paths:
- "boot-kafka/**"
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 21
distribution: "corretto"
cache: "maven"
- name: Build with Maven
run: mvn -B package --file boot-kafka/pom.xml