Skip to content

Bump org.springframework:spring-test from 6.0.13 to 6.1.0 #263

Bump org.springframework:spring-test from 6.0.13 to 6.1.0

Bump org.springframework:spring-test from 6.0.13 to 6.1.0 #263

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'
- name: Build with Maven
run: mvn --batch-mode verify