Skip to content

Bump org.springframework.boot:spring-boot-starter-parent from 3.5.3 to 3.5.4 #161

Bump org.springframework.boot:spring-boot-starter-parent from 3.5.3 to 3.5.4

Bump org.springframework.boot:spring-boot-starter-parent from 3.5.3 to 3.5.4 #161

Workflow file for this run

name: Build
on:
schedule:
- cron: "15 0 * * *"
push:
branches:
- main
pull_request:
workflow_dispatch:
env:
MAVEN_ARGS: "--no-transfer-progress --errors --fail-at-end --show-version"
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 21
cache: 'maven'
- name: Build with Maven
run: ./mvnw verify