Skip to content

Bump org.springframework.boot:spring-boot-maven-plugin from 3.3.4 to 3.3.5 #186

Bump org.springframework.boot:spring-boot-maven-plugin from 3.3.4 to 3.3.5

Bump org.springframework.boot:spring-boot-maven-plugin from 3.3.4 to 3.3.5 #186

name: PSR Pull Request
on:
pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'adopt'
- name: Build and Test
run: mvn clean install jacoco:prepare-agent package jacoco:report