Skip to content

Bump org.springframework.boot:spring-boot-maven-plugin from 2.2.4.RELEASE to 3.3.2 #55

Bump org.springframework.boot:spring-boot-maven-plugin from 2.2.4.RELEASE to 3.3.2

Bump org.springframework.boot:spring-boot-maven-plugin from 2.2.4.RELEASE to 3.3.2 #55

name: "Java CI with Maven"
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout"
uses: "actions/checkout@v4"
- name: "Install JDK 21"
uses: "actions/setup-java@v4"
with:
java-version: "21"
distribution: "corretto"
- name: "Cache Maven Dependencies"
uses: "actions/cache@v2"
with:
path: "~/.m2/repository"
key: "${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}"
restore-keys: "${{ runner.os }}-maven-"