Skip to content

Bump org.springframework.boot:spring-boot-starter-parent from 3.3.2 to 3.3.3 #78

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

Bump org.springframework.boot:spring-boot-starter-parent from 3.3.2 to 3.3.3 #78

Workflow file for this run

name: Java CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v1
# https://github.com/actions/setup-java
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- name: Build with Maven
run: mvn verify