Skip to content

Bump org.springframework.boot:spring-boot-dependencies from 3.1.4 to 3.1.5 #49

Bump org.springframework.boot:spring-boot-dependencies from 3.1.4 to 3.1.5

Bump org.springframework.boot:spring-boot-dependencies from 3.1.4 to 3.1.5 #49

Workflow file for this run

name: Verify Code
on:
pull_request:
branches:
- 'main'
push:
branches:
- 'main'
jobs:
verify_code:
name: Verify
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "JDK set-up"
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- run: mvn clean verify