Skip to content

Bump org.springframework.boot:spring-boot-starter-parent from 3.2.5 to 3.3.0 #39

Bump org.springframework.boot:spring-boot-starter-parent from 3.2.5 to 3.3.0

Bump org.springframework.boot:spring-boot-starter-parent from 3.2.5 to 3.3.0 #39

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: Maven java compile
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B verify --file pom.xml