Skip to content

fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.2.5 #2

fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.2.5

fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.2.5 #2

name: kafka-spring-cloud-sample
on:
push:
paths:
- "kafka-spring-cloud-sample/**"
branches: [ main ]
pull_request:
paths:
- "kafka-spring-cloud-sample/**"
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: "kafka-spring-cloud-sample"
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/[email protected]
with:
java-version: '21'
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: ./mvnw -B verify --file pom.xml