Skip to content

chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.2.0-RC1 to 3.2.0-SNAPSHOT in /boot-data-cassandra #83

chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.2.0-RC1 to 3.2.0-SNAPSHOT in /boot-data-cassandra

chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.2.0-RC1 to 3.2.0-SNAPSHOT in /boot-data-cassandra #83

name: spring-reactive-boot-data-cassandra
on:
push:
paths:
- "boot-data-cassandra/**"
branches: [ master ]
pull_request:
paths:
- "boot-data-cassandra/**"
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@v3
with:
java-version: '21'
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: |
cd boot-data-cassandra
mvn -B package --file pom.xml