Skip to content

Bump org.springframework.boot:spring-boot-starter-parent from 3.4.2 to 3.5.7 #120

Bump org.springframework.boot:spring-boot-starter-parent from 3.4.2 to 3.5.7

Bump org.springframework.boot:spring-boot-starter-parent from 3.4.2 to 3.5.7 #120

Workflow file for this run

name: maven-build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
checkstyle:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 21
- uses: actions/cache@v3
with:
path: ~/.m2/repository
key: maven-${{ hashFiles('**/pom.xml')}}
restore-keys: |
maven-
- run: mvn clean install