Skip to content

Bump org.springframework.boot:spring-boot-maven-plugin from 3.5.7 to 4.0.0 #254

Bump org.springframework.boot:spring-boot-maven-plugin from 3.5.7 to 4.0.0

Bump org.springframework.boot:spring-boot-maven-plugin from 3.5.7 to 4.0.0 #254

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up JDK 21
uses: actions/setup-java@v5
with:
java-version: "21"
distribution: "temurin"
- name: Build and Test with Maven
run: ./mvnw test