Skip to content

Bump org.springframework:spring-web from 6.0.6 to 6.0.17 #55

Bump org.springframework:spring-web from 6.0.6 to 6.0.17

Bump org.springframework:spring-web from 6.0.6 to 6.0.17 #55

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: 📥 Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: 🚀 Build with Maven
run: mvn -B package --file pom.xml
- name: 🔬 Test with Maven
run: mvn -B test --file pom.xml