Skip to content

fix(deps): update springdoc-openapi.version to v2.5.0 #71

fix(deps): update springdoc-openapi.version to v2.5.0

fix(deps): update springdoc-openapi.version to v2.5.0 #71

name: kafka-sample-spring-modulith-outbox-pattern
on:
push:
paths:
- "kafka-sample/spring-modulith-outbox-pattern/**"
branches: [ main ]
pull_request:
paths:
- "kafka-sample/spring-modulith-outbox-pattern/**"
types:
- opened
- synchronize
- reopened
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: "kafka-sample/spring-modulith-outbox-pattern"
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 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: mvn -B verify --file pom.xml