Skip to content

Bump org.springframework.boot from 3.0.1 to 3.1.5 in /springboot-app #69

Bump org.springframework.boot from 3.0.1 to 3.1.5 in /springboot-app

Bump org.springframework.boot from 3.0.1 to 3.1.5 in /springboot-app #69

Workflow file for this run

name: SpringBoot
on:
push:
branches: [ "main" ]
paths:
- .github/workflows/springboot
- docker-compose.yaml
- springboot-app/**
pull_request:
branches: [ "main" ]
paths:
- springboot-app/**
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a
with:
arguments: build
build-root-directory: springboot-app