Skip to content

Bump org.springframework:spring-context from 6.0.13 to 6.1.14 in /mailific-server-spring-boot #5

Bump org.springframework:spring-context from 6.0.13 to 6.1.14 in /mailific-server-spring-boot

Bump org.springframework:spring-context from 6.0.13 to 6.1.14 in /mailific-server-spring-boot #5

Workflow file for this run

name: Test on PR
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: setup JDK
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'zulu'
cache: maven
- name: build with maven
run: mvn --batch-mode package