Skip to content

Bump org.springframework:spring-context from 6.0.5 to 6.1.5 #786

Bump org.springframework:spring-context from 6.0.5 to 6.1.5

Bump org.springframework:spring-context from 6.0.5 to 6.1.5 #786

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 12
uses: actions/setup-java@v1
with:
java-version: 12
- name: Build with Maven
run: mvn package --file pom.xml