Skip to content

Bump org.springframework.boot:spring-boot-starter-parent from 3.3.3 to 3.4.1 #42

Bump org.springframework.boot:spring-boot-starter-parent from 3.3.3 to 3.4.1

Bump org.springframework.boot:spring-boot-starter-parent from 3.3.3 to 3.4.1 #42

Workflow file for this run

name: Testing
on:
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'temurin'
cache: maven
- name: Test with Maven
run: mvn clean test --file pom.xml