Skip to content

Bump org.springframework.modulith:spring-modulith-bom from 1.2.3 to 1.2.4 #2270

Bump org.springframework.modulith:spring-modulith-bom from 1.2.3 to 1.2.4

Bump org.springframework.modulith:spring-modulith-bom from 1.2.3 to 1.2.4 #2270

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
build:
uses: ./.github/workflows/subflow_build.yml
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
e2e-test:
uses: ./.github/workflows/subflow_e2e_test.yml
needs: build