Skip to content

Bump spring-boot.version from 3.3.3 to 3.3.4 #94

Bump spring-boot.version from 3.3.3 to 3.3.4

Bump spring-boot.version from 3.3.3 to 3.3.4 #94

Workflow file for this run

name: Maven Build
on:
push:
branches:
- '**'
- '!develop'
- '!main'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '21'
cache: 'maven'
- name: Build with Maven
run: mvn -B verify --file pom.xml