Skip to content

chore(deps): bump org.springframework.boot from 3.3.3 to 3.3.4 #23

chore(deps): bump org.springframework.boot from 3.3.3 to 3.3.4

chore(deps): bump org.springframework.boot from 3.3.3 to 3.3.4 #23

name: Spring Boot Gradle CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/[email protected]
with:
java-version: '21'
distribution: 'adopt'
cache: 'gradle'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build