Skip to content

Bump org.springframework.boot from 3.2.5 to 3.3.5 #8

Bump org.springframework.boot from 3.2.5 to 3.3.5

Bump org.springframework.boot from 3.2.5 to 3.3.5 #8

Workflow file for this run

name: Run Checks
on: pull_request
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '11'
cache: gradle
distribution: 'temurin'
- name: Check with Gradle
run: ./gradlew check --continue