Skip to content

Bump org.springframework.boot from 3.4.0 to 3.4.1 (#250) #810

Bump org.springframework.boot from 3.4.0 to 3.4.1 (#250)

Bump org.springframework.boot from 3.4.0 to 3.4.1 (#250) #810

Workflow file for this run

name: "Gradle dependencies"
on:
push:
branches:
- master
jobs:
build:
name: Dependencies
runs-on: ubuntu-latest
permissions:
contents: write # Dependency Submission API
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0 # We need the tags
- name: Setup JDK 21
uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'graalvm'
- name: Setup Gradle to generate and submit dependency graphs
uses: gradle/actions/setup-gradle@v4
with:
dependency-graph: generate-and-submit
- name: Build the project
run: ./gradlew build -x test