Skip to content

Bump org.javers:javers-core from 7.6.1 to 7.6.2 #256

Bump org.javers:javers-core from 7.6.1 to 7.6.2

Bump org.javers:javers-core from 7.6.1 to 7.6.2 #256

Workflow file for this run

name: Maven CI
on:
workflow_dispatch:
pull_request:
branches: [ main ]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: mvn verify -B