Skip to content

Bump org.springframework:spring-context from 6.1.4 to 6.1.5 #302

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

Bump org.springframework:spring-context from 6.1.4 to 6.1.5 #302

name: Build
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'corretto'
cache: maven
- name: Build with Maven
run: mvn package