Skip to content

Bump org.springframework.boot from 3.3.5 to 3.4.0 in the dependencies… #26

Bump org.springframework.boot from 3.3.5 to 3.4.0 in the dependencies…

Bump org.springframework.boot from 3.3.5 to 3.4.0 in the dependencies… #26

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: 21
distribution: temurin
cache: gradle
- name: Build
run: ./gradlew build