Skip to content

Bump org.springframework.boot:spring-boot-starter-parent from 3.3.4 to 3.3.5 #278

Bump org.springframework.boot:spring-boot-starter-parent from 3.3.4 to 3.3.5

Bump org.springframework.boot:spring-boot-starter-parent from 3.3.4 to 3.3.5 #278

Workflow file for this run

name: Java CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
- name: Build with Maven
run: mvn -B package --file pom.xml