Skip to content

Bump org.springframework.boot from 3.0.0 to 3.3.4 #72

Bump org.springframework.boot from 3.0.0 to 3.3.4

Bump org.springframework.boot from 3.0.0 to 3.3.4 #72

Workflow file for this run

name: Build and Test
on:
push:
branches: [ 'main' ]
paths:
- '**'
pull_request:
branches:
- '**'
paths:
- '**'
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'corretto'
- name: Grant execute permission for gradlew
run: chmod +x ./gradlew
shell: bash
- name: Build with Gradle
run: ./gradlew build