Skip to content

chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.2.4 to 3.2.5 #322

chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.2.4 to 3.2.5

chore(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.2.4 to 3.2.5 #322

Workflow file for this run

name: Build
on: pull_request
jobs:
build:
name: Test and build 🧪
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 21
distribution: adopt
cache: maven
- name: Build
run: mvn -B verify