Skip to content

Bump org.springframework.boot from 3.3.5 to 3.4.1 #69

Bump org.springframework.boot from 3.3.5 to 3.4.1

Bump org.springframework.boot from 3.3.5 to 3.4.1 #69

Workflow file for this run

name: gradle-build
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
gradle:
uses: josephrodriguez/github-workflow/.github/workflows/java-gradle-build.yaml@main
with:
cache_gradle: true
cache_sonar: true
java_version: '21'
java_distribution: 'temurin'
gradle_enable_scan: true
gradle_enable_sonar: true
gradle_log_level: info
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
dependabot:
needs: [gradle]
uses: josephrodriguez/github-workflow/.github/workflows/dependabot-merge-pull-request.yaml@main
secrets:
AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}