Skip to content

chore(deps-dev): bump org.neo4j.test:neo4j-harness from 5.25.1 to 5.26.0 in /boot-data-neo4j #179

chore(deps-dev): bump org.neo4j.test:neo4j-harness from 5.25.1 to 5.26.0 in /boot-data-neo4j

chore(deps-dev): bump org.neo4j.test:neo4j-harness from 5.25.1 to 5.26.0 in /boot-data-neo4j #179

Workflow file for this run

name: spring-reactive-boot-data-neo4j
on:
push:
paths:
- "boot-data-neo4j/**"
branches: [ master ]
pull_request:
paths:
- "boot-data-neo4j/**"
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: |
cd boot-data-neo4j
mvn -B package --file pom.xml