Skip to content

Bump org.springframework.boot from 3.2.4 to 3.2.5 #154

Bump org.springframework.boot from 3.2.4 to 3.2.5

Bump org.springframework.boot from 3.2.4 to 3.2.5 #154

Workflow file for this run

name: Java CI with Gradle
on:
push:
branches: [ main ]
paths-ignore:
- 'README.md'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
cache: gradle
- name: Test
run: ./gradlew check