Skip to content

Bump spring.version from 5.3.29 to 6.2.6 #805

Bump spring.version from 5.3.29 to 6.2.6

Bump spring.version from 5.3.29 to 6.2.6 #805

Workflow file for this run

name: Build
on:
push:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
name: JavaWebSecurity Build
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Configure Java for Build
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- name: Build with Maven
run: mvn -B package --file pom.xml