Skip to content

Bump org.springframework:spring-core from 5.3.31 to 6.0.15 #470

Bump org.springframework:spring-core from 5.3.31 to 6.0.15

Bump org.springframework:spring-core from 5.3.31 to 6.0.15 #470

name: Maven Run Tests
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
- name: Test with Maven
run: mvn test
env:
GITHUB_TOKEN: ${{ github.token }}